1 tablesort.class.inc protected TableSort::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/includes/tablesort.class.inc, line 82
Classes for extending table sort queries.

Class

TableSort
Query extender class for tablesort queries.

Code

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