Search for to

  1. Search 7.x for to
  2. Search 9.5.x for to
  3. Search 8.9.x for to
  4. Search 10.3.x for to
  5. Other projects
Title Object type File name Summary
MailTest::testConvertRelativeUrlsIntoAbsolute function core/modules/system/tests/src/Kernel/Mail/MailTest.php Checks that relative paths in mails are converted into absolute URLs.
MailTest::testFromAndReplyToHeader function core/modules/system/tests/src/Kernel/Mail/MailTest.php Checks the From: and Reply-to: headers.
MailToFormatter class core/lib/Drupal/Core/Field/Plugin/Field/FieldFormatter/MailToFormatter.php Plugin implementation of the 'email_mailto' formatter.
MailToFormatter.php file core/lib/Drupal/Core/Field/Plugin/Field/FieldFormatter/MailToFormatter.php
MailToFormatter::viewElements function core/lib/Drupal/Core/Field/Plugin/Field/FieldFormatter/MailToFormatter.php Builds a renderable array for a field value.
main_content_renderer.off_canvas_top service core/core.services.yml Drupal\Core\Render\MainContent\OffCanvasRenderer
ManageDisplayTest::$displayStorage property core/modules/field_ui/tests/src/FunctionalJavascript/ManageDisplayTest.php The display storage.
ManageDisplayTest::assertFieldSelectOptions function core/modules/field_ui/tests/src/FunctionalJavascript/ManageDisplayTest.php Checks if a select element contains the specified options.
ManageDisplayTest::assertFieldSelectOptions function core/modules/field_ui/tests/src/Functional/ManageDisplayTest.php Checks if a select element contains the specified options.
ManageDisplayTest::assertOrderInPage function core/modules/field_ui/tests/src/Functional/ManageDisplayTest.php Asserts that several pieces of markup are in a given order in the page.
ManageDisplayTest::testViewModeCustom function core/modules/field_ui/tests/src/Functional/ManageDisplayTest.php Tests switching view modes to use custom or 'default' settings'.
ManagedStorage class core/lib/Drupal/Core/Config/ManagedStorage.php The managed storage defers all the storage method calls to the manager.
ManagedStorage.php file core/lib/Drupal/Core/Config/ManagedStorage.php
ManagedStorage::$manager property core/lib/Drupal/Core/Config/ManagedStorage.php The storage manager to get the storage to decorate.
ManagedStorage::$storage property core/lib/Drupal/Core/Config/ManagedStorage.php The decorated storage.
ManagedStorage::createCollection function core/lib/Drupal/Core/Config/ManagedStorage.php Creates a collection on the storage.
ManagedStorage::decode function core/lib/Drupal/Core/Config/ManagedStorage.php Decodes configuration data from the storage-specific format.
ManagedStorage::delete function core/lib/Drupal/Core/Config/ManagedStorage.php Deletes a configuration object from the storage.
ManagedStorage::deleteAll function core/lib/Drupal/Core/Config/ManagedStorage.php Deletes configuration objects whose names start with a given prefix.
ManagedStorage::encode function core/lib/Drupal/Core/Config/ManagedStorage.php Encodes configuration data into the storage-specific format.
ManagedStorage::exists function core/lib/Drupal/Core/Config/ManagedStorage.php Returns whether a configuration object exists.
ManagedStorage::getAllCollectionNames function core/lib/Drupal/Core/Config/ManagedStorage.php Gets the existing collections.
ManagedStorage::getCollectionName function core/lib/Drupal/Core/Config/ManagedStorage.php Gets the name of the current collection the storage is using.
ManagedStorage::getStorage function core/lib/Drupal/Core/Config/ManagedStorage.php Get the decorated storage from the manager if necessary.
ManagedStorage::listAll function core/lib/Drupal/Core/Config/ManagedStorage.php Gets configuration object names starting with a given prefix.
ManagedStorage::read function core/lib/Drupal/Core/Config/ManagedStorage.php Reads configuration data from the storage.
ManagedStorage::readMultiple function core/lib/Drupal/Core/Config/ManagedStorage.php Reads configuration data from the storage.
ManagedStorage::rename function core/lib/Drupal/Core/Config/ManagedStorage.php Renames a configuration object in the storage.
ManagedStorage::write function core/lib/Drupal/Core/Config/ManagedStorage.php Writes configuration data to the storage.
ManagedStorage::__construct function core/lib/Drupal/Core/Config/ManagedStorage.php ManagedStorage constructor.
ManagedStorageTest class core/tests/Drupal/KernelTests/Core/Config/Storage/ManagedStorageTest.php Tests ManagedStorage operations.
ManagedStorageTest.php file core/tests/Drupal/KernelTests/Core/Config/Storage/ManagedStorageTest.php
ManagedStorageTest::delete function core/tests/Drupal/KernelTests/Core/Config/Storage/ManagedStorageTest.php Deletes configuration data from the storage.
ManagedStorageTest::getStorage function core/tests/Drupal/KernelTests/Core/Config/Storage/ManagedStorageTest.php Get the config storage.
ManagedStorageTest::insert function core/tests/Drupal/KernelTests/Core/Config/Storage/ManagedStorageTest.php Inserts configuration data in the storage.
ManagedStorageTest::read function core/tests/Drupal/KernelTests/Core/Config/Storage/ManagedStorageTest.php Reads configuration data from the storage.
ManagedStorageTest::setUp function core/tests/Drupal/KernelTests/Core/Config/Storage/ManagedStorageTest.php
ManagedStorageTest::testInvalidStorage function core/tests/Drupal/KernelTests/Core/Config/Storage/ManagedStorageTest.php Tests an invalid storage.
ManagedStorageTest::update function core/tests/Drupal/KernelTests/Core/Config/Storage/ManagedStorageTest.php Updates configuration data in the storage.
ManageFieldsLifecycleTest::addPersistentFieldStorage function core/modules/field_ui/tests/src/Functional/ManageFieldsLifecycleTest.php Tests that persistent field storage appears in the field UI.
ManageFieldsTest::testEditFieldWithLeftOverFieldInTempStore function core/modules/field_ui/tests/src/Functional/ManageFieldsTest.php Tests editing field when the field exists in temp store.
ManageFieldsTest::testEntityReferenceToNonBundleableEntity function core/modules/field_ui/tests/src/Functional/ManageFieldsTest.php Tests creating entity reference field to non-bundleable entity type.
ManageFieldsTest::testFieldDropButtonOperations function core/modules/field_ui/tests/src/Functional/ManageFieldsTest.php Tests drop button operations on the manage fields page.
ManageGitIgnore::addToGitIgnore function composer/Plugin/Scaffold/ManageGitIgnore.php Adds a set of entries to the specified .gitignore file.
ManageGitIgnore::managementOfGitIgnoreEnabled function composer/Plugin/Scaffold/ManageGitIgnore.php Determines whether we should manage gitignore files.
ManageGitIgnoreTest::testAppendToEmptySettingsIsUnmanaged function core/tests/Drupal/Tests/Composer/Plugin/Scaffold/Functional/ManageGitIgnoreTest.php Tests appending to an unmanaged file, and confirm it is not .gitignored.
ManageOptions::getOptions function composer/Plugin/Scaffold/ManageOptions.php Gets the root-level scaffold options for this project.
ManyToOne class core/modules/views/src/Plugin/views/filter/ManyToOne.php Complex filter to handle filtering for many to one relationships.
ManyToOne class core/modules/views/src/Plugin/views/argument/ManyToOne.php Argument handler for many to one relationships.
ManyToOne.php file core/modules/views/src/Plugin/views/filter/ManyToOne.php

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.