Search for %s

  1. Search 7.x for %s
  2. Search 9.5.x for %s
  3. Search 8.9.x for %s
  4. Search 10.3.x for %s
  5. Search 11.x for %s
  6. Other projects
Title Object type File name Summary
EmailValidatorTest::testIsValidException function core/tests/Drupal/Tests/Component/Utility/EmailValidatorTest.php Tests is valid exception.
Embed::$usesAttachments property core/modules/views/src/Plugin/views/display/Embed.php Whether the display allows attachments.
embedded-media.css file core/themes/olivero/css/components/embedded-media.css Embedded Media.
embedded-media.pcss.css file core/themes/olivero/css/components/embedded-media.pcss.css Embedded Media.
EmbeddedDataSource class core/modules/migrate/src/Plugin/migrate/source/EmbeddedDataSource.php Allows source data to be defined in the configuration of the source plugin.
EmbeddedDataSource.php file core/modules/migrate/src/Plugin/migrate/source/EmbeddedDataSource.php
EmbeddedDataSource::$dataRows property core/modules/migrate/src/Plugin/migrate/source/EmbeddedDataSource.php Data obtained from the source plugin configuration.
EmbeddedDataSource::$ids property core/modules/migrate/src/Plugin/migrate/source/EmbeddedDataSource.php Description of the unique ID fields for this source.
EmbeddedDataSource::count function core/modules/migrate/src/Plugin/migrate/source/EmbeddedDataSource.php Gets the source count.
EmbeddedDataSource::fields function core/modules/migrate/src/Plugin/migrate/source/EmbeddedDataSource.php Returns available fields on the source.
EmbeddedDataSource::getIds function core/modules/migrate/src/Plugin/migrate/source/EmbeddedDataSource.php Defines the source fields uniquely identifying a source row.
EmbeddedDataSource::initializeIterator function core/modules/migrate/src/Plugin/migrate/source/EmbeddedDataSource.php Initializes the iterator with the source data.
EmbeddedDataSource::__construct function core/modules/migrate/src/Plugin/migrate/source/EmbeddedDataSource.php Constructs a \Drupal\Component\Plugin\PluginBase object.
EmbeddedDataSource::__toString function core/modules/migrate/src/Plugin/migrate/source/EmbeddedDataSource.php Allows class to decide how it will react when it is treated like a string.
EmbeddedFormWidgetTest class core/modules/media_library/tests/src/FunctionalJavascript/EmbeddedFormWidgetTest.php Tests media widget nested inside another widget.
EmbeddedFormWidgetTest.php file core/modules/media_library/tests/src/FunctionalJavascript/EmbeddedFormWidgetTest.php
EmbeddedFormWidgetTest::$defaultTheme property core/modules/media_library/tests/src/FunctionalJavascript/EmbeddedFormWidgetTest.php The theme to install as the default for testing.
EmbeddedFormWidgetTest::$modules property core/modules/media_library/tests/src/FunctionalJavascript/EmbeddedFormWidgetTest.php Modules to install.
EmbeddedFormWidgetTest::insertionReselectionProvider function core/modules/media_library/tests/src/FunctionalJavascript/EmbeddedFormWidgetTest.php Data provider for ::testInsertionAndReselection().
EmbeddedFormWidgetTest::setUp function core/modules/media_library/tests/src/FunctionalJavascript/EmbeddedFormWidgetTest.php
EmbeddedFormWidgetTest::testInsertionAndReselection function core/modules/media_library/tests/src/FunctionalJavascript/EmbeddedFormWidgetTest.php Tests media inside another widget that validates too enthusiastically.
EmphasisTest class core/modules/ckeditor5/tests/src/FunctionalJavascript/EmphasisTest.php Tests emphasis in CKEditor 5.
EmphasisTest.php file core/modules/ckeditor5/tests/src/FunctionalJavascript/EmphasisTest.php
EmphasisTest::$adminUser property core/modules/ckeditor5/tests/src/FunctionalJavascript/EmphasisTest.php The user to use during testing.
EmphasisTest::$defaultTheme property core/modules/ckeditor5/tests/src/FunctionalJavascript/EmphasisTest.php The theme to install as the default for testing.
EmphasisTest::$host property core/modules/ckeditor5/tests/src/FunctionalJavascript/EmphasisTest.php A host entity with a body field to use the <em> tag in.
EmphasisTest::$modules property core/modules/ckeditor5/tests/src/FunctionalJavascript/EmphasisTest.php Modules to install.
EmphasisTest::setUp function core/modules/ckeditor5/tests/src/FunctionalJavascript/EmphasisTest.php
EmphasisTest::testEmphasis function core/modules/ckeditor5/tests/src/FunctionalJavascript/EmphasisTest.php Ensures that CKEditor italic model is converted to em.
EmphasisTest::testEmphasisArbitraryHtml function core/modules/ckeditor5/tests/src/FunctionalJavascript/EmphasisTest.php Tests that arbitrary attributes are allowed via GHS.
empty.libraries.yml file core/tests/Drupal/Tests/Core/Asset/library_test_files/empty.libraries.yml core/tests/Drupal/Tests/Core/Asset/library_test_files/empty.libraries.yml
EmptyAccessPolicy class core/tests/Drupal/Tests/Core/Session/AccessPolicyProcessorTest.php A test access policy class that does nothing.
EmptyBlockForm::submitConfigurationForm function core/modules/block/tests/modules/block_test/src/PluginForm/EmptyBlockForm.php Form submission handler.
EmptyHelpSection class core/modules/help/tests/modules/help_page_test/src/Plugin/HelpSection/EmptyHelpSection.php Provides an empty section for the help page, for testing.
EmptyHelpSection.php file core/modules/help/tests/modules/help_page_test/src/Plugin/HelpSection/EmptyHelpSection.php
EmptyHelpSection::listTopics function core/modules/help/tests/modules/help_page_test/src/Plugin/HelpSection/EmptyHelpSection.php Returns a list of topics to show in the help section.
EmptySource class core/modules/migrate/src/Plugin/migrate/source/EmptySource.php Source returning a row based on the constants provided.
EmptySource class core/modules/migrate/tests/modules/migrate_multiple_provider_test/src/Plugin/migrate/source/EmptySource.php Source for testing multiple providers.
EmptySource class core/modules/migrate_drupal/src/Plugin/migrate/source/EmptySource.php Source returning an empty row with Drupal specific config dependencies.
EmptySource.php file core/modules/migrate_drupal/src/Plugin/migrate/source/EmptySource.php
EmptySource.php file core/modules/migrate/tests/modules/migrate_multiple_provider_test/src/Plugin/migrate/source/EmptySource.php
EmptySource.php file core/modules/migrate/src/Plugin/migrate/source/EmptySource.php
EmptySource::$entityTypeManager property core/modules/migrate/tests/modules/migrate_multiple_provider_test/src/Plugin/migrate/source/EmptySource.php The entity type manager.
EmptySource::$entityTypeManager property core/modules/migrate_drupal/src/Plugin/migrate/source/EmptySource.php The entity type manager.
EmptySource::calculateDependencies function core/modules/migrate_drupal/src/Plugin/migrate/source/EmptySource.php Calculates dependencies for the configured plugin.
EmptySource::calculateDependencies function core/modules/migrate/tests/modules/migrate_multiple_provider_test/src/Plugin/migrate/source/EmptySource.php Calculates dependencies for the configured plugin.
EmptySource::create function core/modules/migrate/tests/modules/migrate_multiple_provider_test/src/Plugin/migrate/source/EmptySource.php Instantiates a new instance of the implementing class using autowiring.
EmptySource::create function core/modules/migrate_drupal/src/Plugin/migrate/source/EmptySource.php Instantiates a new instance of the implementing class using autowiring.
EmptySource::doCount function core/modules/migrate/src/Plugin/migrate/source/EmptySource.php Gets the source count.
EmptySource::fields function core/modules/migrate/src/Plugin/migrate/source/EmptySource.php Returns available fields on the source.

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