function PagerParametersInterface::getQueryParameters

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

Code

public function getQueryParameters();

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.