| SqlContentEntityStorage::getTableMapping |
function |
core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorage.php |
Gets a table mapping for the entity's SQL tables. |
| SqlContentEntityStorage::initTableLayout |
function |
core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorage.php |
Initializes table name variables. |
| SqlContentEntityStorage::loadFromDedicatedTables |
function |
core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorage.php |
Loads values of fields stored in dedicated tables for a group of entities. |
| SqlContentEntityStorage::loadFromSharedTables |
function |
core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorage.php |
Loads values for fields stored in the shared data tables. |
| SqlContentEntityStorage::saveToDedicatedTables |
function |
core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorage.php |
Saves values of fields that use dedicated tables. |
| SqlContentEntityStorage::saveToSharedTables |
function |
core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorage.php |
Saves fields that use the shared tables. |
| SqlContentEntityStorage::setTableMapping |
function |
core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorage.php |
Sets the wrapped table mapping definition. |
| SqlContentEntityStorageSchema::addSharedTableFieldForeignKey |
function |
core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorageSchema.php |
Adds a foreign key for the specified field to the given schema definition. |
| SqlContentEntityStorageSchema::addSharedTableFieldIndex |
function |
core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorageSchema.php |
Adds an index for the specified field to the given schema definition. |
| SqlContentEntityStorageSchema::addSharedTableFieldUniqueKey |
function |
core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorageSchema.php |
Adds a unique key for the specified field to the given schema definition. |
| SqlContentEntityStorageSchema::addTableDefaults |
function |
core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorageSchema.php |
Adds defaults to a table schema definition. |
| SqlContentEntityStorageSchema::createDedicatedTableSchema |
function |
core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorageSchema.php |
Creates the schema for a field stored in a dedicated table. |
| SqlContentEntityStorageSchema::createSharedTableSchema |
function |
core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorageSchema.php |
Creates the schema for a field stored in a shared table. |
| SqlContentEntityStorageSchema::deleteDedicatedTableSchema |
function |
core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorageSchema.php |
Deletes the schema for a field stored in a dedicated table. |
| SqlContentEntityStorageSchema::deleteSharedTableSchema |
function |
core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorageSchema.php |
Deletes the schema for a field stored in a shared table. |
| SqlContentEntityStorageSchema::getDedicatedTableSchema |
function |
core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorageSchema.php |
Gets the SQL schema for a dedicated table. |
| SqlContentEntityStorageSchema::getEntitySchemaTables |
function |
core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorageSchema.php |
Gets a list of entity type tables. |
| SqlContentEntityStorageSchema::getSharedTableFieldSchema |
function |
core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorageSchema.php |
Gets the schema for a single field definition. |
| SqlContentEntityStorageSchema::getTableMapping |
function |
core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorageSchema.php |
Refreshes the table mapping with updated definitions. |
| SqlContentEntityStorageSchema::getTableNames |
function |
core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorageSchema.php |
Gets a list of table names for this entity type, field storage and mapping. |
| SqlContentEntityStorageSchema::getTemporaryTableMappingPrefix |
function |
core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorageSchema.php |
Gets a string to be used as a prefix for a temporary table mapping object. |
| SqlContentEntityStorageSchema::hasSharedTableNameChanges |
function |
core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorageSchema.php |
Detects whether any table name got renamed in an entity type update. |
| SqlContentEntityStorageSchema::hasSharedTableStructureChange |
function |
core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorageSchema.php |
Detects whether there is a change in the shared table structure. |
| SqlContentEntityStorageSchema::initializeBaseTable |
function |
core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorageSchema.php |
Initializes common information for a base table. |
| SqlContentEntityStorageSchema::initializeDataTable |
function |
core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorageSchema.php |
Initializes common information for a data table. |
| SqlContentEntityStorageSchema::initializeRevisionDataTable |
function |
core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorageSchema.php |
Initializes common information for a revision data table. |
| SqlContentEntityStorageSchema::initializeRevisionTable |
function |
core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorageSchema.php |
Initializes common information for a revision table. |
| SqlContentEntityStorageSchema::isTableEmpty |
function |
core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorageSchema.php |
Checks whether a database table is non-existent or empty. |
| SqlContentEntityStorageSchema::processDataTable |
function |
core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorageSchema.php |
Processes the gathered schema for a base table. |
| SqlContentEntityStorageSchema::processRevisionDataTable |
function |
core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorageSchema.php |
Processes the gathered schema for a base table. |
| 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. |
| SqlContentEntityStorageSchemaTest::testDedicatedTableSchema |
function |
core/tests/Drupal/Tests/Core/Entity/Sql/SqlContentEntityStorageSchemaTest.php |
Tests the schema for a field dedicated table. |
| SqlContentEntityStorageSchemaTest::testDedicatedTableSchemaForEntityWithStringIdentifier |
function |
core/tests/Drupal/Tests/Core/Entity/Sql/SqlContentEntityStorageSchemaTest.php |
Tests the schema for a field dedicated table for an entity with a string identifier. |
| SqlContentEntityStorageSchemaTest::testGetSchemaRevisionableTranslatable |
function |
core/tests/Drupal/Tests/Core/Entity/Sql/SqlContentEntityStorageSchemaTest.php |
Tests the schema for revisionable, translatable entities. |
| SqlContentEntityStorageSchemaTest::testGetSchemaTranslatable |
function |
core/tests/Drupal/Tests/Core/Entity/Sql/SqlContentEntityStorageSchemaTest.php |
Tests the schema for non-revisionable, translatable entities. |
| SqlContentEntityStorageTest::providerTestGetBaseTable |
function |
core/tests/Drupal/Tests/Core/Entity/Sql/SqlContentEntityStorageTest.php |
Provides test data for testGetBaseTable(). |
| SqlContentEntityStorageTest::providerTestGetRevisionDataTable |
function |
core/tests/Drupal/Tests/Core/Entity/Sql/SqlContentEntityStorageTest.php |
Provides test data for testGetRevisionDataTable(). |
| SqlContentEntityStorageTest::providerTestGetRevisionTable |
function |
core/tests/Drupal/Tests/Core/Entity/Sql/SqlContentEntityStorageTest.php |
Provides test data for testGetRevisionTable(). |
| SqlContentEntityStorageTest::providerTestGetTableMappingSimple |
function |
core/tests/Drupal/Tests/Core/Entity/Sql/SqlContentEntityStorageTest.php |
Provides test data for testGetTableMappingSimple(). |
| SqlContentEntityStorageTest::testDeleteFromDedicatedTablesExecutesOneDelete |
function |
core/tests/Drupal/KernelTests/Core/Entity/Sql/SqlContentEntityStorageTest.php |
Tests that only one SQL DELETE is executed on dedicated data tables. |
| SqlContentEntityStorageTest::testGetBaseTable |
function |
core/tests/Drupal/Tests/Core/Entity/Sql/SqlContentEntityStorageTest.php |
Tests SqlContentEntityStorage::getBaseTable(). |
| SqlContentEntityStorageTest::testGetDataTable |
function |
core/tests/Drupal/Tests/Core/Entity/Sql/SqlContentEntityStorageTest.php |
Tests SqlContentEntityStorage::getDataTable(). |
| SqlContentEntityStorageTest::testGetRevisionDataTable |
function |
core/tests/Drupal/Tests/Core/Entity/Sql/SqlContentEntityStorageTest.php |
Tests SqlContentEntityStorage::getRevisionDataTable(). |
| SqlContentEntityStorageTest::testGetRevisionTable |
function |
core/tests/Drupal/Tests/Core/Entity/Sql/SqlContentEntityStorageTest.php |
Tests SqlContentEntityStorage::getRevisionTable(). |
| SqlContentEntityStorageTest::testGetTableMappingEmpty |
function |
core/tests/Drupal/Tests/Core/Entity/Sql/SqlContentEntityStorageTest.php |
Tests getTableMapping() with an empty entity type. |
| SqlContentEntityStorageTest::testGetTableMappingRevisionable |
function |
core/tests/Drupal/Tests/Core/Entity/Sql/SqlContentEntityStorageTest.php |
Tests getTableMapping() with a revisionable, non-translatable entity type. |
| SqlContentEntityStorageTest::testGetTableMappingRevisionableTranslatable |
function |
core/tests/Drupal/Tests/Core/Entity/Sql/SqlContentEntityStorageTest.php |
Tests getTableMapping() with a revisionable, translatable entity type. |
| SqlContentEntityStorageTest::testGetTableMappingRevisionableTranslatableWithFields |
function |
core/tests/Drupal/Tests/Core/Entity/Sql/SqlContentEntityStorageTest.php |
Tests getTableMapping() with a complex entity type with fields. |
| SqlContentEntityStorageTest::testGetTableMappingRevisionableWithFields |
function |
core/tests/Drupal/Tests/Core/Entity/Sql/SqlContentEntityStorageTest.php |
Tests getTableMapping() with a revisionable entity type with fields. |