function PagerManagerInterface::getMaxPagerElementId

Same name in other branches
  1. 9 core/lib/Drupal/Core/Pager/PagerManagerInterface.php \Drupal\Core\Pager\PagerManagerInterface::getMaxPagerElementId()
  2. 11.x core/lib/Drupal/Core/Pager/PagerManagerInterface.php \Drupal\Core\Pager\PagerManagerInterface::getMaxPagerElementId()

Gets the extent of the pager page element IDs.

Return value

int The maximum element ID available, -1 if there are no elements.

File

core/lib/Drupal/Core/Pager/PagerManagerInterface.php, line 172

Class

PagerManagerInterface
This is a service for pager information.

Namespace

Drupal\Core\Pager

Code

public function getMaxPagerElementId();

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.