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

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

Archivo

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.

Código

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