public function PagererInterface::getCurrentPage in Pagerer 8
Gets the current page.
Return value
int The page to which the pager is currently positioned to.
1 method overrides PagererInterface::getCurrentPage()
- Pagerer::getCurrentPage in src/
Pagerer.php - Gets the current page.
File
- src/
PagererInterface.php, line 73
Class
- PagererInterface
- Provides an interface for the Pagerer pager management class.
Namespace
Drupal\pagererCode
public function getCurrentPage();