EmptySource::fields |
function |
core/modules/migrate/src/Plugin/migrate/source/EmptySource.php |
Returns available fields on the source. |
Entity::$entityFieldManager |
property |
core/modules/migrate/src/Plugin/migrate/destination/Entity.php |
The entity field manager. |
Entity::fields |
function |
core/modules/migrate/src/Plugin/migrate/destination/Entity.php |
Returns an array of destination fields. |
EntityAccessControlHandler::checkFieldAccess |
function |
core/lib/Drupal/Core/Entity/EntityAccessControlHandler.php |
Default field access as determined by this access control handler. |
EntityAccessControlHandler::fieldAccess |
function |
core/lib/Drupal/Core/Entity/EntityAccessControlHandler.php |
Checks access to an operation on a given entity field. |
EntityAccessControlHandlerInterface::fieldAccess |
function |
core/lib/Drupal/Core/Entity/EntityAccessControlHandlerInterface.php |
Checks access to an operation on a given entity field. |
EntityAccessControlHandlerTest::providerTestFieldAccess |
function |
core/tests/Drupal/KernelTests/Core/Entity/EntityAccessControlHandlerTest.php |
|
EntityAccessControlHandlerTest::testFieldAccess |
function |
core/tests/Drupal/KernelTests/Core/Entity/EntityAccessControlHandlerTest.php |
Tests the default access handling for the ID and UUID fields. |
EntityAdapterUnitTest::$entityFieldManager |
property |
core/tests/Drupal/Tests/Core/Entity/TypedData/EntityAdapterUnitTest.php |
|
EntityAdapterUnitTest::$fieldDefinitions |
property |
core/tests/Drupal/Tests/Core/Entity/TypedData/EntityAdapterUnitTest.php |
Field definitions. |
EntityAdapterUnitTest::$fieldItemList |
property |
core/tests/Drupal/Tests/Core/Entity/TypedData/EntityAdapterUnitTest.php |
The field item list returned by the typed data manager. |
EntityAdapterUnitTest::$fieldTypePluginManager |
property |
core/tests/Drupal/Tests/Core/Entity/TypedData/EntityAdapterUnitTest.php |
The field type manager used for testing. |
EntityAdapterUnitTest::testGetInvalidField |
function |
core/tests/Drupal/Tests/Core/Entity/TypedData/EntityAdapterUnitTest.php |
@covers ::get |
EntityBaseFieldOverride |
class |
core/modules/migrate/src/Plugin/migrate/destination/EntityBaseFieldOverride.php |
Provides entity base field override destination plugin. |
EntityBaseFieldOverride.php |
file |
core/modules/migrate/src/Plugin/migrate/destination/EntityBaseFieldOverride.php |
|
EntityBaseFieldOverride::getEntityId |
function |
core/modules/migrate/src/Plugin/migrate/destination/EntityBaseFieldOverride.php |
Gets the entity ID of the row. |
EntityBundleFieldTest |
class |
core/tests/Drupal/KernelTests/Core/Entity/EntityBundleFieldTest.php |
Tests adding a custom bundle field. |
EntityBundleFieldTest.php |
file |
core/tests/Drupal/KernelTests/Core/Entity/EntityBundleFieldTest.php |
|
EntityBundleFieldTest::$database |
property |
core/tests/Drupal/KernelTests/Core/Entity/EntityBundleFieldTest.php |
The database connection used. |
EntityBundleFieldTest::$moduleHandler |
property |
core/tests/Drupal/KernelTests/Core/Entity/EntityBundleFieldTest.php |
The module handler. |
EntityBundleFieldTest::$modules |
property |
core/tests/Drupal/KernelTests/Core/Entity/EntityBundleFieldTest.php |
Modules to enable. |
EntityBundleFieldTest::setUp |
function |
core/tests/Drupal/KernelTests/Core/Entity/EntityBundleFieldTest.php |
|
EntityBundleFieldTest::testCustomBundleFieldUsage |
function |
core/tests/Drupal/KernelTests/Core/Entity/EntityBundleFieldTest.php |
Tests making use of a custom bundle field. |
EntityBundleListener::$entityFieldManager |
property |
core/lib/Drupal/Core/Entity/EntityBundleListener.php |
The entity field manager. |
EntityChangesDetectionTrait::getFieldsToSkipFromTranslationChangesCheck |
function |
core/lib/Drupal/Core/Entity/EntityChangesDetectionTrait.php |
Returns an array of field names to skip when checking for changes. |
EntityCondition::$field |
property |
core/modules/jsonapi/src/Query/EntityCondition.php |
The field to be evaluated. |
EntityCondition::field |
function |
core/modules/jsonapi/src/Query/EntityCondition.php |
The field to be evaluated. |
EntityConstraintViolationList::$violationOffsetsByField |
property |
core/lib/Drupal/Core/Entity/EntityConstraintViolationList.php |
Violation offsets grouped by field. |
EntityConstraintViolationList::filterByFieldAccess |
function |
core/lib/Drupal/Core/Entity/EntityConstraintViolationList.php |
Filters this violation list to apply for accessible fields only. |
EntityConstraintViolationList::filterByFields |
function |
core/lib/Drupal/Core/Entity/EntityConstraintViolationList.php |
Filters this violation list by the given fields. |
EntityConstraintViolationList::getByField |
function |
core/lib/Drupal/Core/Entity/EntityConstraintViolationList.php |
Gets the violations of the given field. |
EntityConstraintViolationList::getByFields |
function |
core/lib/Drupal/Core/Entity/EntityConstraintViolationList.php |
Gets the violations of the given fields. |
EntityConstraintViolationList::getFieldNames |
function |
core/lib/Drupal/Core/Entity/EntityConstraintViolationList.php |
Returns the names of all violated fields. |
EntityConstraintViolationListInterface::filterByFieldAccess |
function |
core/lib/Drupal/Core/Entity/EntityConstraintViolationListInterface.php |
Filters this violation list to apply for accessible fields only. |
EntityConstraintViolationListInterface::filterByFields |
function |
core/lib/Drupal/Core/Entity/EntityConstraintViolationListInterface.php |
Filters this violation list by the given fields. |
EntityConstraintViolationListInterface::getByField |
function |
core/lib/Drupal/Core/Entity/EntityConstraintViolationListInterface.php |
Gets the violations of the given field. |
EntityConstraintViolationListInterface::getByFields |
function |
core/lib/Drupal/Core/Entity/EntityConstraintViolationListInterface.php |
Gets the violations of the given fields. |
EntityConstraintViolationListInterface::getFieldNames |
function |
core/lib/Drupal/Core/Entity/EntityConstraintViolationListInterface.php |
Returns the names of all violated fields. |
EntityConstraintViolationListTest::testFilterByFieldAccess |
function |
core/tests/Drupal/Tests/Core/Entity/EntityConstraintViolationListTest.php |
@covers ::filterByFieldAccess |
EntityConstraintViolationListTest::testFilterByFieldAccessWithCompositeConstraint |
function |
core/tests/Drupal/Tests/Core/Entity/EntityConstraintViolationListTest.php |
@covers ::filterByFieldAccess |
EntityConstraintViolationListTest::testFilterByFields |
function |
core/tests/Drupal/Tests/Core/Entity/EntityConstraintViolationListTest.php |
@covers ::filterByFields |
EntityConstraintViolationListTest::testFilterByFieldsWithCompositeConstraints |
function |
core/tests/Drupal/Tests/Core/Entity/EntityConstraintViolationListTest.php |
@covers ::filterByFields |
EntityContentBase::$fieldTypeManager |
property |
core/modules/migrate/src/Plugin/migrate/destination/EntityContentBase.php |
Field type plugin manager. |
EntityDecoupledTranslationRevisionsTest::$previousUntranslatableFieldValue |
property |
core/tests/Drupal/KernelTests/Core/Entity/EntityDecoupledTranslationRevisionsTest.php |
The previous untranslatable field value. |
EntityDecoupledTranslationRevisionsTest::dataTestUntranslatableFields |
function |
core/tests/Drupal/KernelTests/Core/Entity/EntityDecoupledTranslationRevisionsTest.php |
Data provider for ::testUntranslatableFields. |
EntityDecoupledTranslationRevisionsTest::testUntranslatableFields |
function |
core/tests/Drupal/KernelTests/Core/Entity/EntityDecoupledTranslationRevisionsTest.php |
Tests that untranslatable fields are handled correctly. |
EntityDefinitionTestTrait::addBaseField |
function |
core/modules/system/tests/src/Functional/Entity/Traits/EntityDefinitionTestTrait.php |
Adds a new base field to the 'entity_test_update' entity type. |
EntityDefinitionTestTrait::addBaseFieldIndex |
function |
core/modules/system/tests/src/Functional/Entity/Traits/EntityDefinitionTestTrait.php |
Adds a single-field index to the base field. |
EntityDefinitionTestTrait::addBundleField |
function |
core/modules/system/tests/src/Functional/Entity/Traits/EntityDefinitionTestTrait.php |
Adds a new bundle field to the 'entity_test_update' entity type. |
EntityDefinitionTestTrait::addLongNameBaseField |
function |
core/modules/system/tests/src/Functional/Entity/Traits/EntityDefinitionTestTrait.php |
Adds a long-named base field to the 'entity_test_update' entity type. |