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. Other projects
Title Object type File name Summary
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.
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 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 Test media inside another widget that validates too enthusiastically.
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::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::$deprecatedProperties property core/modules/migrate_drupal/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::count function core/modules/migrate/src/Plugin/migrate/source/EmptySource.php Gets the source count.
EmptySource::create function core/modules/migrate_drupal/src/Plugin/migrate/source/EmptySource.php Creates an instance of the plugin.
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
EndOfTransactionQueriesTest class core/tests/Drupal/KernelTests/Core/Cache/EndOfTransactionQueriesTest.php Tests that cache tag invalidation queries are delayed to the end of transactions.

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