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 11.x for all
  5. Search main for all
  6. Other projects
Title Object type File name Summary
EmailValidatorTest::testIsValidException function core/tests/Drupal/Tests/Component/Utility/EmailValidatorTest.php @covers ::isValid[[api-linebreak]]
Embed class core/modules/views/src/Plugin/views/display/Embed.php The plugin that handles an embed display.
Embed.php file core/modules/views/src/Plugin/views/display/Embed.php
Embed::$usesAttachments property core/modules/views/src/Plugin/views/display/Embed.php Whether the display allows attachments.
Embed::buildRenderable function core/modules/views/src/Plugin/views/display/Embed.php Builds a renderable array of the view.
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 #[\ReturnTypeWillChange]
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.
EmbeddedForm class core/modules/field_layout/tests/modules/field_layout_test/src/Form/EmbeddedForm.php Provides the EmbeddedForm class.
EmbeddedForm.php file core/modules/field_layout/tests/modules/field_layout_test/src/Form/EmbeddedForm.php
EmbeddedForm::buildForm function core/modules/field_layout/tests/modules/field_layout_test/src/Form/EmbeddedForm.php Form constructor.
EmbeddedForm::getFormId function core/modules/field_layout/tests/modules/field_layout_test/src/Form/EmbeddedForm.php Returns a unique string identifying the form.
EmbeddedForm::submitForm function core/modules/field_layout/tests/modules/field_layout_test/src/Form/EmbeddedForm.php Form submission handler.
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
EmptyBlockForm class core/modules/block/tests/modules/block_test/src/PluginForm/EmptyBlockForm.php Provides a form for a block that is empty.
EmptyBlockForm.php file core/modules/block/tests/modules/block_test/src/PluginForm/EmptyBlockForm.php
EmptyBlockForm::$plugin property core/modules/block/tests/modules/block_test/src/PluginForm/EmptyBlockForm.php The plugin this form is for.
EmptyBlockForm::buildConfigurationForm function core/modules/block/tests/modules/block_test/src/PluginForm/EmptyBlockForm.php Form constructor.
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_drupal/src/Plugin/migrate/source/EmptySource.php Source returning an empty row with Drupal specific config dependencies.

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