protected function TableSort::getQueryParameters

7.x tablesort.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()

1 call to TableSort::getQueryParameters()
TableSort::init in drupal-7.x/includes/tablesort.inc
Initializes the table sort context.

File

drupal-7.x/includes/tablesort.inc, line 88
Functions to aid in the creation of sortable tables.

Class

TableSort
Query extender class for tablesort queries.

Code

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