You are here

public function PagererInterface::getAdaptiveKeys in Pagerer 8

Gets the adaptive keys of this pager.

Used by the Adaptive pager style.

Return value

string 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.

1 method overrides PagererInterface::getAdaptiveKeys()
Pagerer::getAdaptiveKeys in src/Pagerer.php
Gets the adaptive keys of this pager.

File

src/PagererInterface.php, line 117

Class

PagererInterface
Provides an interface for the Pagerer pager management class.

Namespace

Drupal\pagerer

Code

public function getAdaptiveKeys();