You are here

public function Pagerer::getRouteParameters in Pagerer 8.2

Same name and namespace in other branches
  1. 8 src/Pagerer.php \Drupal\pagerer\Pagerer::getRouteParameters()

Gets the route parameters for this pager.

Return value

string[] The route parameters.

File

src/Pagerer.php, line 74

Class

Pagerer
Pagerer pager value object.

Namespace

Drupal\pagerer

Code

public function getRouteParameters() : array {
  return $this->routeParameters;
}