Search for sort

  1. Search 7.x for sort
  2. Search 9.5.x for sort
  3. Search 10.3.x for sort
  4. Search 11.x for sort
  5. Other projects
Title Object type File name Summary
sortable.css file core/assets/vendor/jquery.ui/themes/base/sortable.css /*!
* jQuery UI Sortable 1.12.1
* http://jqueryui.com
*
* Copyright jQuery Foundation and other contributors
* Released under the MIT license.
* http://jquery.org/license
*/
.ui-sortable-handle {
-ms-touch-action: none;
touch-action: none;
}
tablesort.inc file core/includes/tablesort.inc Functions to aid in the creation of sortable tables.
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.

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