function PagerParametersInterface::getPagerParameter

Same name and namespace in other branches
  1. 9 core/lib/Drupal/Core/Pager/PagerParametersInterface.php \Drupal\Core\Pager\PagerParametersInterface::getPagerParameter()
  2. 8.9.x core/lib/Drupal/Core/Pager/PagerParametersInterface.php \Drupal\Core\Pager\PagerParametersInterface::getPagerParameter()
  3. 10 core/lib/Drupal/Core/Pager/PagerParametersInterface.php \Drupal\Core\Pager\PagerParametersInterface::getPagerParameter()

Gets the 'page' query parameter for the current request.

Return value

string The 'page' query parameter for the current request. This is a comma-delimited string of pager element values. Defaults to empty string if the query does not have a 'page' parameter.

1 method overrides PagerParametersInterface::getPagerParameter()
PagerParameters::getPagerParameter in core/lib/Drupal/Core/Pager/PagerParameters.php
Gets the 'page' query parameter for the current request.

File

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

Class

PagerParametersInterface
Interface describing pager information contained within the request.

Namespace

Drupal\Core\Pager

Code

public function getPagerParameter();

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