function PagerParametersInterface::getPagerQuery
Same name in other branches
- 8.9.x core/lib/Drupal/Core/Pager/PagerParametersInterface.php \Drupal\Core\Pager\PagerParametersInterface::getPagerQuery()
- 10 core/lib/Drupal/Core/Pager/PagerParametersInterface.php \Drupal\Core\Pager\PagerParametersInterface::getPagerQuery()
- 11.x core/lib/Drupal/Core/Pager/PagerParametersInterface.php \Drupal\Core\Pager\PagerParametersInterface::getPagerQuery()
Gets the request query parameter.
Return value
int[] Array of pagers. Keys are integers which are the element ID. Values are the zero-based current page from the request. The first page is 0, the second page is 1, etc.
1 method overrides PagerParametersInterface::getPagerQuery()
- PagerParameters::getPagerQuery in core/
lib/ Drupal/ Core/ Pager/ PagerParameters.php - Gets the request query parameter.
File
-
core/
lib/ Drupal/ Core/ Pager/ PagerParametersInterface.php, line 47
Class
- PagerParametersInterface
- Interface describing pager information contained within the request.
Namespace
Drupal\Core\PagerCode
public function getPagerQuery();
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.