You are here

13 calls to SqlContentEntityStorage::getStorageSchema() in Drupal 10

SqlContentEntityStorage::finalizePurge in core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorage.php
Performs final cleanup after all data of a field has been purged.
SqlContentEntityStorage::onEntityTypeCreate in core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorage.php
Reacts to the creation of the entity type.
SqlContentEntityStorage::onEntityTypeDelete in core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorage.php
Reacts to the deletion of the entity type.
SqlContentEntityStorage::onEntityTypeUpdate in core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorage.php
Reacts to the update of the entity type.
SqlContentEntityStorage::onFieldableEntityTypeCreate in core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorage.php
Reacts to the creation of the fieldable entity type.
SqlContentEntityStorage::onFieldableEntityTypeUpdate in core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorage.php
Reacts to the update of a fieldable entity type.
SqlContentEntityStorage::onFieldStorageDefinitionCreate in core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorage.php
Reacts to the creation of a field storage definition.
SqlContentEntityStorage::onFieldStorageDefinitionDelete in core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorage.php
Reacts to the deletion of a field storage definition.
SqlContentEntityStorage::onFieldStorageDefinitionUpdate in core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorage.php
Reacts to the update of a field storage definition.
SqlContentEntityStorage::requiresEntityDataMigration in core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorage.php
Checks if existing data would be lost if the schema changes were applied.
SqlContentEntityStorage::requiresEntityStorageSchemaChanges in core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorage.php
Checks if the changes to the entity type requires storage schema changes.
SqlContentEntityStorage::requiresFieldDataMigration in core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorage.php
Checks if existing data would be lost if the schema changes were applied.
SqlContentEntityStorage::requiresFieldStorageSchemaChanges in core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorage.php
Checks if the changes to the storage definition requires schema changes.