Search for %s

  1. Search 7.x for %s
  2. Search 9.5.x for %s
  3. Search 10.3.x for %s
  4. Search 11.x for %s
  5. Search main for %s
  6. Other projects
Title Object type File name Summary
MakeUniqueEntityFieldTest::providerTestMakeUniqueEntityField function core/modules/migrate/tests/src/Unit/process/MakeUniqueEntityFieldTest.php Data provider for testMakeUniqueEntityField().
MakeUniqueEntityFieldTest::setUp function core/modules/migrate/tests/src/Unit/process/MakeUniqueEntityFieldTest.php
MakeUniqueEntityFieldTest::testMakeUniqueEntityField function core/modules/migrate/tests/src/Unit/process/MakeUniqueEntityFieldTest.php Tests making an entity field value unique.
MakeUniqueEntityFieldTest::testMakeUniqueEntityFieldEntityInvalidLength function core/modules/migrate/tests/src/Unit/process/MakeUniqueEntityFieldTest.php Tests that invalid length option throws an exception.
MakeUniqueEntityFieldTest::testMakeUniqueEntityFieldEntityInvalidStart function core/modules/migrate/tests/src/Unit/process/MakeUniqueEntityFieldTest.php Tests that invalid start position throws an exception.
MakeUniqueEntityFieldTest::testMakeUniqueEntityFieldMigrated function core/modules/migrate/tests/src/Unit/process/MakeUniqueEntityFieldTest.php Tests making an entity field value unique only for migrated entities.
ManagedFile::fileUsage function core/modules/file/src/Element/ManagedFile.php Wraps the file usage service.
ManagedFile::processManagedFile function core/modules/file/src/Element/ManagedFile.php Render API callback: Expands the managed_file element type.
ManageDisplayTest class core/modules/field_ui/tests/src/FunctionalJavascript/ManageDisplayTest.php Tests the Field UI "Manage display" and "Manage form display" screens.
ManageDisplayTest class core/modules/field_ui/tests/src/Functional/ManageDisplayTest.php Tests the Field UI "Manage display" and "Manage form display" screens.
ManageDisplayTest.php file core/modules/field_ui/tests/src/FunctionalJavascript/ManageDisplayTest.php
ManageDisplayTest.php file core/modules/field_ui/tests/src/Functional/ManageDisplayTest.php
ManageDisplayTest::$defaultTheme property core/modules/field_ui/tests/src/FunctionalJavascript/ManageDisplayTest.php The theme to install as the default for testing.
ManageDisplayTest::$defaultTheme property core/modules/field_ui/tests/src/Functional/ManageDisplayTest.php The theme to install as the default for testing.
ManageDisplayTest::$display_storage property core/modules/field_ui/tests/src/FunctionalJavascript/ManageDisplayTest.php
ManageDisplayTest::$entity_type_manager property core/modules/field_ui/tests/src/FunctionalJavascript/ManageDisplayTest.php
ManageDisplayTest::$modules property core/modules/field_ui/tests/src/FunctionalJavascript/ManageDisplayTest.php Modules to enable.
ManageDisplayTest::$modules property core/modules/field_ui/tests/src/Functional/ManageDisplayTest.php Modules to install.
ManageDisplayTest::$type property core/modules/field_ui/tests/src/FunctionalJavascript/ManageDisplayTest.php
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::assertNodeViewNoText function core/modules/field_ui/tests/src/Functional/ManageDisplayTest.php Asserts that a string is not found in the rendered node in a view mode.
ManageDisplayTest::assertNodeViewText function core/modules/field_ui/tests/src/Functional/ManageDisplayTest.php Asserts that a string is found in the rendered node in a view mode.
ManageDisplayTest::assertNodeViewTextHelper function core/modules/field_ui/tests/src/Functional/ManageDisplayTest.php Asserts that a string is (not) found in the rendered node in a view mode.
ManageDisplayTest::fieldUIAddNewField function core/modules/field_ui/tests/src/FunctionalJavascript/ManageDisplayTest.php Creates a new field through the Field UI.
ManageDisplayTest::getAllOptionsList function core/modules/field_ui/tests/src/Functional/ManageDisplayTest.php Extracts all options from a select element.
ManageDisplayTest::setUp function core/modules/field_ui/tests/src/FunctionalJavascript/ManageDisplayTest.php
ManageDisplayTest::setUp function core/modules/field_ui/tests/src/Functional/ManageDisplayTest.php
ManageDisplayTest::testFormatterUI function core/modules/field_ui/tests/src/FunctionalJavascript/ManageDisplayTest.php Tests formatter settings.
ManageDisplayTest::testNoFieldsDisplayOverview function core/modules/field_ui/tests/src/Functional/ManageDisplayTest.php Tests that a message is shown when there are no fields.
ManageDisplayTest::testNonInitializedFields function core/modules/field_ui/tests/src/Functional/ManageDisplayTest.php Tests that fields with no explicit display settings do not break.
ManageDisplayTest::testSingleViewMode function core/modules/field_ui/tests/src/Functional/ManageDisplayTest.php Tests hiding the view modes fieldset when there's only one available.
ManageDisplayTest::testViewModeCustom function core/modules/field_ui/tests/src/Functional/ManageDisplayTest.php Tests switching view modes to use custom or 'default' settings'.
ManageDisplayTest::testViewModeLocalTasks function core/modules/field_ui/tests/src/Functional/ManageDisplayTest.php Tests the local tasks are displayed correctly for view modes.
ManageDisplayTest::testWidgetUI function core/modules/field_ui/tests/src/FunctionalJavascript/ManageDisplayTest.php Tests widget 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.

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