You are here

public function PagererInterface::getRouteName in Pagerer 8

Gets the route name for this pager.

Return value

string The route name.

1 method overrides PagererInterface::getRouteName()
Pagerer::getRouteName in src/Pagerer.php
Gets the route name for this pager.

File

src/PagererInterface.php, line 16

Class

PagererInterface
Provides an interface for the Pagerer pager management class.

Namespace

Drupal\pagerer

Code

public function getRouteName();