Search for tables

  1. Search 7.x for tables
  2. Search 9.5.x for tables
  3. Search 8.9.x for tables
  4. Search 11.x for tables
  5. Other projects

Exact matches

These are exact matches according to your search
Title Object type File name Summary
Tables class core/modules/workspaces/src/EntityQuery/Tables.php Alters entity queries to use a workspace revision instead of the default one.
Tables class core/lib/Drupal/Core/Entity/Query/Sql/Tables.php Adds tables and fields to the SQL entity query.

All search results

Title Object type File name Summary
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::hasSharedTableStructureChange function core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorageSchema.php Detects whether there is a change in the shared table structure.
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.
SqlTest::providerTestEnsureTables function core/modules/migrate/tests/src/Kernel/Plugin/id_map/SqlTest.php Provides data for testEnsureTables.
SqlTest::providerTestFailEnsureTables function core/modules/migrate/tests/src/Kernel/Plugin/id_map/SqlTest.php Provides data for testFailEnsureTables.
SqlTest::testEnsureTables function core/modules/migrate/tests/src/Kernel/Plugin/id_map/SqlTest.php Tests that ensureTables creates the migrate map table.
SqlTest::testFailEnsureTables function core/modules/migrate/tests/src/Kernel/Plugin/id_map/SqlTest.php Tests exception is thrown in ensureTables fails.
SupportsTemporaryTablesInterface interface core/lib/Drupal/Core/Database/SupportsTemporaryTablesInterface.php Adds support for temporary tables.
SupportsTemporaryTablesInterface.php file core/lib/Drupal/Core/Database/SupportsTemporaryTablesInterface.php
SupportsTemporaryTablesInterface::queryTemporary function core/lib/Drupal/Core/Database/SupportsTemporaryTablesInterface.php Runs a SELECT query and stores its results in a temporary table.
TableDragTest::testNestedDraggableTables function core/tests/Drupal/FunctionalJavascriptTests/TableDrag/TableDragTest.php Tests nested draggable tables through keyboard.
Tables class core/modules/workspaces/src/EntityQuery/Tables.php Alters entity queries to use a workspace revision instead of the default one.
Tables class core/lib/Drupal/Core/Entity/Query/Sql/Tables.php Adds tables and fields to the SQL entity query.
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/modules/workspaces/src/EntityQuery/Tables.php Adds a join to a given table.
Tables::addJoin function core/lib/Drupal/Core/Entity/Query/Sql/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/modules/workspaces/src/EntityQuery/Tables.php
Tables::__construct function core/lib/Drupal/Core/Entity/Query/Sql/Tables.php
Tableselect class core/lib/Drupal/Core/Render/Element/Tableselect.php Provides a form element for a table with radios or checkboxes in left column.
tableselect.css file core/profiles/demo_umami/themes/umami/css/classy/components/tableselect.css Table select behavior.
tableselect.css file core/themes/claro/css/components/tableselect.css Table select styles for Claro.

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.