tablesort.inc |
file |
drupal/core/includes/tablesort.inc |
Functions to aid in the creation of sortable tables. |
tablesort_init |
function |
drupal/core/includes/tablesort.inc |
Initializes the table sort context. |
tablesort_cell |
function |
drupal/core/includes/tablesort.inc |
Formats a table cell. |
tablesort_header |
function |
drupal/core/includes/tablesort.inc |
Formats a column header. |
TableSortExtender |
class |
drupal/core/lib/Drupal/Core/Database/Query/TableSortExtender.php |
Query extender class for tablesort queries. |
tablesort_get_sort |
function |
drupal/core/includes/tablesort.inc |
Determines the current sort direction. |
tablesort_get_order |
function |
drupal/core/includes/tablesort.inc |
Determines the current sort criterion. |
QueryBase::tableSort |
function |
drupal/core/lib/Drupal/Core/Entity/Query/QueryBase.php |
Implements \Drupal\Core\Entity\Query\QueryInterface::tableSort(). |
TableSortExtender.php |
file |
drupal/core/lib/Drupal/Core/Database/Query/TableSortExtender.php |
Definition of Drupal\Core\Database\Query\TableSortExtender. |
TableSortExtender::init |
function |
drupal/core/lib/Drupal/Core/Database/Query/TableSortExtender.php |
Initialize the table sort context. |
database_test_tablesort |
function |
drupal/core/modules/system/tests/modules/database_test/database_test.module |
Runs a tablesort query and returns the results. |
TableSortExtender::order |
function |
drupal/core/lib/Drupal/Core/Database/Query/TableSortExtender.php |
Determine the current sort criterion. |
TableSortExtenderUnitTest |
class |
drupal/core/modules/system/lib/Drupal/system/Tests/Common/TableSortExtenderUnitTest.php |
Tests unicode handling features implemented in unicode.inc. |
seven_tablesort_indicator |
function |
drupal/core/themes/seven/seven.theme |
Overrides theme_tablesort_indicator(). |
QueryInterface::tableSort |
function |
drupal/core/lib/Drupal/Core/Entity/Query/QueryInterface.php |
Enables sortable tables for this query. |
theme_tablesort_indicator |
function |
drupal/core/includes/theme.inc |
Returns HTML for a sort icon. |
SelectTableSortDefaultTest |
class |
drupal/core/modules/system/lib/Drupal/system/Tests/Database/SelectTableSortDefaultTest.php |
Tests the tablesort query extender. |
TableSortExtender::$header |
property |
drupal/core/lib/Drupal/Core/Database/Query/TableSortExtender.php |
The array of fields that can be sorted by. |
TableSortExtender::getSort |
function |
drupal/core/lib/Drupal/Core/Database/Query/TableSortExtender.php |
Determine the current sort direction. |
TableSortExtenderUnitTest.php |
file |
drupal/core/modules/system/lib/Drupal/system/Tests/Common/TableSortExtenderUnitTest.php |
Definition of Drupal\system\Tests\Common\TableSortExtenderTest. |
database_test_tablesort_first |
function |
drupal/core/modules/system/tests/modules/database_test/database_test.module |
Runs a tablesort query with a second order_by after and returns the results. |
database_test_theme_tablesort |
function |
drupal/core/modules/system/tests/modules/database_test/database_test.module |
Outputs a form without setting a header sort. |
tablesort_get_query_parameters |
function |
drupal/core/includes/tablesort.inc |
Composes a URL query parameter array for table sorting links. |
SelectTableSortDefaultTest.php |
file |
drupal/core/modules/system/lib/Drupal/system/Tests/Database/SelectTableSortDefaultTest.php |
Definition of Drupal\system\Tests\Database\SelectTableSortDefaultTest. |
EntityQueryTest::testTableSort |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Entity/EntityQueryTest.php |
Test tablesort(). |
TableSortExtender::__construct |
function |
drupal/core/lib/Drupal/Core/Database/Query/TableSortExtender.php |
|
TableSortExtenderUnitTest::$GET |
property |
drupal/core/modules/system/lib/Drupal/system/Tests/Common/TableSortExtenderUnitTest.php |
Storage for initial value of $_GET. |
TableSortExtenderUnitTest::setUp |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Common/TableSortExtenderUnitTest.php |
Sets up unit test environment. |
TableSortExtender::orderByHeader |
function |
drupal/core/lib/Drupal/Core/Database/Query/TableSortExtender.php |
Order the query based on a header array. |
TableSortExtenderUnitTest::getInfo |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Common/TableSortExtenderUnitTest.php |
|
SelectTableSortDefaultTest::getInfo |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Database/SelectTableSortDefaultTest.php |
|
TableSortExtenderUnitTest::tearDown |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Common/TableSortExtenderUnitTest.php |
Deletes created files, database tables, and reverts all environment changes. |
TableSortExtender::getQueryParameters |
function |
drupal/core/lib/Drupal/Core/Database/Query/TableSortExtender.php |
Compose a URL query parameter array to append to table sorting requests. |
TableSortExtenderUnitTest::testTableSortInit |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Common/TableSortExtenderUnitTest.php |
Tests tablesort_init(). |
SelectTableSortDefaultTest::testTableSortQuery |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Database/SelectTableSortDefaultTest.php |
Confirms that a tablesort query returns the correct results. |
SelectTableSortDefaultTest::testTableSortQueryFirst |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Database/SelectTableSortDefaultTest.php |
Confirms precedence of tablesorts headers. |
SelectTableSortDefaultTest::testTableSortDefaultSort |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Database/SelectTableSortDefaultTest.php |
Confirms that no error is thrown if no sort is set in a tableselect. |