Search for table
- Search 7.x for table
- Search 9.5.x for table
- Search 10.3.x for table
- Search 11.x for table
- Other projects
Exact matches
Title | Object type | File name | Summary |
---|---|---|---|
Table | class | core/ |
Style plugin to render each item as a row in a table. |
Table | class | core/ |
Provides a render element for a table. |
All search results
Title | Object type | File name | Summary |
---|---|---|---|
tablesort.module.css | file | core/ |
Table sort indicator. |
TableSort.php | file | core/ |
|
TableSort::ASC | constant | core/ |
|
TableSort::DESC | constant | core/ |
|
TableSort::getContextFromRequest | function | core/ |
Initializes the table sort context. |
TableSort::getOrder | function | core/ |
Determines the current sort criterion. |
TableSort::getQueryParameters | function | core/ |
Composes a URL query parameter array for table sorting links. |
TableSort::getSort | function | core/ |
Determines the current sort direction. |
TableSort::header | function | core/ |
Formats a column header. |
TableSortExtender | class | core/ |
Query extender class for tablesort queries. |
TableSortExtender.php | file | core/ |
|
TableSortExtender::orderByHeader | function | core/ |
Order the query based on a header array. |
TableSortExtender::__construct | function | core/ |
|
TableSortExtenderTest | class | core/ |
Tests table sorting. |
TableSortExtenderTest.php | file | core/ |
|
TableSortExtenderTest::testTableSortInit | function | core/ |
Tests \Drupal\Core\Utility\TableSort::getContextFromRequest(). |
TableSortLegacyTest | class | core/ |
Deprecation tests cases for the tablesort.inc file functions. |
TableSortLegacyTest.php | file | core/ |
|
TableSortLegacyTest::testHeader | function | core/ |
Tests deprecation of the tablesort_header() function. |
TableSortLegacyTest::testInit | function | core/ |
Tests deprecation of the tablesort_init() function. |
TableSortLegacyTest::testOrder | function | core/ |
Tests deprecation of the tablesort_get_order() function. |
TableSortLegacyTest::testQueryParameters | function | core/ |
Tests deprecation of the tablesort_get_query_parameters() function. |
TableSortLegacyTest::testSort | function | core/ |
Tests deprecation of the tablesort_get_sort() function. |
tablesort_get_order | function | core/ |
Determines the current sort criterion. |
tablesort_get_query_parameters | function | core/ |
Composes a URL query parameter array for table sorting links. |
tablesort_get_sort | function | core/ |
Determines the current sort direction. |
tablesort_header | function | core/ |
Formats a column header. |
tablesort_init | function | core/ |
Initializes the table sort context. |
TableTest | class | core/ |
Tests built-in table theme functions. |
TableTest.php | file | core/ |
|
TableTest::$modules | property | core/ |
Modules to enable. |
TableTest::testThemeTableFooter | function | core/ |
Test that the 'footer' option works correctly. |
TableTest::testThemeTableHeaderCellOption | function | core/ |
Tests that the 'header' option in cells works correctly. |
TableTest::testThemeTableHeaderRenderArray | function | core/ |
Tests header elements with a mix of string and render array values. |
TableTest::testThemeTableNoStickyHeaders | function | core/ |
If $sticky is FALSE, no tableheader.js should be included. |
TableTest::testThemeTableNotResponsiveHeaders | function | core/ |
Tests that the 'responsive-table' class is not applied without headers. |
TableTest::testThemeTableNotResponsiveProperty | function | core/ |
Tests that 'responsive-table' class only applied when responsive is TRUE. |
TableTest::testThemeTableResponsive | function | core/ |
Tests that the 'responsive-table' class is applied correctly. |
TableTest::testThemeTableResponsivePriority | function | core/ |
Tests 'priority-medium' and 'priority-low' classes. |
TableTest::testThemeTableRowRenderArray | function | core/ |
Tests row elements with a mix of string and render array values. |
TableTest::testThemeTableStickyHeaders | function | core/ |
Tableheader.js provides 'sticky' table headers, and is included by default. |
TableTest::testThemeTableTitle | function | core/ |
Tests that the select/checkbox label is being generated and escaped. |
TableTest::testThemeTableWithEmptyMessage | function | core/ |
Tests that the table header is printed correctly even if there are no rows, and that the empty text is displayed correctly. |
TableTest::testThemeTableWithNoStriping | function | core/ |
Tests that the 'no_striping' option works correctly. |
template_preprocess_field_ui_table | function | core/ |
Prepares variables for field UI overview table templates. |
template_preprocess_language_content_settings_table | function | core/ |
Prepares variables for language content settings table templates. |
template_preprocess_table | function | core/ |
Prepares variables for table templates. |
template_preprocess_views_ui_style_plugin_table | function | core/ |
Prepares variables for style plugin table templates. |
template_preprocess_views_ui_views_listing_table | function | core/ |
Prepares variables for Views UI view listing templates. |
template_preprocess_views_view_table | function | core/ |
Prepares variables for views table templates. |
Pagination
- Previous page
- Page 25
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.