protected property PagerManager::$pagers in Drupal 9
Same name and namespace in other branches
- 8 core/lib/Drupal/Core/Pager/PagerManager.php \Drupal\Core\Pager\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 33
Class
- PagerManager
- Provides a manager for pagers.
Namespace
Drupal\Core\PagerCode
protected $pagers;