| 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/classy/css/components/tablesort.css |
Table sort indicator. |
| tablesort.inc |
file |
core/includes/tablesort.inc |
Functions to aid in the creation of sortable tables. |
| 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/lib/Drupal/Core/Database/Query/TableSortExtender.php |
Query extender class for tablesort queries. |
| 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(). |
| TableSortLegacyTest |
class |
core/tests/Drupal/KernelTests/Core/Theme/TableSortLegacyTest.php |
Deprecation tests cases for the tablesort.inc file functions. |
| TableSortLegacyTest.php |
file |
core/tests/Drupal/KernelTests/Core/Theme/TableSortLegacyTest.php |
|
| TableSortLegacyTest::testHeader |
function |
core/tests/Drupal/KernelTests/Core/Theme/TableSortLegacyTest.php |
Tests deprecation of the tablesort_header() function. |
| TableSortLegacyTest::testInit |
function |
core/tests/Drupal/KernelTests/Core/Theme/TableSortLegacyTest.php |
Tests deprecation of the tablesort_init() function. |
| TableSortLegacyTest::testOrder |
function |
core/tests/Drupal/KernelTests/Core/Theme/TableSortLegacyTest.php |
Tests deprecation of the tablesort_get_order() function. |
| TableSortLegacyTest::testQueryParameters |
function |
core/tests/Drupal/KernelTests/Core/Theme/TableSortLegacyTest.php |
Tests deprecation of the tablesort_get_query_parameters() function. |
| TableSortLegacyTest::testSort |
function |
core/tests/Drupal/KernelTests/Core/Theme/TableSortLegacyTest.php |
Tests deprecation of the tablesort_get_sort() function. |
| tablesort_get_order |
function |
core/includes/tablesort.inc |
Determines the current sort criterion. |
| tablesort_get_query_parameters |
function |
core/includes/tablesort.inc |
Composes a URL query parameter array for table sorting links. |
| tablesort_get_sort |
function |
core/includes/tablesort.inc |
Determines the current sort direction. |
| tablesort_header |
function |
core/includes/tablesort.inc |
Formats a column header. |
| tablesort_init |
function |
core/includes/tablesort.inc |
Initializes the table sort context. |
| 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. |
| 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/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. |
| ViewsDataTest::testCacheCallsWithWarmCacheAndGetAllTables |
function |
core/modules/views/tests/src/Unit/ViewsDataTest.php |
Tests the cache calls for all views data. |
| ViewsDataTest::testFetchBaseTables |
function |
core/modules/views/tests/src/Unit/ViewsDataTest.php |
Tests the fetchBaseTables() method. |
| WorkspaceIntegrationTest::testPublishWorkspaceDedicatedTableStorage |
function |
core/modules/workspaces/tests/src/Kernel/WorkspaceIntegrationTest.php |
Test a deployment with fields in dedicated table storage. |
| _form_test_tableselect_get_data |
function |
core/modules/system/tests/modules/form_test/form_test.module |
Create a header and options array. Helper function for callbacks. |