function PagerParameters::getPagerQuery

Same name and namespace in other branches
  1. 11.x core/lib/Drupal/Core/Pager/PagerParameters.php \Drupal\Core\Pager\PagerParameters::getPagerQuery()

File

core/lib/Drupal/Core/Pager/PagerParameters.php, line 56

Class

PagerParameters
Provides pager information contained within the current request.

Namespace

Drupal\Core\Pager

Code

public function getPagerQuery() {
  $query = $this->getPagerParameter();
  return !empty($query) ? explode(',', $query) : [];
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.