You are here

public function Pagerer::getAdaptiveKeys in Pagerer 8.2

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

Gets the adaptive keys of this pager.

Used by the Adaptive pager style.

Return value

array The adaptive keys array, 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.

File

src/Pagerer.php, line 136

Class

Pagerer
Pagerer pager value object.

Namespace

Drupal\pagerer

Code

public function getAdaptiveKeys() : array {
  return $this->adaptiveKeys;
}