protected function TableSortExtender::getQueryParameters

protected 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()

File

core/lib/Drupal/Core/Database/Query/TableSortExtender.php, line 82

Class

TableSortExtender
Query extender class for tablesort queries.

Namespace

Drupal\Core\Database\Query

Code

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

© 2001–2016 by the original authors
Licensed under the GNU General Public License, version 2 and later.
Drupal is a registered trademark of Dries Buytaert.
https://api.drupal.org/api/drupal/core!lib!Drupal!Core!Database!Query!TableSortExtender.php/function/TableSortExtender::getQueryParameters/8.1.x