function PagerParametersInterface::getQueryParameters
Gets all request URL query parameters that are unrelated to paging.
Return value
array A URL query parameter array that consists of all components of the current page request except for those pertaining to paging.
1 method overrides PagerParametersInterface::getQueryParameters()
- PagerParameters::getQueryParameters in core/
lib/ Drupal/ Core/ Pager/ PagerParameters.php - Gets all request URL query parameters that are unrelated to paging.
File
-
core/
lib/ Drupal/ Core/ Pager/ PagerParametersInterface.php, line 19
Class
- PagerParametersInterface
- Interface describing pager information contained within the request.
Namespace
Drupal\Core\PagerCode
public function getQueryParameters();