Search for source

  1. Search 7.x for source
  2. Search 9.5.x for source
  3. Search 10.3.x for source
  4. Search 11.x for source
  5. Other projects
Title Object type File name Summary
EditorResourceTestBase.php file core/modules/rest/tests/src/Functional/EntityResource/Editor/EditorResourceTestBase.php
EditorResourceTestBase::$entity property core/modules/editor/tests/src/Functional/Rest/EditorResourceTestBase.php The Editor entity.
EditorResourceTestBase::$entityTypeId property core/modules/editor/tests/src/Functional/Rest/EditorResourceTestBase.php The tested entity type.
EditorResourceTestBase::$modules property core/modules/editor/tests/src/Functional/Rest/EditorResourceTestBase.php Modules to install.
EditorResourceTestBase::createEntity function core/modules/editor/tests/src/Functional/Rest/EditorResourceTestBase.php Creates the entity to be tested.
EditorResourceTestBase::getExpectedCacheContexts function core/modules/editor/tests/src/Functional/Rest/EditorResourceTestBase.php The expected cache contexts for the GET/HEAD response of the test entity.
EditorResourceTestBase::getExpectedNormalizedEntity function core/modules/editor/tests/src/Functional/Rest/EditorResourceTestBase.php Returns the expected normalization of the entity.
EditorResourceTestBase::getExpectedUnauthorizedAccessMessage function core/modules/editor/tests/src/Functional/Rest/EditorResourceTestBase.php Return the expected error message.
EditorResourceTestBase::getNormalizedPostEntity function core/modules/editor/tests/src/Functional/Rest/EditorResourceTestBase.php Returns the normalized POST entity.
EditorResourceTestBase::setUpAuthorization function core/modules/editor/tests/src/Functional/Rest/EditorResourceTestBase.php Sets up the necessary authorization.
EditorTest::$resourceTypeName property core/modules/jsonapi/tests/src/Functional/EditorTest.php The name of the tested JSON:API resource type.
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
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.
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
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.
Endpoint::buildResourceUrl function core/modules/media/src/OEmbed/Endpoint.php Builds and returns the endpoint URL.
EntityAccessChecker::$resourceTypeRepository property core/modules/jsonapi/src/Access/EntityAccessChecker.php The JSON:API resource type repository.
EntityAccessChecker::getAccessCheckedResourceObject function core/modules/jsonapi/src/Access/EntityAccessChecker.php Get the object to normalize and the access based on the provided entity.
EntityDenormalizerBase::$resourceTypeRepository property core/modules/jsonapi/src/Normalizer/EntityDenormalizerBase.php The JSON:API resource type repository.
EntityFormDisplayResourceTestBase class core/modules/rest/tests/src/Functional/EntityResource/EntityFormDisplay/EntityFormDisplayResourceTestBase.php
EntityFormDisplayResourceTestBase class core/tests/Drupal/FunctionalTests/Rest/EntityFormDisplayResourceTestBase.php
EntityFormDisplayResourceTestBase.php file core/tests/Drupal/FunctionalTests/Rest/EntityFormDisplayResourceTestBase.php
EntityFormDisplayResourceTestBase.php file core/modules/rest/tests/src/Functional/EntityResource/EntityFormDisplay/EntityFormDisplayResourceTestBase.php
EntityFormDisplayResourceTestBase::$entity property core/tests/Drupal/FunctionalTests/Rest/EntityFormDisplayResourceTestBase.php
EntityFormDisplayResourceTestBase::$entityTypeId property core/tests/Drupal/FunctionalTests/Rest/EntityFormDisplayResourceTestBase.php The tested entity type.
EntityFormDisplayResourceTestBase::$modules property core/tests/Drupal/FunctionalTests/Rest/EntityFormDisplayResourceTestBase.php Modules to install.
EntityFormDisplayResourceTestBase::createEntity function core/tests/Drupal/FunctionalTests/Rest/EntityFormDisplayResourceTestBase.php Creates the entity to be tested.
EntityFormDisplayResourceTestBase::getExpectedCacheContexts function core/tests/Drupal/FunctionalTests/Rest/EntityFormDisplayResourceTestBase.php The expected cache contexts for the GET/HEAD response of the test entity.
EntityFormDisplayResourceTestBase::getExpectedNormalizedEntity function core/tests/Drupal/FunctionalTests/Rest/EntityFormDisplayResourceTestBase.php Returns the expected normalization of the entity.
EntityFormDisplayResourceTestBase::getExpectedUnauthorizedAccessMessage function core/tests/Drupal/FunctionalTests/Rest/EntityFormDisplayResourceTestBase.php Return the expected error message.

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