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

Breadcrumb

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

PagerManager::$pagers

An associative array of pagers.

Implemented as an array consisting of:

  • key: the element id integer.
  • value: a \Drupal\Core\Pager\Pager.

Type: array

File

core/lib/Drupal/Core/Pager/PagerManager.php, line 32

Class

PagerManager
Provides a manager for pagers.

Namespace

Drupal\Core\Pager

Code

protected $pagers;
RSS feed
Powered by Drupal