tableselect.css |
file |
core/themes/starterkit_theme/css/components/tableselect.css |
Table select behavior. |
tableselect.pcss.css |
file |
core/themes/claro/css/components/tableselect.pcss.css |
Table select styles for Claro. |
Tableselect.php |
file |
core/lib/Drupal/Core/Render/Element/Tableselect.php |
|
Tableselect::getInfo |
function |
core/lib/Drupal/Core/Render/Element/Tableselect.php |
Returns the element properties for this element. |
Tableselect::preRenderTableselect |
function |
core/lib/Drupal/Core/Render/Element/Tableselect.php |
Prepares a 'tableselect' #type element for rendering. |
Tableselect::processTableselect |
function |
core/lib/Drupal/Core/Render/Element/Tableselect.php |
Creates checkbox or radio elements to populate a tableselect table. |
Tableselect::valueCallback |
function |
core/lib/Drupal/Core/Render/Element/Tableselect.php |
Determines how user input is mapped to an element's #value property. |
TableSelectTest |
class |
core/tests/Drupal/Tests/Core/Render/Element/TableSelectTest.php |
Tests Drupal\Core\Render\Element\Tableselect. |
TableSelectTest.php |
file |
core/tests/Drupal/Tests/Core/Render/Element/TableSelectTest.php |
|
TableSelectTest::testProcessTableselectWithLinkTitle |
function |
core/tests/Drupal/Tests/Core/Render/Element/TableSelectTest.php |
Tests process tableselect with link title. |
TableSelectTest::testProcessTableselectWithStringTitle |
function |
core/tests/Drupal/Tests/Core/Render/Element/TableSelectTest.php |
Tests process tableselect with string title. |
TablesInterface |
interface |
core/lib/Drupal/Core/Entity/Query/Sql/TablesInterface.php |
Adds tables and fields to the SQL entity query. |
TablesInterface.php |
file |
core/lib/Drupal/Core/Entity/Query/Sql/TablesInterface.php |
|
TablesInterface::addField |
function |
core/lib/Drupal/Core/Entity/Query/Sql/TablesInterface.php |
Adds a field to a database query. |
TablesInterface::isFieldCaseSensitive |
function |
core/lib/Drupal/Core/Entity/Query/Sql/TablesInterface.php |
Determines whether the given field is case sensitive. |
TableSort |
class |
core/lib/Drupal/Core/Utility/TableSort.php |
Provides a class for table sorting processing and rendering. |
tablesort-indicator.css |
file |
core/themes/claro/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/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/claro/css/classy/components/tablesort.css |
Table sort indicator. |
tablesort.css |
file |
core/themes/starterkit_theme/css/components/tablesort.css |
Table sort indicator. |
tablesort.module.css |
file |
core/misc/components/tablesort.module.css |
Table sort indicator. |
tablesort.module.css |
file |
core/themes/stable9/css/core/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/core_fake/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/core_fake/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 |
If $sticky is TRUE, `sticky-header` class should be included. |
template_preprocess_tablesort_indicator |
function |
core/includes/theme.inc |
Prepares variables for tablesort indicators. |
TermStorageSchema::getDedicatedTableSchema |
function |
core/modules/taxonomy/src/TermStorageSchema.php |
Gets the SQL schema for a dedicated table. |
TestableSqlContentEntityStorage |
class |
core/tests/Drupal/KernelTests/Core/Entity/Sql/TestableSqlContentEntityStorage.php |
A test subclass of SqlContentEntityStorage. |
TestableSqlContentEntityStorage.php |
file |
core/tests/Drupal/KernelTests/Core/Entity/Sql/TestableSqlContentEntityStorage.php |
|