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
tablesort-indicator.css file core/themes/seven/css/components/tablesort-indicator.css Tablesort indicator styles.
tablesort-indicator.css file core/themes/claro/css/components/tablesort-indicator.css Tablesort indicator styles.
tablesort-indicator.css file core/themes/bartik/css/components/tablesort-indicator.css Tablesort indicator styles.
tablesort-indicator.html.twig file core/themes/stable9/templates/admin/tablesort-indicator.html.twig Theme override for displaying a tablesort indicator.
tablesort-indicator.html.twig file core/themes/claro/templates/admin/tablesort-indicator.html.twig Theme override for displaying a tablesort indicator.
tablesort-indicator.html.twig file core/themes/stable/templates/admin/tablesort-indicator.html.twig Theme override for displaying a tablesort indicator.
tablesort-indicator.html.twig file core/modules/system/templates/tablesort-indicator.html.twig Default theme implementation for displaying a tablesort indicator.
tablesort-indicator.pcss.css file core/themes/claro/css/components/tablesort-indicator.pcss.css Tablesort indicator styles.
tablesort.css file core/profiles/demo_umami/themes/umami/css/classy/components/tablesort.css Table sort indicator.
tablesort.css file core/themes/seven/css/classy/components/tablesort.css Table sort indicator.
tablesort.css file core/themes/claro/css/classy/components/tablesort.css Table sort indicator.
tablesort.css file core/themes/bartik/css/classy/components/tablesort.css Table sort indicator.
tablesort.css file core/themes/starterkit_theme/css/components/tablesort.css Table sort indicator.
tablesort.css file core/themes/classy/css/components/tablesort.css Table sort indicator.
tablesort.module.css file core/themes/stable9/css/system/components/tablesort.module.css Table sort indicator.
tablesort.module.css file core/themes/stable/css/system/components/tablesort.module.css Table sort indicator.
tablesort.module.css file core/modules/system/css/components/tablesort.module.css Table sort indicator.
TableSort.php file core/lib/Drupal/Core/Utility/TableSort.php
TableSort::ASC constant core/lib/Drupal/Core/Utility/TableSort.php
TableSort::DESC constant core/lib/Drupal/Core/Utility/TableSort.php
TableSort::getContextFromRequest function core/lib/Drupal/Core/Utility/TableSort.php Initializes the table sort context.
TableSort::getOrder function core/lib/Drupal/Core/Utility/TableSort.php Determines the current sort criterion.
TableSort::getQueryParameters function core/lib/Drupal/Core/Utility/TableSort.php Composes a URL query parameter array for table sorting links.
TableSort::getSort function core/lib/Drupal/Core/Utility/TableSort.php Determines the current sort direction.
TableSort::header function core/lib/Drupal/Core/Utility/TableSort.php Formats a column header.
TableSortExtender class core/tests/fixtures/database_drivers/module/corefake/src/Driver/Database/corefakeWithAllCustomClasses/TableSortExtender.php CorefakeWithAllCustomClasses implementation of \Drupal\Core\Database\Query\TableSortExtender.
TableSortExtender class core/lib/Drupal/Core/Database/Query/TableSortExtender.php Query extender class for tablesort queries.
TableSortExtender.php file core/tests/fixtures/database_drivers/module/corefake/src/Driver/Database/corefakeWithAllCustomClasses/TableSortExtender.php
TableSortExtender.php file core/lib/Drupal/Core/Database/Query/TableSortExtender.php
TableSortExtender::orderByHeader function core/lib/Drupal/Core/Database/Query/TableSortExtender.php Order the query based on a header array.
TableSortExtender::__construct function core/lib/Drupal/Core/Database/Query/TableSortExtender.php
TableSortExtenderTest class core/tests/Drupal/KernelTests/Core/Render/Element/TableSortExtenderTest.php Tests table sorting.
TableSortExtenderTest.php file core/tests/Drupal/KernelTests/Core/Render/Element/TableSortExtenderTest.php
TableSortExtenderTest::testTableSortInit function core/tests/Drupal/KernelTests/Core/Render/Element/TableSortExtenderTest.php Tests \Drupal\Core\Utility\TableSort::getContextFromRequest().
TableTest::assertTableStructureInEditorData function core/modules/ckeditor5/tests/src/FunctionalJavascript/TableTest.php Confirms the structure of the table within the editor data.
TableTest::assertTableStructureInRenderedPage function core/modules/ckeditor5/tests/src/FunctionalJavascript/TableTest.php Confirms the saved page has the expected table structure.
TableTest::testThemeTableStickyHeaders function core/tests/Drupal/KernelTests/Core/Render/Element/TableTest.php Tableheader.js provides 'sticky' table headers, and is included by default.
TermStorageSchema::getDedicatedTableSchema function core/modules/taxonomy/src/TermStorageSchema.php Gets the SQL schema for a dedicated table.
TestSqlIdMap::ensureTables function core/modules/migrate/tests/src/Unit/TestSqlIdMap.php Create the map and message tables if they don't already exist.
TranslatableStorageInterface interface core/lib/Drupal/Core/Entity/TranslatableStorageInterface.php A storage that supports translatable entity types.
TranslatableStorageInterface.php file core/lib/Drupal/Core/Entity/TranslatableStorageInterface.php
TranslatableStorageInterface::createTranslation function core/lib/Drupal/Core/Entity/TranslatableStorageInterface.php Constructs a new entity translation object, without permanently saving it.
upgrade-analysis-report-tables.css file core/themes/stable9/css/migrate_drupal_ui/components/upgrade-analysis-report-tables.css Styles for the upgrade analysis report tables.
upgrade-analysis-report-tables.css file core/themes/stable/css/migrate_drupal_ui/components/upgrade-analysis-report-tables.css Styles for the upgrade analysis report tables.
upgrade-analysis-report-tables.css file core/modules/migrate_drupal_ui/css/components/upgrade-analysis-report-tables.css Styles for the upgrade analysis report tables.
ViewExecutable::$many_to_one_tables property core/modules/views/src/ViewExecutable.php Stores the many-to-one tables for performance.
ViewExecutable::getBaseTables function core/modules/views/src/ViewExecutable.php Creates a list of base tables to be used by the view.
ViewsData::fetchBaseTables function core/modules/views/src/ViewsData.php Fetches a list of all base tables available.
ViewsDataTest::testCacheCallsWithoutWarmCacheAndGetAllTables function core/modules/views/tests/src/Unit/ViewsDataTest.php Tests the cache calls for all views data without a warm cache.
ViewsDataTest::testCacheCallsWithoutWarmCacheAndGetMultipleTables function core/modules/views/tests/src/Unit/ViewsDataTest.php Tests the cache calls for multiple tables without warm caches.

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