| SqlContentEntityStorageSchema::installedStorageSchema |
function |
core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorageSchema.php |
Gets the keyvalue collection for tracking the installed schema. |
| SqlContentEntityStorageSchema::isTableEmpty |
function |
core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorageSchema.php |
Checks whether a database table is non-existent or empty. |
| SqlContentEntityStorageSchema::loadEntitySchemaData |
function |
core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorageSchema.php |
Loads stored schema data for the given entity type definition. |
| SqlContentEntityStorageSchema::loadFieldSchemaData |
function |
core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorageSchema.php |
Loads stored schema data for the given field storage definition. |
| SqlContentEntityStorageSchema::onEntityTypeCreate |
function |
core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorageSchema.php |
|
| SqlContentEntityStorageSchema::onEntityTypeDelete |
function |
core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorageSchema.php |
|
| SqlContentEntityStorageSchema::onEntityTypeUpdate |
function |
core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorageSchema.php |
|
| SqlContentEntityStorageSchema::onFieldableEntityTypeCreate |
function |
core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorageSchema.php |
|
| SqlContentEntityStorageSchema::onFieldableEntityTypeUpdate |
function |
core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorageSchema.php |
|
| SqlContentEntityStorageSchema::onFieldStorageDefinitionCreate |
function |
core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorageSchema.php |
|
| SqlContentEntityStorageSchema::onFieldStorageDefinitionDelete |
function |
core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorageSchema.php |
|
| SqlContentEntityStorageSchema::onFieldStorageDefinitionUpdate |
function |
core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorageSchema.php |
|
| SqlContentEntityStorageSchema::performFieldSchemaOperation |
function |
core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorageSchema.php |
Performs the specified operation on a field. |
| SqlContentEntityStorageSchema::postUpdateEntityTypeSchema |
function |
core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorageSchema.php |
|
| SqlContentEntityStorageSchema::preUpdateEntityTypeSchema |
function |
core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorageSchema.php |
|
| SqlContentEntityStorageSchema::processBaseTable |
function |
core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorageSchema.php |
Processes the gathered schema for a base table. |
| SqlContentEntityStorageSchema::processDataTable |
function |
core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorageSchema.php |
Processes the gathered schema for a base table. |
| SqlContentEntityStorageSchema::processFieldStorageSchema |
function |
core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorageSchema.php |
Processes the schema for a field storage definition. |
| SqlContentEntityStorageSchema::processIdentifierSchema |
function |
core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorageSchema.php |
Processes the specified entity key. |
| SqlContentEntityStorageSchema::processRevisionDataTable |
function |
core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorageSchema.php |
Processes the gathered schema for a base table. |
| SqlContentEntityStorageSchema::processRevisionTable |
function |
core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorageSchema.php |
Processes the gathered schema for a base table. |
| SqlContentEntityStorageSchema::requiresEntityDataMigration |
function |
core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorageSchema.php |
|
| SqlContentEntityStorageSchema::requiresEntityStorageSchemaChanges |
function |
core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorageSchema.php |
|
| SqlContentEntityStorageSchema::requiresFieldDataMigration |
function |
core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorageSchema.php |
|
| SqlContentEntityStorageSchema::requiresFieldStorageSchemaChanges |
function |
core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorageSchema.php |
|
| SqlContentEntityStorageSchema::saveEntitySchemaData |
function |
core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorageSchema.php |
Stores schema data for the given entity type definition. |
| SqlContentEntityStorageSchema::saveFieldSchemaData |
function |
core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorageSchema.php |
Stores schema data for the given field storage definition. |
| SqlContentEntityStorageSchema::updateBackupRepository |
function |
core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorageSchema.php |
Gets the key/value collection for tracking the entity update backups. |
| SqlContentEntityStorageSchema::updateDedicatedTableSchema |
function |
core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorageSchema.php |
Updates the schema for a field stored in a shared table. |
| SqlContentEntityStorageSchema::updateSharedTableSchema |
function |
core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorageSchema.php |
Updates the schema for a field stored in a shared table. |
| SqlContentEntityStorageSchema::__construct |
function |
core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorageSchema.php |
Constructs a SqlContentEntityStorageSchema. |
| SqlContentEntityStorageSchemaColumnTest |
class |
core/modules/field/tests/src/Kernel/Entity/Update/SqlContentEntityStorageSchemaColumnTest.php |
Tests that schema changes in fields with data are detected during updates. |
| SqlContentEntityStorageSchemaColumnTest.php |
file |
core/modules/field/tests/src/Kernel/Entity/Update/SqlContentEntityStorageSchemaColumnTest.php |
|
| SqlContentEntityStorageSchemaColumnTest::$entity |
property |
core/modules/field/tests/src/Kernel/Entity/Update/SqlContentEntityStorageSchemaColumnTest.php |
The created entity. |
| SqlContentEntityStorageSchemaColumnTest::$field |
property |
core/modules/field/tests/src/Kernel/Entity/Update/SqlContentEntityStorageSchemaColumnTest.php |
The field. |
| SqlContentEntityStorageSchemaColumnTest::$fieldStorage |
property |
core/modules/field/tests/src/Kernel/Entity/Update/SqlContentEntityStorageSchemaColumnTest.php |
The field storage. |
| SqlContentEntityStorageSchemaColumnTest::$modules |
property |
core/modules/field/tests/src/Kernel/Entity/Update/SqlContentEntityStorageSchemaColumnTest.php |
|
| SqlContentEntityStorageSchemaColumnTest::setUp |
function |
core/modules/field/tests/src/Kernel/Entity/Update/SqlContentEntityStorageSchemaColumnTest.php |
|
| SqlContentEntityStorageSchemaColumnTest::testColumnUpdate |
function |
core/modules/field/tests/src/Kernel/Entity/Update/SqlContentEntityStorageSchemaColumnTest.php |
Tests that column-level schema changes are detected for fields with data. |
| SqlContentEntityStorageSchemaConverter |
class |
core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorageSchemaConverter.php |
Defines a schema converter for entity types with existing data. |
| SqlContentEntityStorageSchemaConverter.php |
file |
core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorageSchemaConverter.php |
|
| SqlContentEntityStorageSchemaConverter::$entityDefinitionUpdateManager |
property |
core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorageSchemaConverter.php |
The entity definition update manager service. |
| SqlContentEntityStorageSchemaConverter::$entityTypeId |
property |
core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorageSchemaConverter.php |
The entity type ID this schema converter is responsible for. |
| SqlContentEntityStorageSchemaConverter::$entityTypeManager |
property |
core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorageSchemaConverter.php |
The entity type manager. |
| SqlContentEntityStorageSchemaConverter::convertToRevisionable |
function |
core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorageSchemaConverter.php |
Converts an entity type with existing data to be revisionable. |
| SqlContentEntityStorageSchemaConverter::__construct |
function |
core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorageSchemaConverter.php |
SqlContentEntityStorageSchemaConverter constructor. |
| SqlContentEntityStorageSchemaConverterNonTranslatableTest |
class |
core/modules/system/tests/src/Functional/Entity/Update/SqlContentEntityStorageSchemaConverterNonTranslatableTest.php |
Tests converting a non-translatable entity type with data to revisionable. |
| SqlContentEntityStorageSchemaConverterNonTranslatableTest.php |
file |
core/modules/system/tests/src/Functional/Entity/Update/SqlContentEntityStorageSchemaConverterNonTranslatableTest.php |
|
| SqlContentEntityStorageSchemaConverterNonTranslatableTest::setDatabaseDumpFiles |
function |
core/modules/system/tests/src/Functional/Entity/Update/SqlContentEntityStorageSchemaConverterNonTranslatableTest.php |
|
| SqlContentEntityStorageSchemaConverterTest |
class |
core/tests/Drupal/KernelTests/Core/Entity/SqlContentEntityStorageSchemaConverterTest.php |
Tests the SqlContentEntityStorageSchemaConverter class. |