public function Pagerer::getAdaptiveKeys in Pagerer 8
Same name and namespace in other branches
- 8.2 src/Pagerer.php \Drupal\pagerer\Pagerer::getAdaptiveKeys()
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.
Overrides PagererInterface::getAdaptiveKeys
File
- src/
Pagerer.php, line 196
Class
- Pagerer
- Pagerer pager management class.
Namespace
Drupal\pagererCode
public function getAdaptiveKeys() {
return $this->adaptiveKeys;
}