public function PagererInterface::setRouteName in Pagerer 8
Sets the route name for this pager.
Parameters
string $route_name: The route name.
Return value
$this
1 method overrides PagererInterface::setRouteName()
- Pagerer::setRouteName in src/
Pagerer.php - Sets the route name for this pager.
File
- src/
PagererInterface.php, line 26
Class
- PagererInterface
- Provides an interface for the Pagerer pager management class.
Namespace
Drupal\pagererCode
public function setRouteName($route_name);