You are here

protected property PagererParameters::$pagererItems in Pagerer 8.2

The 'pagerer items' parsed from the request's querystring.

The items are stored in an array indexed by the hash of the request. Each request has two items:

  • 'page' - the array of page indexes, zero based
  • 'page_ak' - the array of adaptive keys arrays, zero based.

Type: array

File

src/PagererParameters.php, line 56

Class

PagererParameters
Provides extended pager information contained within the current request.

Namespace

Drupal\pagerer

Code

protected $pagererItems;