| Entity::updateEntity |
function |
core/modules/migrate/src/Plugin/migrate/destination/Entity.php |
Updates an entity with the new values from row. |
| Entity::validateArgument |
function |
core/modules/views/src/Plugin/views/argument_validator/Entity.php |
Performs validation for a given argument. |
| Entity::validateEntity |
function |
core/modules/views/src/Plugin/views/argument_validator/Entity.php |
Validates an individual entity against class access settings. |
| EntityApiTest::testUpdateWithId |
function |
core/tests/Drupal/KernelTests/Core/Entity/EntityApiTest.php |
Tests that resaving an entity with a different entity ID throws an exception. |
| EntityApiTest::testUpdateWithRevisionId |
function |
core/tests/Drupal/KernelTests/Core/Entity/EntityApiTest.php |
Tests that resaving a revision with a different revision ID throws an exception. |
| EntityArgumentUpdateTest |
class |
core/modules/views/tests/src/Functional/Update/EntityArgumentUpdateTest.php |
Tests the upgrade path for converting numeric arguments to entity_target_id. |
| EntityArgumentUpdateTest.php |
file |
core/modules/views/tests/src/Functional/Update/EntityArgumentUpdateTest.php |
|
| EntityArgumentUpdateTest::setDatabaseDumpFiles |
function |
core/modules/views/tests/src/Functional/Update/EntityArgumentUpdateTest.php |
Set database dump files to be used. |
| EntityArgumentUpdateTest::testViewsFieldPluginConversion |
function |
core/modules/views/tests/src/Functional/Update/EntityArgumentUpdateTest.php |
Tests that numeric argument plugins are updated properly. |
| EntityAutocomplete::validateEntityAutocomplete |
function |
core/lib/Drupal/Core/Entity/Element/EntityAutocomplete.php |
Form element validation handler for entity_autocomplete elements. |
| EntityAutocompleteElementFormTest::validateForm |
function |
core/tests/Drupal/KernelTests/Core/Entity/Element/EntityAutocompleteElementFormTest.php |
Form validation handler. |
| EntityBase::getCacheTagsToInvalidate |
function |
core/lib/Drupal/Core/Entity/EntityBase.php |
Returns the cache tags that should be used to invalidate caches. |
| EntityBase::getListCacheTagsToInvalidate |
function |
core/lib/Drupal/Core/Entity/EntityBase.php |
The list cache tags to invalidate for this entity. |
| EntityBase::invalidateTagsOnDelete |
function |
core/lib/Drupal/Core/Entity/EntityBase.php |
Invalidates an entity's cache tags upon delete. |
| EntityBase::invalidateTagsOnSave |
function |
core/lib/Drupal/Core/Entity/EntityBase.php |
Invalidates an entity's cache tags upon save. |
| EntityBundleExistsConstraintValidator::validate |
function |
core/lib/Drupal/Core/Validation/Plugin/Validation/Constraint/EntityBundleExistsConstraintValidator.php |
|
| EntityChangedConstraintValidator::validate |
function |
core/lib/Drupal/Core/Entity/Plugin/Validation/Constraint/EntityChangedConstraintValidator.php |
|
| EntityCondition::validate |
function |
core/modules/jsonapi/src/Query/EntityCondition.php |
Validates the filter has the required fields. |
| EntityConfigBase::updateEntity |
function |
core/modules/migrate/src/Plugin/migrate/destination/EntityConfigBase.php |
Updates an entity with the contents of a row. |
| EntityConfigBase::updateEntityProperty |
function |
core/modules/migrate/src/Plugin/migrate/destination/EntityConfigBase.php |
Updates a (possible nested) entity property with a value. |
| EntityContentBase::updateEntity |
function |
core/modules/migrate/src/Plugin/migrate/destination/EntityContentBase.php |
Updates an entity with the new values from row. |
| EntityContentBase::validateEntity |
function |
core/modules/migrate/src/Plugin/migrate/destination/EntityContentBase.php |
Validates the entity. |
| EntityContentComplete::updateEntity |
function |
core/modules/migrate/src/Plugin/migrate/destination/EntityContentComplete.php |
Updates an entity with the new values from row. |
| EntityContextTypedDataTest::testValidateConfigEntityContext |
function |
core/tests/Drupal/KernelTests/Core/Plugin/EntityContextTypedDataTest.php |
Tests that entity contexts wrapping a config entity can be validated. |
| EntityDateFormat |
class |
core/modules/system/src/Plugin/migrate/destination/EntityDateFormat.php |
Migration destination for date format entity. |
| EntityDateFormat.php |
file |
core/modules/system/src/Plugin/migrate/destination/EntityDateFormat.php |
|
| EntityDateFormat::updateEntityProperty |
function |
core/modules/system/src/Plugin/migrate/destination/EntityDateFormat.php |
Updates a (possible nested) entity property with a value. |
| EntityDefinitionTestTrait::applyEntityUpdates |
function |
core/modules/system/tests/src/Functional/Entity/Traits/EntityDefinitionTestTrait.php |
Applies all the detected valid changes. |
| EntityDefinitionTestTrait::doEntityUpdate |
function |
core/modules/system/tests/src/Functional/Entity/Traits/EntityDefinitionTestTrait.php |
Performs an entity type definition update. |
| EntityDefinitionTestTrait::doFieldUpdate |
function |
core/modules/system/tests/src/Functional/Entity/Traits/EntityDefinitionTestTrait.php |
Performs a field storage definition update. |
| EntityDefinitionTestTrait::getUpdatedEntityTypeDefinition |
function |
core/modules/system/tests/src/Functional/Entity/Traits/EntityDefinitionTestTrait.php |
Returns an entity type definition, possibly updated to be rev or mul. |
| EntityDefinitionTestTrait::getUpdatedFieldStorageDefinitions |
function |
core/modules/system/tests/src/Functional/Entity/Traits/EntityDefinitionTestTrait.php |
Returns the required rev / mul field definitions for an entity type. |
| EntityDefinitionTestTrait::updateEntityTypeToNotRevisionable |
function |
core/modules/system/tests/src/Functional/Entity/Traits/EntityDefinitionTestTrait.php |
Updates the 'entity_test_update' entity type not revisionable. |
| EntityDefinitionTestTrait::updateEntityTypeToNotTranslatable |
function |
core/modules/system/tests/src/Functional/Entity/Traits/EntityDefinitionTestTrait.php |
Updates the 'entity_test_update' entity type to not translatable. |
| EntityDefinitionTestTrait::updateEntityTypeToRevisionable |
function |
core/modules/system/tests/src/Functional/Entity/Traits/EntityDefinitionTestTrait.php |
Updates the 'entity_test_update' entity type to revisionable. |
| EntityDefinitionTestTrait::updateEntityTypeToRevisionableAndTranslatable |
function |
core/modules/system/tests/src/Functional/Entity/Traits/EntityDefinitionTestTrait.php |
Updates the test entity type to be revisionable and translatable. |
| EntityDefinitionTestTrait::updateEntityTypeToTranslatable |
function |
core/modules/system/tests/src/Functional/Entity/Traits/EntityDefinitionTestTrait.php |
Updates the 'entity_test_update' entity type to translatable. |
| EntityDefinitionUpdateManager |
class |
core/lib/Drupal/Core/Entity/EntityDefinitionUpdateManager.php |
Manages entity definition updates. |
| EntityDefinitionUpdateManager.php |
file |
core/lib/Drupal/Core/Entity/EntityDefinitionUpdateManager.php |
|
| EntityDefinitionUpdateManager::$entityFieldManager |
property |
core/lib/Drupal/Core/Entity/EntityDefinitionUpdateManager.php |
The entity field manager service. |
| EntityDefinitionUpdateManager::$entityLastInstalledSchemaRepository |
property |
core/lib/Drupal/Core/Entity/EntityDefinitionUpdateManager.php |
The last installed schema repository. |
| EntityDefinitionUpdateManager::$entityTypeListener |
property |
core/lib/Drupal/Core/Entity/EntityDefinitionUpdateManager.php |
The entity type listener service. |
| EntityDefinitionUpdateManager::$entityTypeManager |
property |
core/lib/Drupal/Core/Entity/EntityDefinitionUpdateManager.php |
The entity type manager service. |
| EntityDefinitionUpdateManager::$fieldStorageDefinitionListener |
property |
core/lib/Drupal/Core/Entity/EntityDefinitionUpdateManager.php |
The field storage definition listener service. |
| EntityDefinitionUpdateManager::clearCachedDefinitions |
function |
core/lib/Drupal/Core/Entity/EntityDefinitionUpdateManager.php |
Clears necessary caches to apply entity/field definition updates. |
| EntityDefinitionUpdateManager::getChangeList |
function |
core/lib/Drupal/Core/Entity/EntityDefinitionUpdateManager.php |
Gets a list of changes to entity type and field storage definitions. |
| EntityDefinitionUpdateManager::getChangeSummary |
function |
core/lib/Drupal/Core/Entity/EntityDefinitionUpdateManager.php |
Gets a human readable summary of the detected changes. |
| EntityDefinitionUpdateManager::getEntityType |
function |
core/lib/Drupal/Core/Entity/EntityDefinitionUpdateManager.php |
Returns an entity type definition ready to be manipulated. |
| EntityDefinitionUpdateManager::getEntityTypes |
function |
core/lib/Drupal/Core/Entity/EntityDefinitionUpdateManager.php |
Returns all the entity type definitions, ready to be manipulated. |
| EntityDefinitionUpdateManager::getFieldStorageDefinition |
function |
core/lib/Drupal/Core/Entity/EntityDefinitionUpdateManager.php |
Returns a field storage definition ready to be manipulated. |