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();
}
doc_Drupal
2016-10-29 09:46:13
Comments
Leave a Comment

Please login to continue.