function Pager::getLimit

Same name and namespace in other branches
  1. 9 core/lib/Drupal/Core/Pager/Pager.php \Drupal\Core\Pager\Pager::getLimit()
  2. 8.9.x core/lib/Drupal/Core/Pager/Pager.php \Drupal\Core\Pager\Pager::getLimit()
  3. 10 core/lib/Drupal/Core/Pager/Pager.php \Drupal\Core\Pager\Pager::getLimit()

Gets the maximum number of items per page.

Return value

int The maximum number of items per page.

File

core/lib/Drupal/Core/Pager/Pager.php, line 117

Class

Pager
A value object that represents a pager.

Namespace

Drupal\Core\Pager

Code

public function getLimit() {
    return $this->limit;
}

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