Same name and namespace in other branches
  1. 8.9.x core/lib/Drupal/Core/Pager/PagerParametersInterface.php \Drupal\Core\Pager\PagerParametersInterface::getQueryParameters()
  2. 9 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.

File

core/lib/Drupal/Core/Pager/PagerParametersInterface.php, line 19

Class

PagerParametersInterface
Interface describing pager information contained within the request.

Namespace

Drupal\Core\Pager

Code

public function getQueryParameters();