function PagerManager::findPage
Same name in other branches
- 9 core/lib/Drupal/Core/Pager/PagerManager.php \Drupal\Core\Pager\PagerManager::findPage()
- 10 core/lib/Drupal/Core/Pager/PagerManager.php \Drupal\Core\Pager\PagerManager::findPage()
Overrides PagerManagerInterface::findPage
File
-
core/
lib/ Drupal/ Core/ Pager/ PagerManager.php, line 71
Class
- PagerManager
- Provides a manager for pagers.
Namespace
Drupal\Core\PagerCode
public function findPage(int $pager_id = 0) : int {
return $this->pagerParams
->findPage($pager_id);
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.