Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x
  2. PagerParametersInterface.php

function 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\Pager

Code

public function getPagerQuery();
RSS feed
Powered by Drupal