On this page
protected function TableSort::getQueryParameters
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
- includes/tablesort.inc, line 87
 - 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();
}
  © 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/includes!tablesort.inc/function/TableSort::getQueryParameters/7.x