Search for all

  1. Search 7.x for all
  2. Search 8.9.x for all
  3. Search 10.3.x for all
  4. Search 11.x for all
  5. Other projects
Title Object type File name Summary
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 enable.
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 enable.
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
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.
EmptySource.php file core/modules/migrate_drupal/src/Plugin/migrate/source/EmptySource.php
EmptySource.php file core/modules/migrate/src/Plugin/migrate/source/EmptySource.php
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::create function core/modules/migrate_drupal/src/Plugin/migrate/source/EmptySource.php Creates an instance of the plugin.
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.
EmptySource::getIds function core/modules/migrate/src/Plugin/migrate/source/EmptySource.php Defines the source fields uniquely identifying a source row.
EmptySource::initializeIterator function core/modules/migrate/src/Plugin/migrate/source/EmptySource.php Initializes the iterator with the source data.
EmptySource::__construct function core/modules/migrate_drupal/src/Plugin/migrate/source/EmptySource.php Constructs a \Drupal\Component\Plugin\PluginBase object.
EmptySource::__toString function core/modules/migrate/src/Plugin/migrate/source/EmptySource.php Allows class to decide how it will react when it is treated like a string.
EmptyStatementTest class core/tests/Drupal/Tests/Core/Database/EmptyStatementTest.php Tests the empty pseudo-statement class.
EmptyStatementTest.php file core/tests/Drupal/Tests/Core/Database/EmptyStatementTest.php
EmptyStatementTest::testEmpty function core/tests/Drupal/Tests/Core/Database/EmptyStatementTest.php Tests that the empty result set behaves as empty.
EmptyStatementTest::testEmptyFetchAll function core/tests/Drupal/Tests/Core/Database/EmptyStatementTest.php Tests that the empty result set mass-fetches in an expected way.
EmptyStatementTest::testEmptyIteration function core/tests/Drupal/Tests/Core/Database/EmptyStatementTest.php Tests that the empty result set iterates safely.
empty_file.php.module file core/tests/fixtures/empty_file.php.module
empty_file.txt file core/tests/Drupal/Tests/Composer/Plugin/Scaffold/fixtures/empty-file/assets/empty_file.txt
EnabledConfigurablePluginsConstraint class core/modules/ckeditor5/src/Plugin/Validation/Constraint/EnabledConfigurablePluginsConstraint.php The CKEditor 5 plugin settings.
EnabledConfigurablePluginsConstraint.php file core/modules/ckeditor5/src/Plugin/Validation/Constraint/EnabledConfigurablePluginsConstraint.php
EnabledConfigurablePluginsConstraint::$message property core/modules/ckeditor5/src/Plugin/Validation/Constraint/EnabledConfigurablePluginsConstraint.php The default violation message.

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