public function PagerParametersInterface::getPagerQuery in Drupal 8
Same name and namespace in other branches
- 9 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();