public function PagererInterface::getLastPage in Pagerer 8
Gets last page in the pager (zero-index).
Return value
int The index of the last page in the pager.
1 method overrides PagererInterface::getLastPage()
- Pagerer::getLastPage in src/
Pagerer.php - Gets last page in the pager (zero-index).
File
- src/
PagererInterface.php, line 89
Class
- PagererInterface
- Provides an interface for the Pagerer pager management class.
Namespace
Drupal\pagererCode
public function getLastPage();