Search for all

  1. Search 7.x for all
  2. Search 9.5.x for all
  3. Search 10.3.x for all
  4. Search 11.x for all
  5. Search main for all
  6. Other projects
Title Object type File name Summary
main_content_view_subscriber service core/core.services.yml Drupal\Core\EventSubscriber\MainContentViewSubscriber
MakeLayoutUntranslatableUpdatePathTestBase class core/modules/layout_builder/tests/src/Functional/Update/Translatability/MakeLayoutUntranslatableUpdatePathTestBase.php Base class for upgrade path for translatable layouts.
MakeLayoutUntranslatableUpdatePathTestBase.php file core/modules/layout_builder/tests/src/Functional/Update/Translatability/MakeLayoutUntranslatableUpdatePathTestBase.php
MakeLayoutUntranslatableUpdatePathTestBase::$expectedBundleUpdates property core/modules/layout_builder/tests/src/Functional/Update/Translatability/MakeLayoutUntranslatableUpdatePathTestBase.php Expectations of field updates by bundles.
MakeLayoutUntranslatableUpdatePathTestBase::$expectedFieldStorageUpdate property core/modules/layout_builder/tests/src/Functional/Update/Translatability/MakeLayoutUntranslatableUpdatePathTestBase.php Whether the field storage should be updated.
MakeLayoutUntranslatableUpdatePathTestBase::$layoutBuilderTestCases property core/modules/layout_builder/tests/src/Functional/Update/Translatability/MakeLayoutUntranslatableUpdatePathTestBase.php Layout builder test cases.
MakeLayoutUntranslatableUpdatePathTestBase::setDatabaseDumpFiles function core/modules/layout_builder/tests/src/Functional/Update/Translatability/MakeLayoutUntranslatableUpdatePathTestBase.php Set database dump files to be used.
MakeLayoutUntranslatableUpdatePathTestBase::testDisableTranslationOnLayouts function core/modules/layout_builder/tests/src/Functional/Update/Translatability/MakeLayoutUntranslatableUpdatePathTestBase.php Tests the upgrade path for translatable layouts.
MakeUniqueBase class core/modules/migrate/src/Plugin/migrate/process/MakeUniqueBase.php This plugin ensures the source value is unique.
MakeUniqueBase.php file core/modules/migrate/src/Plugin/migrate/process/MakeUniqueBase.php
MakeUniqueBase::exists function core/modules/migrate/src/Plugin/migrate/process/MakeUniqueBase.php This is a query checking the existence of some value.
MakeUniqueBase::transform function core/modules/migrate/src/Plugin/migrate/process/MakeUniqueBase.php Creates a unique value based on the source value.
MakeUniqueEntityField class core/modules/migrate/src/Plugin/migrate/process/MakeUniqueEntityField.php Ensures the source value is made unique against an entity field.
MakeUniqueEntityField.php file core/modules/migrate/src/Plugin/migrate/process/MakeUniqueEntityField.php
MakeUniqueEntityField::$entityTypeManager property core/modules/migrate/src/Plugin/migrate/process/MakeUniqueEntityField.php The entity type manager.
MakeUniqueEntityField::$migration property core/modules/migrate/src/Plugin/migrate/process/MakeUniqueEntityField.php The current migration.
MakeUniqueEntityField::create function core/modules/migrate/src/Plugin/migrate/process/MakeUniqueEntityField.php Creates an instance of the plugin.
MakeUniqueEntityField::exists function core/modules/migrate/src/Plugin/migrate/process/MakeUniqueEntityField.php This is a query checking the existence of some value.
MakeUniqueEntityField::__construct function core/modules/migrate/src/Plugin/migrate/process/MakeUniqueEntityField.php Constructs a \Drupal\Component\Plugin\PluginBase object.
MakeUniqueEntityFieldTest class core/modules/migrate/tests/src/Unit/process/MakeUniqueEntityFieldTest.php @coversDefaultClass \Drupal\migrate\Plugin\migrate\process\MakeUniqueEntityField[[api-linebreak]]
@group migrate
MakeUniqueEntityFieldTest.php file core/modules/migrate/tests/src/Unit/process/MakeUniqueEntityFieldTest.php
MakeUniqueEntityFieldTest::$entityQuery property core/modules/migrate/tests/src/Unit/process/MakeUniqueEntityFieldTest.php The mock entity query.
MakeUniqueEntityFieldTest::$entityTypeManager property core/modules/migrate/tests/src/Unit/process/MakeUniqueEntityFieldTest.php The mocked entity type manager.
MakeUniqueEntityFieldTest::$migrationConfiguration property core/modules/migrate/tests/src/Unit/process/MakeUniqueEntityFieldTest.php The migration configuration, initialized to set the ID to test.
MakeUniqueEntityFieldTest::entityQueryExpects function core/modules/migrate/tests/src/Unit/process/MakeUniqueEntityFieldTest.php Helper function to add expectations to the mock entity query object.
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 class core/modules/file/src/Element/ManagedFile.php Provides an AJAX/progress aware widget for uploading and saving a file.
ManagedFile.php file core/modules/file/src/Element/ManagedFile.php
ManagedFile::fileUsage function core/modules/file/src/Element/ManagedFile.php Wraps the file usage service.
ManagedFile::getInfo function core/modules/file/src/Element/ManagedFile.php Returns the element properties for this element.
ManagedFile::preRenderManagedFile function core/modules/file/src/Element/ManagedFile.php Render API callback: Hides display of the upload or remove controls.
ManagedFile::processManagedFile function core/modules/file/src/Element/ManagedFile.php Render API callback: Expands the managed_file element type.
ManagedFile::uploadAjaxCallback function core/modules/file/src/Element/ManagedFile.php #ajax callback for managed_file upload forms.
ManagedFile::validateManagedFile function core/modules/file/src/Element/ManagedFile.php Render API callback: Validates the managed_file element.
ManagedFile::valueCallback function core/modules/file/src/Element/ManagedFile.php Determines how user input is mapped to an element's #value property.
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.

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