protected function TableSortExtender::getQueryParameters

Compose a URL query parameter array to append to table sorting requests.

Return value

A URL query parameter array that consists of all components of the current page request except for those pertaining to table sorting.

See also

tablesort_get_query_parameters()

1 call to TableSortExtender::getQueryParameters()
TableSortExtender::init in drupal/core/lib/Drupal/Core/Database/Query/TableSortExtender.php
Initialize the table sort context.

File

drupal/core/lib/Drupal/Core/Database/Query/TableSortExtender.php, line 88
Definition of Drupal\Core\Database\Query\TableSortExtender.

Class

TableSortExtender
Query extender class for tablesort queries.

Namespace

Drupal\Core\Database\Query

Code

protected function getQueryParameters() {
  return tablesort_get_query_parameters();
}