Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x
  2. Pager.php

function 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;
}
RSS feed
Powered by Drupal