You are here

protected property Pager::$totalPages in Drupal 8

Same name and namespace in other branches
  1. 9 core/lib/Drupal/Core/Pager/Pager.php \Drupal\Core\Pager\Pager::totalPages
  2. 10 core/lib/Drupal/Core/Pager/Pager.php \Drupal\Core\Pager\Pager::totalPages

The total number of pages.

Type: int

File

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

Class

Pager
A value object that represents a pager.

Namespace

Drupal\Core\Pager

Code

protected $totalPages;