| EntityLabel::init |
function |
core/modules/views/src/Plugin/views/field/EntityLabel.php |
|
| EntityLastInstalledSchemaRepository::$entityFieldStorageDefinitions |
property |
core/lib/Drupal/Core/Entity/EntityLastInstalledSchemaRepository.php |
The loaded installed field storage definitions. |
| EntityLastInstalledSchemaRepository::$entityTypeDefinitions |
property |
core/lib/Drupal/Core/Entity/EntityLastInstalledSchemaRepository.php |
The loaded installed entity type definitions. |
| EntityLastInstalledSchemaRepository::deleteLastInstalledDefinition |
function |
core/lib/Drupal/Core/Entity/EntityLastInstalledSchemaRepository.php |
|
| EntityLastInstalledSchemaRepository::deleteLastInstalledFieldStorageDefinition |
function |
core/lib/Drupal/Core/Entity/EntityLastInstalledSchemaRepository.php |
|
| EntityLastInstalledSchemaRepository::getLastInstalledDefinition |
function |
core/lib/Drupal/Core/Entity/EntityLastInstalledSchemaRepository.php |
|
| EntityLastInstalledSchemaRepository::getLastInstalledDefinitions |
function |
core/lib/Drupal/Core/Entity/EntityLastInstalledSchemaRepository.php |
|
| EntityLastInstalledSchemaRepository::getLastInstalledFieldStorageDefinitions |
function |
core/lib/Drupal/Core/Entity/EntityLastInstalledSchemaRepository.php |
|
| EntityLastInstalledSchemaRepository::setLastInstalledDefinition |
function |
core/lib/Drupal/Core/Entity/EntityLastInstalledSchemaRepository.php |
|
| EntityLastInstalledSchemaRepository::setLastInstalledFieldStorageDefinition |
function |
core/lib/Drupal/Core/Entity/EntityLastInstalledSchemaRepository.php |
|
| EntityLastInstalledSchemaRepository::setLastInstalledFieldStorageDefinitions |
function |
core/lib/Drupal/Core/Entity/EntityLastInstalledSchemaRepository.php |
|
| EntityLastInstalledSchemaRepositoryInterface::deleteLastInstalledDefinition |
function |
core/lib/Drupal/Core/Entity/EntityLastInstalledSchemaRepositoryInterface.php |
Deletes the entity type definition from the application state. |
| EntityLastInstalledSchemaRepositoryInterface::deleteLastInstalledFieldStorageDefinition |
function |
core/lib/Drupal/Core/Entity/EntityLastInstalledSchemaRepositoryInterface.php |
Deletes the field storage definition from the application state. |
| EntityLastInstalledSchemaRepositoryInterface::getLastInstalledDefinition |
function |
core/lib/Drupal/Core/Entity/EntityLastInstalledSchemaRepositoryInterface.php |
Gets the entity type definition in its most recently installed state. |
| EntityLastInstalledSchemaRepositoryInterface::getLastInstalledDefinitions |
function |
core/lib/Drupal/Core/Entity/EntityLastInstalledSchemaRepositoryInterface.php |
Gets the entity type definitions in their most recently installed state. |
| EntityLastInstalledSchemaRepositoryInterface::getLastInstalledFieldStorageDefinitions |
function |
core/lib/Drupal/Core/Entity/EntityLastInstalledSchemaRepositoryInterface.php |
Gets the entity type's most recently installed field storage definitions. |
| EntityLastInstalledSchemaRepositoryInterface::setLastInstalledDefinition |
function |
core/lib/Drupal/Core/Entity/EntityLastInstalledSchemaRepositoryInterface.php |
Stores the entity type definition in the application state. |
| EntityLastInstalledSchemaRepositoryInterface::setLastInstalledFieldStorageDefinition |
function |
core/lib/Drupal/Core/Entity/EntityLastInstalledSchemaRepositoryInterface.php |
Stores the field storage definition in the application state. |
| EntityLastInstalledSchemaRepositoryInterface::setLastInstalledFieldStorageDefinitions |
function |
core/lib/Drupal/Core/Entity/EntityLastInstalledSchemaRepositoryInterface.php |
Puts the entity type's field storage definitions in the application state. |
| EntityMethodDeriver::getDerivativeDefinitions |
function |
core/lib/Drupal/Core/Config/Action/Plugin/ConfigAction/Deriver/EntityMethodDeriver.php |
|
| EntityOwnerTrait::ownerBaseFieldDefinitions |
function |
core/modules/user/src/EntityOwnerTrait.php |
Returns an array of base field definitions for entity owners. |
| EntityPublishedTrait::publishedBaseFieldDefinitions |
function |
core/lib/Drupal/Core/Entity/EntityPublishedTrait.php |
Returns an array of base field definitions for publishing status. |
| EntityReference::getTargetDefinition |
function |
core/lib/Drupal/Core/Entity/Plugin/DataType/EntityReference.php |
Gets the definition of the referenced entity. |
| EntityReference::init |
function |
core/modules/views/src/Plugin/views/filter/EntityReference.php |
|
| EntityReferenceFieldItemNormalizerTest::$fieldDefinition |
property |
core/modules/serialization/tests/src/Unit/Normalizer/EntityReferenceFieldItemNormalizerTest.php |
The mock field definition. |
| EntityReferenceItem::propertyDefinitions |
function |
core/lib/Drupal/Core/Field/Plugin/Field/FieldType/EntityReferenceItem.php |
|
| EntityReferenceTranslationDeriver::getDerivativeDefinitions |
function |
core/modules/migrate_drupal/src/Plugin/migrate/EntityReferenceTranslationDeriver.php |
Gets the definition of all derivatives of a base plugin. |
| EntityReferenceUuidItem::propertyDefinitions |
function |
core/modules/jsonapi/tests/modules/jsonapi_test_field_type/src/Plugin/Field/FieldType/EntityReferenceUuidItem.php |
|
| EntityResourceRestTestCoverageTest::$definitions |
property |
core/modules/rest/tests/src/Kernel/EntityResource/EntityResourceRestTestCoverageTest.php |
Entity definitions array. |
| EntityRow::init |
function |
core/modules/views/src/Plugin/views/row/EntityRow.php |
|
| EntitySchemaSubscriber::$entityDefinitionUpdateManager |
property |
core/modules/workspaces/src/EventSubscriber/EntitySchemaSubscriber.php |
The definition update manager. |
| EntitySchemaSubscriber::$entityDefinitionUpdateManager |
property |
core/modules/system/tests/modules/entity_test_update/src/EventSubscriber/EntitySchemaSubscriber.php |
The entity definition update manager. |
| EntitySchemaSubscriber::getWorkspaceFieldDefinition |
function |
core/modules/workspaces/src/EventSubscriber/EntitySchemaSubscriber.php |
Gets the base field definition for the 'workspace' revision metadata field. |
| EntitySchemaTest::$entityDefinitionUpdateManager |
property |
core/tests/Drupal/KernelTests/Core/Entity/EntitySchemaTest.php |
The entity definition update manager. |
| EntitySchemaTest::testCleanUpStorageDefinition |
function |
core/tests/Drupal/KernelTests/Core/Entity/EntitySchemaTest.php |
Tests fields from an uninstalled module are removed from the schema. |
| EntitySerializedField::baseFieldDefinitions |
function |
core/modules/system/tests/modules/entity_test/src/Entity/EntitySerializedField.php |
|
| EntityTest::baseFieldDefinitions |
function |
core/modules/system/tests/modules/entity_test/src/Entity/EntityTest.php |
|
| EntityTestBaseFieldDisplay::baseFieldDefinitions |
function |
core/modules/system/tests/modules/entity_test/src/Entity/EntityTestBaseFieldDisplay.php |
|
| EntityTestCompositeConstraint::baseFieldDefinitions |
function |
core/modules/system/tests/modules/entity_test/src/Entity/EntityTestCompositeConstraint.php |
|
| EntityTestComputedBundleField::baseFieldDefinitions |
function |
core/modules/system/tests/modules/entity_test/src/Entity/EntityTestComputedBundleField.php |
|
| EntityTestComputedBundleField::bundleFieldDefinitions |
function |
core/modules/system/tests/modules/entity_test/src/Entity/EntityTestComputedBundleField.php |
|
| EntityTestComputedField::baseFieldDefinitions |
function |
core/modules/system/tests/modules/entity_test/src/Entity/EntityTestComputedField.php |
|
| EntityTestConstraints::baseFieldDefinitions |
function |
core/modules/system/tests/modules/entity_test/src/Entity/EntityTestConstraints.php |
|
| EntityTestConstraintViolation::baseFieldDefinitions |
function |
core/modules/system/tests/modules/entity_test/src/Entity/EntityTestConstraintViolation.php |
|
| EntityTestDefaultValue::baseFieldDefinitions |
function |
core/modules/system/tests/modules/entity_test/src/Entity/EntityTestDefaultValue.php |
|
| EntityTestDefinitionSubscriber |
class |
core/modules/system/tests/modules/entity_test/src/EntityTestDefinitionSubscriber.php |
Test entity type and field storage definition event subscriber. |
| EntityTestDefinitionSubscriber.php |
file |
core/modules/system/tests/modules/entity_test/src/EntityTestDefinitionSubscriber.php |
|
| EntityTestDefinitionSubscriber::$entityFieldManager |
property |
core/modules/system/tests/modules/entity_test/src/EntityTestDefinitionSubscriber.php |
The entity field manager. |
| EntityTestDefinitionSubscriber::$entityLastInstalledSchemaRepository |
property |
core/modules/system/tests/modules/entity_test/src/EntityTestDefinitionSubscriber.php |
The last installed schema repository. |
| EntityTestDefinitionSubscriber::$entityTypeManager |
property |
core/modules/system/tests/modules/entity_test/src/EntityTestDefinitionSubscriber.php |
The entity type manager. |