TabledragWarningCommand |
class |
core/lib/Drupal/Core/Ajax/TabledragWarningCommand.php |
AJAX command for conveying changed tabledrag rows. |
TabledragWarningCommand.php |
file |
core/lib/Drupal/Core/Ajax/TabledragWarningCommand.php |
|
TabledragWarningCommand::getAttachedAssets |
function |
core/lib/Drupal/Core/Ajax/TabledragWarningCommand.php |
Gets the attached assets. |
TabledragWarningCommand::render |
function |
core/lib/Drupal/Core/Ajax/TabledragWarningCommand.php |
Return an array to be run through json_encode and sent to the client. |
TabledragWarningCommand::__construct |
function |
core/lib/Drupal/Core/Ajax/TabledragWarningCommand.php |
Constructs a TableDragWarningCommand object. |
tabledrag_test.info.yml |
file |
core/modules/system/tests/modules/tabledrag_test/tabledrag_test.info.yml |
core/modules/system/tests/modules/tabledrag_test/tabledrag_test.info.yml |
tabledrag_test.libraries.yml |
file |
core/modules/system/tests/modules/tabledrag_test/tabledrag_test.libraries.yml |
core/modules/system/tests/modules/tabledrag_test/tabledrag_test.libraries.yml |
tabledrag_test.routing.yml |
file |
core/modules/system/tests/modules/tabledrag_test/tabledrag_test.routing.yml |
core/modules/system/tests/modules/tabledrag_test/tabledrag_test.routing.yml |
TableFormatter |
class |
core/modules/file/src/Plugin/Field/FieldFormatter/TableFormatter.php |
Plugin implementation of the 'file_table' formatter. |
TableFormatter.php |
file |
core/modules/file/src/Plugin/Field/FieldFormatter/TableFormatter.php |
|
TableFormatter::viewElements |
function |
core/modules/file/src/Plugin/Field/FieldFormatter/TableFormatter.php |
Builds a renderable array for a field value. |
TableMappingInterface |
interface |
core/lib/Drupal/Core/Entity/Sql/TableMappingInterface.php |
Provides a common interface for mapping field columns to SQL tables. |
TableMappingInterface.php |
file |
core/lib/Drupal/Core/Entity/Sql/TableMappingInterface.php |
|
TableMappingInterface::DELTA |
constant |
core/lib/Drupal/Core/Entity/Sql/TableMappingInterface.php |
A property that represents delta used in entity query conditions. |
TableMappingInterface::getAllColumns |
function |
core/lib/Drupal/Core/Entity/Sql/TableMappingInterface.php |
Gets a list of all database columns for a given table. |
TableMappingInterface::getAllFieldTableNames |
function |
core/lib/Drupal/Core/Entity/Sql/TableMappingInterface.php |
Gets all the table names in which an entity field is stored. |
TableMappingInterface::getColumnNames |
function |
core/lib/Drupal/Core/Entity/Sql/TableMappingInterface.php |
Gets a mapping of field columns to database columns for a given field. |
TableMappingInterface::getExtraColumns |
function |
core/lib/Drupal/Core/Entity/Sql/TableMappingInterface.php |
Gets a list of extra database columns, which store denormalized data. |
TableMappingInterface::getFieldColumnName |
function |
core/lib/Drupal/Core/Entity/Sql/TableMappingInterface.php |
Generates a column name for a field property. |
TableMappingInterface::getFieldNames |
function |
core/lib/Drupal/Core/Entity/Sql/TableMappingInterface.php |
Gets a list of names for entity fields stored in the specified table. |
TableMappingInterface::getFieldTableName |
function |
core/lib/Drupal/Core/Entity/Sql/TableMappingInterface.php |
Gets the table name for a given column. |
TableMappingInterface::getReservedColumns |
function |
core/lib/Drupal/Core/Entity/Sql/TableMappingInterface.php |
Gets the list of columns that can not be used as field type columns. |
TableMappingInterface::getTableNames |
function |
core/lib/Drupal/Core/Entity/Sql/TableMappingInterface.php |
Gets a list of table names for this mapping. |
Tables |
class |
core/lib/Drupal/Core/Entity/Query/Sql/Tables.php |
Adds database tables and fields to the SQL entity query. |
Tables |
class |
core/modules/workspaces/src/EntityQuery/Tables.php |
Alters entity queries to use a workspace revision instead of the default one. |
tables.css |
file |
core/themes/claro/css/components/tables.css |
Claro styles for Tables. |
tables.pcss.css |
file |
core/themes/claro/css/components/tables.pcss.css |
Claro styles for Tables. |
Tables.php |
file |
core/modules/workspaces/src/EntityQuery/Tables.php |
|
Tables.php |
file |
core/lib/Drupal/Core/Entity/Query/Sql/Tables.php |
|
Tables::$baseTablesEntityType |
property |
core/modules/workspaces/src/EntityQuery/Tables.php |
Keeps track of the entity type IDs for each base table of the query. |
Tables::$caseSensitiveFields |
property |
core/lib/Drupal/Core/Entity/Query/Sql/Tables.php |
List of case sensitive fields. |
Tables::$contentWorkspaceTables |
property |
core/modules/workspaces/src/EntityQuery/Tables.php |
Workspace association table array, key is base table name, value is alias. |
Tables::$entityFieldManager |
property |
core/lib/Drupal/Core/Entity/Query/Sql/Tables.php |
The entity field manager. |
Tables::$entityTables |
property |
core/lib/Drupal/Core/Entity/Query/Sql/Tables.php |
Entity table array. |
Tables::$entityTypeManager |
property |
core/lib/Drupal/Core/Entity/Query/Sql/Tables.php |
The entity type manager. |
Tables::$fieldTables |
property |
core/lib/Drupal/Core/Entity/Query/Sql/Tables.php |
Field table array, key is table name, value is alias. |
Tables::$sqlQuery |
property |
core/lib/Drupal/Core/Entity/Query/Sql/Tables.php |
|
Tables::$workspaceInfo |
property |
core/modules/workspaces/src/EntityQuery/Tables.php |
The workspace information service. |
Tables::addField |
function |
core/modules/workspaces/src/EntityQuery/Tables.php |
Adds a field to a database query. |
Tables::addField |
function |
core/lib/Drupal/Core/Entity/Query/Sql/Tables.php |
Adds a field to a database query. |
Tables::addJoin |
function |
core/lib/Drupal/Core/Entity/Query/Sql/Tables.php |
Adds a join to a given table. |
Tables::addJoin |
function |
core/modules/workspaces/src/EntityQuery/Tables.php |
Adds a join to a given table. |
Tables::addNextBaseTable |
function |
core/modules/workspaces/src/EntityQuery/Tables.php |
Add the next entity base table. |
Tables::addNextBaseTable |
function |
core/lib/Drupal/Core/Entity/Query/Sql/Tables.php |
Add the next entity base table. |
Tables::addWorkspaceAssociationJoin |
function |
core/modules/workspaces/src/EntityQuery/Tables.php |
Adds a new join to the 'workspace_association' table for an entity base table. |
Tables::ensureEntityTable |
function |
core/lib/Drupal/Core/Entity/Query/Sql/Tables.php |
Joins the entity table, if necessary, and returns the alias for it. |
Tables::ensureFieldTable |
function |
core/lib/Drupal/Core/Entity/Query/Sql/Tables.php |
Ensure the field table is joined if necessary. |
Tables::getTableMapping |
function |
core/lib/Drupal/Core/Entity/Query/Sql/Tables.php |
Gets the schema for the given table. |
Tables::isFieldCaseSensitive |
function |
core/lib/Drupal/Core/Entity/Query/Sql/Tables.php |
Determines whether the given field is case sensitive. |
Tables::__construct |
function |
core/lib/Drupal/Core/Entity/Query/Sql/Tables.php |
|