You are here

public function PagererInterface::getQueryParameters in Pagerer 8

Gets the query parameters array of a pager link.

Parameters

array $parameters: An associative array of query string parameters to append to the pager links.

int $page: The target page.

string $adaptive_keys: The adaptive keys string, in the format 'L.R.X', where L is the adaptive lock to left page, R is the adaptive lock to right page, and X is the adaptive center lock for calculation of neighborhood.

Return value

array The updated array of query parameters.

1 method overrides PagererInterface::getQueryParameters()
Pagerer::getQueryParameters in src/Pagerer.php
Gets the query parameters array of a pager link.

File

src/PagererInterface.php, line 135

Class

PagererInterface
Provides an interface for the Pagerer pager management class.

Namespace

Drupal\pagerer

Code

public function getQueryParameters(array $parameters, $page, $adaptive_keys = NULL);