Search for all

  1. Search 7.x for all
  2. Search 9.5.x for all
  3. Search 8.9.x for all
  4. Search 10.3.x for all
  5. Search 11.x for all
  6. Other projects
Title Object type File name Summary
main_content_renderer.off_canvas_top service core/core.services.yml Drupal\Core\Render\MainContent\OffCanvasRenderer
main_content_renderer.wide_modal service core/modules/system/tests/modules/dialog_renderer_test/dialog_renderer_test.services.yml Drupal\dialog_renderer_test\Render\MainContent\WideModalRenderer
main_content_view_subscriber service core/core.services.yml Drupal\Core\EventSubscriber\MainContentViewSubscriber
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 Instantiates a new instance of the implementing class using autowiring.
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 Tests Drupal\migrate\Plugin\migrate\process\MakeUniqueEntityField.
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::submit function core/modules/file/src/Element/ManagedFile.php Form submission handler for upload/remove buttons of managed_file elements.
ManagedFile::uploadAjaxCallback function core/modules/file/src/Element/ManagedFile.php The #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.
ManagedFileTest class core/modules/file/tests/src/Kernel/ManagedFileTest.php Managed file element test.
ManagedFileTest.php file core/modules/file/tests/src/Kernel/ManagedFileTest.php
ManagedFileTest::buildForm function core/modules/file/tests/src/Kernel/ManagedFileTest.php Form constructor.
ManagedFileTest::getFormId function core/modules/file/tests/src/Kernel/ManagedFileTest.php Returns a unique string identifying the form.
ManagedFileTest::submitForm function core/modules/file/tests/src/Kernel/ManagedFileTest.php Form submission handler.
ManagedFileTest::testManagedFileElement function core/modules/file/tests/src/Kernel/ManagedFileTest.php Tests that managed file elements can be programmatically submitted.
ManagedFileTest::validateForm function core/modules/file/tests/src/Kernel/ManagedFileTest.php Form validation handler.
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::$displayStorage property core/modules/field_ui/tests/src/FunctionalJavascript/ManageDisplayTest.php The display storage.

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