Search for tables

  1. Search 7.x for tables
  2. Search 8.9.x for tables
  3. Search 10.3.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
ResettableStackedRouteMatchInterface.php file core/lib/Drupal/Core/Routing/ResettableStackedRouteMatchInterface.php
ResettableStackedRouteMatchInterface::resetRouteMatch function core/lib/Drupal/Core/Routing/ResettableStackedRouteMatchInterface.php Resets the route match static cache.
ResettableStaticTest class core/tests/Drupal/KernelTests/Core/Bootstrap/ResettableStaticTest.php Tests that drupal_static() and drupal_static_reset() work.
ResettableStaticTest.php file core/tests/Drupal/KernelTests/Core/Bootstrap/ResettableStaticTest.php
ResettableStaticTest::testDrupalStatic function core/tests/Drupal/KernelTests/Core/Bootstrap/ResettableStaticTest.php Tests drupal_static() function.
RoutingFixtures::createTables function core/tests/Drupal/Tests/Core/Routing/RoutingFixtures.php Create the tables required for the sample data.
RoutingFixtures::dropTables function core/tests/Drupal/Tests/Core/Routing/RoutingFixtures.php Drop the tables used for the sample data.
Schema::createTableSql function core/modules/sqlite/src/Driver/Database/sqlite/Schema.php Generate SQL to create a new table from a Drupal schema definition.
Schema::createTableSql function core/modules/mysql/src/Driver/Database/mysql/Schema.php Generate SQL to create a new table from a Drupal schema definition.
Schema::createTableSql function core/modules/pgsql/src/Driver/Database/pgsql/Schema.php Generate SQL to create a new table from a Drupal schema definition.
Schema::findTables function core/modules/sqlite/src/Driver/Database/sqlite/Schema.php Finds all tables that are like the specified base table name.
Schema::findTables function core/modules/pgsql/src/Driver/Database/pgsql/Schema.php Finds all tables that are like the specified base table name.
Schema::findTables function core/lib/Drupal/Core/Database/Schema.php Finds all tables that are like the specified base table name.
SchemaInspector::getTablesSpecification function core/tests/Drupal/TestTools/Extension/SchemaInspector.php Returns the module's schema specification.
SchemaTest::testFindTables function core/tests/Drupal/KernelTests/Core/Database/SchemaTest.php Tests the findTables() method.
Select::$tables property core/lib/Drupal/Core/Database/Query/Select.php The tables against which to JOIN.
Select::getTables function core/lib/Drupal/Core/Database/Query/Select.php Returns a reference to the tables array for this query.
SelectExtender::getTables function core/lib/Drupal/Core/Database/Query/SelectExtender.php Returns a reference to the tables array for this query.
SelectInterface::getTables function core/lib/Drupal/Core/Database/Query/SelectInterface.php Returns a reference to the tables array for this query.
SelectTableSortDefaultTest class core/modules/system/tests/src/Functional/Database/SelectTableSortDefaultTest.php Tests the tablesort query extender.
SelectTableSortDefaultTest.php file core/modules/system/tests/src/Functional/Database/SelectTableSortDefaultTest.php
SelectTableSortDefaultTest::$defaultTheme property core/modules/system/tests/src/Functional/Database/SelectTableSortDefaultTest.php The theme to install as the default for testing.
SelectTableSortDefaultTest::testTableSortDefaultSort function core/modules/system/tests/src/Functional/Database/SelectTableSortDefaultTest.php Confirms that tableselect is rendered without error.
SelectTableSortDefaultTest::testTableSortQuery function core/modules/system/tests/src/Functional/Database/SelectTableSortDefaultTest.php Confirms that a tablesort query returns the correct results.
SelectTableSortDefaultTest::testTableSortQueryFirst function core/modules/system/tests/src/Functional/Database/SelectTableSortDefaultTest.php Confirms precedence of tablesorts headers.
Sql::$tables property core/modules/views/src/Plugin/views/query/Sql.php Holds an array of tables and counts added so that we can create aliases.
Sql::ensureTables function core/modules/migrate/src/Plugin/migrate/id_map/Sql.php Create the map and message tables if they don't already exist.
SqlContentEntityStorage::deleteFromDedicatedTables function core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorage.php Deletes values of fields in dedicated tables for all revisions.
SqlContentEntityStorage::deleteRevisionFromDedicatedTables function core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorage.php Deletes values of fields in dedicated tables for all revisions.
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.
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.
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.

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