EntityDefinitionUpdateManager::requiresFieldStorageSchemaChanges |
function |
core/lib/Drupal/Core/Entity/EntityDefinitionUpdateManager.php |
Checks if the changes to the storage definition requires schema changes. |
EntityDefinitionUpdateTest::testBundleFieldUpdateWithEntityTypeSchemaUpdate |
function |
core/tests/Drupal/KernelTests/Core/Entity/EntityDefinitionUpdateTest.php |
Tests updating a bundle field when the entity type schema has changed. |
EntityDefinitionUpdateTest::testCreateIndexUsingEntityStorageSchemaWithData |
function |
core/tests/Drupal/KernelTests/Core/Entity/EntityDefinitionUpdateTest.php |
Ensures that a new entity level index is created when data exists. |
EntityFieldManager::$entityLastInstalledSchemaRepository |
property |
core/lib/Drupal/Core/Entity/EntityFieldManager.php |
The entity last installed schema repository. |
EntityFieldManagerTest::$entityLastInstalledSchemaRepository |
property |
core/tests/Drupal/Tests/Core/Entity/EntityFieldManagerTest.php |
The entity last installed schema repository. |
EntityLastInstalledSchemaRepository |
class |
core/lib/Drupal/Core/Entity/EntityLastInstalledSchemaRepository.php |
Provides a repository for installed entity definitions. |
EntityLastInstalledSchemaRepository.php |
file |
core/lib/Drupal/Core/Entity/EntityLastInstalledSchemaRepository.php |
|
EntityLastInstalledSchemaRepository::$cacheBackend |
property |
core/lib/Drupal/Core/Entity/EntityLastInstalledSchemaRepository.php |
The cache backend. |
EntityLastInstalledSchemaRepository::$entityTypeDefinitions |
property |
core/lib/Drupal/Core/Entity/EntityLastInstalledSchemaRepository.php |
The loaded installed entity type definitions. |
EntityLastInstalledSchemaRepository::$keyValueFactory |
property |
core/lib/Drupal/Core/Entity/EntityLastInstalledSchemaRepository.php |
The key-value factory. |
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 |
|
EntityLastInstalledSchemaRepository::__construct |
function |
core/lib/Drupal/Core/Entity/EntityLastInstalledSchemaRepository.php |
Constructs a new EntityLastInstalledSchemaRepository. |
EntityLastInstalledSchemaRepositoryInterface |
interface |
core/lib/Drupal/Core/Entity/EntityLastInstalledSchemaRepositoryInterface.php |
Provides an interface for an installed entity definition repository. |
EntityLastInstalledSchemaRepositoryInterface.php |
file |
core/lib/Drupal/Core/Entity/EntityLastInstalledSchemaRepositoryInterface.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 |
Stores the entity type's field storage definitions in the application state. |
EntityReferenceItem::schema |
function |
core/lib/Drupal/Core/Field/Plugin/Field/FieldType/EntityReferenceItem.php |
|
EntitySchemaSubscriber |
class |
core/modules/system/tests/modules/entity_test_update/src/EventSubscriber/EntitySchemaSubscriber.php |
Defines a class for listening to entity schema changes. |
EntitySchemaSubscriber |
class |
core/modules/workspaces/src/EventSubscriber/EntitySchemaSubscriber.php |
Defines a class for listening to entity schema changes. |
EntitySchemaSubscriber.php |
file |
core/modules/workspaces/src/EventSubscriber/EntitySchemaSubscriber.php |
|
EntitySchemaSubscriber.php |
file |
core/modules/system/tests/modules/entity_test_update/src/EventSubscriber/EntitySchemaSubscriber.php |
|
EntitySchemaSubscriber::$entityDefinitionUpdateManager |
property |
core/modules/system/tests/modules/entity_test_update/src/EventSubscriber/EntitySchemaSubscriber.php |
The entity definition update manager. |
EntitySchemaSubscriber::$entityDefinitionUpdateManager |
property |
core/modules/workspaces/src/EventSubscriber/EntitySchemaSubscriber.php |
The definition update manager. |
EntitySchemaSubscriber::$entityLastInstalledSchemaRepository |
property |
core/modules/workspaces/src/EventSubscriber/EntitySchemaSubscriber.php |
The last installed schema definitions. |
EntitySchemaSubscriber::$state |
property |
core/modules/system/tests/modules/entity_test_update/src/EventSubscriber/EntitySchemaSubscriber.php |
The state service. |
EntitySchemaSubscriber::$workspaceInfo |
property |
core/modules/workspaces/src/EventSubscriber/EntitySchemaSubscriber.php |
The workspace information service. |
EntitySchemaSubscriber::addRevisionMetadataField |
function |
core/modules/workspaces/src/EventSubscriber/EntitySchemaSubscriber.php |
Adds the 'workspace' revision metadata field to an entity type. |
EntitySchemaSubscriber::getSubscribedEvents |
function |
core/modules/workspaces/src/EventSubscriber/EntitySchemaSubscriber.php |
|
EntitySchemaSubscriber::getSubscribedEvents |
function |
core/modules/system/tests/modules/entity_test_update/src/EventSubscriber/EntitySchemaSubscriber.php |
|
EntitySchemaSubscriber::getWorkspaceFieldDefinition |
function |
core/modules/workspaces/src/EventSubscriber/EntitySchemaSubscriber.php |
Gets the base field definition for the 'workspace' revision metadata field. |
EntitySchemaSubscriber::onEntityTypeCreate |
function |
core/modules/workspaces/src/EventSubscriber/EntitySchemaSubscriber.php |
|
EntitySchemaSubscriber::onEntityTypeCreate |
function |
core/modules/system/tests/modules/entity_test_update/src/EventSubscriber/EntitySchemaSubscriber.php |
|
EntitySchemaSubscriber::onEntityTypeDelete |
function |
core/modules/workspaces/src/EventSubscriber/EntitySchemaSubscriber.php |
|
EntitySchemaSubscriber::onEntityTypeUpdate |
function |
core/modules/workspaces/src/EventSubscriber/EntitySchemaSubscriber.php |
|
EntitySchemaSubscriber::onEntityTypeUpdate |
function |
core/modules/system/tests/modules/entity_test_update/src/EventSubscriber/EntitySchemaSubscriber.php |
|
EntitySchemaSubscriber::onFieldableEntityTypeCreate |
function |
core/modules/workspaces/src/EventSubscriber/EntitySchemaSubscriber.php |
|
EntitySchemaSubscriber::onFieldableEntityTypeUpdate |
function |
core/modules/workspaces/src/EventSubscriber/EntitySchemaSubscriber.php |
|