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