public function PagererInterface::getRouteParameters in Pagerer 8
Gets the route parameters for this pager.
Return value
string[] The route parameters.
1 method overrides PagererInterface::getRouteParameters()
- Pagerer::getRouteParameters in src/
Pagerer.php - Gets the route parameters for this pager.
File
- src/
PagererInterface.php, line 34
Class
- PagererInterface
- Provides an interface for the Pagerer pager management class.
Namespace
Drupal\pagererCode
public function getRouteParameters();