DatabaseStorage::ensureTableExists |
function |
core/lib/Drupal/Core/Config/DatabaseStorage.php |
Check if the config table exists and create it if not. |
DatabaseTestController::testTablesort |
function |
core/modules/system/tests/modules/database_test/src/Controller/DatabaseTestController.php |
Runs a tablesort query and returns the results. |
DatabaseTestController::testTablesortFirst |
function |
core/modules/system/tests/modules/database_test/src/Controller/DatabaseTestController.php |
Runs a tablesort query with a second order_by after and returns the results. |
DbDumpCommand::$excludeTables |
property |
core/lib/Drupal/Core/Command/DbDumpCommand.php |
An array of table patterns to exclude completely. |
DbDumpCommand::getTableCollation |
function |
core/lib/Drupal/Core/Command/DbDumpCommand.php |
Set the table collation. |
DbDumpCommand::getTableData |
function |
core/lib/Drupal/Core/Command/DbDumpCommand.php |
Gets all data from a given table. |
DbDumpCommand::getTableIndexes |
function |
core/lib/Drupal/Core/Command/DbDumpCommand.php |
Adds primary key, unique keys, and index information to the schema. |
DbDumpCommand::getTables |
function |
core/lib/Drupal/Core/Command/DbDumpCommand.php |
Returns a list of tables, not including those set to be excluded. |
DbDumpCommand::getTableSchema |
function |
core/lib/Drupal/Core/Command/DbDumpCommand.php |
Returns a schema array for a given table. |
DbDumpCommand::getTableScript |
function |
core/lib/Drupal/Core/Command/DbDumpCommand.php |
The part of the script for each table. |
DbDumpTest::$originalTableIndexes |
property |
core/modules/mysql/tests/src/Kernel/mysql/DbDumpTest.php |
An array of original table indexes (including primary and unique keys). |
DbDumpTest::$originalTableSchemas |
property |
core/modules/mysql/tests/src/Kernel/mysql/DbDumpTest.php |
An array of original table schemas. |
DbDumpTest::$tables |
property |
core/modules/mysql/tests/src/Kernel/mysql/DbDumpTest.php |
Tables that should be part of the exported script. |
DbDumpTest::getTableIndexes |
function |
core/modules/mysql/tests/src/Kernel/mysql/DbDumpTest.php |
Returns indexes for a given table. |
DbDumpTest::getTableSchema |
function |
core/modules/mysql/tests/src/Kernel/mysql/DbDumpTest.php |
Helper function to get a simplified schema for a given table. |
DbImportCommandTest::$tables |
property |
core/modules/system/tests/src/Kernel/Scripts/DbImportCommandTest.php |
Tables that should be part of the exported script. |
DblogOperations::clickSortable |
function |
core/modules/dblog/src/Plugin/views/field/DblogOperations.php |
Determines if this field is click sortable. |
DbLogTest::getLogsEntriesTable |
function |
core/modules/dblog/tests/src/Functional/DbLogTest.php |
Find the Logs table in the DOM. |
DbLogViewsTest::getLogsEntriesTable |
function |
core/modules/dblog/tests/src/Functional/DbLogViewsTest.php |
Find the Logs table in the DOM. |
DefaultTableMapping |
class |
core/lib/Drupal/Core/Entity/Sql/DefaultTableMapping.php |
Defines a default table mapping class. |
DefaultTableMapping.php |
file |
core/lib/Drupal/Core/Entity/Sql/DefaultTableMapping.php |
|
DefaultTableMapping::$allColumns |
property |
core/lib/Drupal/Core/Entity/Sql/DefaultTableMapping.php |
A list of all database columns per table. |
DefaultTableMapping::$baseTable |
property |
core/lib/Drupal/Core/Entity/Sql/DefaultTableMapping.php |
The base table of the entity. |
DefaultTableMapping::$columnMapping |
property |
core/lib/Drupal/Core/Entity/Sql/DefaultTableMapping.php |
A mapping of column names per field name. |
DefaultTableMapping::$dataTable |
property |
core/lib/Drupal/Core/Entity/Sql/DefaultTableMapping.php |
The table that stores field data, if the entity has multilingual support. |
DefaultTableMapping::$entityType |
property |
core/lib/Drupal/Core/Entity/Sql/DefaultTableMapping.php |
The entity type definition. |
DefaultTableMapping::$extraColumns |
property |
core/lib/Drupal/Core/Entity/Sql/DefaultTableMapping.php |
A list of database columns which store denormalized data per table. |
DefaultTableMapping::$fieldNames |
property |
core/lib/Drupal/Core/Entity/Sql/DefaultTableMapping.php |
A list of field names per table. |
DefaultTableMapping::$fieldStorageDefinitions |
property |
core/lib/Drupal/Core/Entity/Sql/DefaultTableMapping.php |
The field storage definitions of this mapping. |
DefaultTableMapping::$prefix |
property |
core/lib/Drupal/Core/Entity/Sql/DefaultTableMapping.php |
The prefix to be used by all the tables of this mapping. |
DefaultTableMapping::$revisionDataTable |
property |
core/lib/Drupal/Core/Entity/Sql/DefaultTableMapping.php |
The table that stores revision field data. |
DefaultTableMapping::$revisionTable |
property |
core/lib/Drupal/Core/Entity/Sql/DefaultTableMapping.php |
The table that stores revisions, if the entity supports revisions. |
DefaultTableMapping::allowsSharedTableStorage |
function |
core/lib/Drupal/Core/Entity/Sql/DefaultTableMapping.php |
Checks whether the given field can be stored in a shared table. |
DefaultTableMapping::create |
function |
core/lib/Drupal/Core/Entity/Sql/DefaultTableMapping.php |
Initializes the table mapping. |
DefaultTableMapping::generateFieldTableName |
function |
core/lib/Drupal/Core/Entity/Sql/DefaultTableMapping.php |
Generates a safe and unambiguous field table name. |
DefaultTableMapping::getAllColumns |
function |
core/lib/Drupal/Core/Entity/Sql/DefaultTableMapping.php |
Gets a list of all database columns for a given table. |
DefaultTableMapping::getAllFieldTableNames |
function |
core/lib/Drupal/Core/Entity/Sql/DefaultTableMapping.php |
Gets all the table names in which an entity field is stored. |
DefaultTableMapping::getBaseTable |
function |
core/lib/Drupal/Core/Entity/Sql/DefaultTableMapping.php |
Gets the base table name. |
DefaultTableMapping::getColumnNames |
function |
core/lib/Drupal/Core/Entity/Sql/DefaultTableMapping.php |
Gets a mapping of field columns to database columns for a given field. |
DefaultTableMapping::getDataTable |
function |
core/lib/Drupal/Core/Entity/Sql/DefaultTableMapping.php |
Gets the data table name. |
DefaultTableMapping::getDedicatedDataTableName |
function |
core/lib/Drupal/Core/Entity/Sql/DefaultTableMapping.php |
Generates a table name for a field data table. |
DefaultTableMapping::getDedicatedRevisionTableName |
function |
core/lib/Drupal/Core/Entity/Sql/DefaultTableMapping.php |
Generates a table name for a field revision archive table. |
DefaultTableMapping::getDedicatedTableNames |
function |
core/lib/Drupal/Core/Entity/Sql/DefaultTableMapping.php |
Gets a list of dedicated table names for this mapping. |
DefaultTableMapping::getExtraColumns |
function |
core/lib/Drupal/Core/Entity/Sql/DefaultTableMapping.php |
Gets a list of extra database columns, which store denormalized data. |
DefaultTableMapping::getFieldColumnName |
function |
core/lib/Drupal/Core/Entity/Sql/DefaultTableMapping.php |
Generates a column name for a field property. |
DefaultTableMapping::getFieldNames |
function |
core/lib/Drupal/Core/Entity/Sql/DefaultTableMapping.php |
Gets a list of names for entity fields stored in the specified table. |
DefaultTableMapping::getFieldTableName |
function |
core/lib/Drupal/Core/Entity/Sql/DefaultTableMapping.php |
Gets the table name for a given column. |
DefaultTableMapping::getReservedColumns |
function |
core/lib/Drupal/Core/Entity/Sql/DefaultTableMapping.php |
Gets the list of columns that can not be used as field type columns. |
DefaultTableMapping::getRevisionDataTable |
function |
core/lib/Drupal/Core/Entity/Sql/DefaultTableMapping.php |
Gets the revision data table name. |
DefaultTableMapping::getRevisionTable |
function |
core/lib/Drupal/Core/Entity/Sql/DefaultTableMapping.php |
Gets the revision table name. |