public function PagerManagerInterface::getMaxPagerElementId in Drupal 9
Gets the extent of the pager page element IDs.
Return value
int The maximum element ID available, -1 if there are no elements.
1 method overrides PagerManagerInterface::getMaxPagerElementId()
- PagerManager::getMaxPagerElementId in core/
lib/ Drupal/ Core/ Pager/ PagerManager.php - Gets the extent of the pager page element IDs.
File
- core/
lib/ Drupal/ Core/ Pager/ PagerManagerInterface.php, line 172
Class
- PagerManagerInterface
- This is a service for pager information.
Namespace
Drupal\Core\PagerCode
public function getMaxPagerElementId();