Search for table

  1. Search 7.x for table
  2. Search 9.5.x for table
  3. Search 10.3.x for table
  4. Search 11.x for table
  5. Other projects

Exact matches

These are exact matches according to your search
Title Object type File name Summary
Table class core/modules/views/src/Plugin/views/style/Table.php Style plugin to render each item as a row in a table.
Table class core/lib/Drupal/Core/Render/Element/Table.php Provides a render element for a table.

All search results

Title Object type File name Summary
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 class core/tests/Drupal/KernelTests/Core/Render/Element/TableTest.php Tests built-in table theme functions.
TableTest.php file core/tests/Drupal/KernelTests/Core/Render/Element/TableTest.php
TableTest::$modules property core/tests/Drupal/KernelTests/Core/Render/Element/TableTest.php Modules to enable.
TableTest::testThemeTableFooter function core/tests/Drupal/KernelTests/Core/Render/Element/TableTest.php Test that the 'footer' option works correctly.
TableTest::testThemeTableHeaderCellOption function core/tests/Drupal/KernelTests/Core/Render/Element/TableTest.php Tests that the 'header' option in cells works correctly.
TableTest::testThemeTableHeaderRenderArray function core/tests/Drupal/KernelTests/Core/Render/Element/TableTest.php Tests header elements with a mix of string and render array values.
TableTest::testThemeTableNoStickyHeaders function core/tests/Drupal/KernelTests/Core/Render/Element/TableTest.php If $sticky is FALSE, no tableheader.js should be included.
TableTest::testThemeTableNotResponsiveHeaders function core/tests/Drupal/KernelTests/Core/Render/Element/TableTest.php Tests that the 'responsive-table' class is not applied without headers.
TableTest::testThemeTableNotResponsiveProperty function core/tests/Drupal/KernelTests/Core/Render/Element/TableTest.php Tests that 'responsive-table' class only applied when responsive is TRUE.
TableTest::testThemeTableResponsive function core/tests/Drupal/KernelTests/Core/Render/Element/TableTest.php Tests that the 'responsive-table' class is applied correctly.
TableTest::testThemeTableResponsivePriority function core/tests/Drupal/KernelTests/Core/Render/Element/TableTest.php Tests 'priority-medium' and 'priority-low' classes.
TableTest::testThemeTableRowRenderArray function core/tests/Drupal/KernelTests/Core/Render/Element/TableTest.php Tests row elements with a mix of string and render array values.
TableTest::testThemeTableStickyHeaders function core/tests/Drupal/KernelTests/Core/Render/Element/TableTest.php Tableheader.js provides 'sticky' table headers, and is included by default.
TableTest::testThemeTableTitle function core/tests/Drupal/KernelTests/Core/Render/Element/TableTest.php Tests that the select/checkbox label is being generated and escaped.
TableTest::testThemeTableWithEmptyMessage function core/tests/Drupal/KernelTests/Core/Render/Element/TableTest.php 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/Drupal/KernelTests/Core/Render/Element/TableTest.php Tests that the 'no_striping' option works correctly.
template_preprocess_field_ui_table function core/modules/field_ui/field_ui.module Prepares variables for field UI overview table templates.
template_preprocess_language_content_settings_table function core/modules/language/language.admin.inc Prepares variables for language content settings table templates.
template_preprocess_table function core/includes/theme.inc Prepares variables for table templates.
template_preprocess_views_ui_style_plugin_table function core/modules/views_ui/views_ui.theme.inc Prepares variables for style plugin table templates.
template_preprocess_views_ui_views_listing_table function core/modules/views_ui/views_ui.theme.inc Prepares variables for Views UI view listing templates.
template_preprocess_views_view_table function core/modules/views/views.theme.inc Prepares variables for views table templates.

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