PagerManager::$pagers
Same name in other branches
- 8.9.x core/lib/Drupal/Core/Pager/PagerManager.php \Drupal\Core\Pager\PagerManager::pagers
- 10 core/lib/Drupal/Core/Pager/PagerManager.php \Drupal\Core\Pager\PagerManager::pagers
- 11.x 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;
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.