You are here

protected property PagerManager::$pagers in Drupal 8

Same name and namespace in other branches
  1. 9 core/lib/Drupal/Core/Pager/PagerManager.php \Drupal\Core\Pager\PagerManager::pagers

An associative array of pagers.

Implemented as an array consisting of:

Type: array

File

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

Class

PagerManager
Provides a manager for pagers.

Namespace

Drupal\Core\Pager

Code

protected $pagers;