function PagerParametersInterface::getQueryParameters
Same name in other branches
- 9 core/lib/Drupal/Core/Pager/PagerParametersInterface.php \Drupal\Core\Pager\PagerParametersInterface::getQueryParameters()
- 8.9.x core/lib/Drupal/Core/Pager/PagerParametersInterface.php \Drupal\Core\Pager\PagerParametersInterface::getQueryParameters()
- 10 core/lib/Drupal/Core/Pager/PagerParametersInterface.php \Drupal\Core\Pager\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();
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.