function PagerPluginBase::get_total_items

Get the total number of items.

If NULL, we do not yet know what the total number of items are.

File

drupal/core/modules/views/lib/Drupal/views/Plugin/views/pager/PagerPluginBase.php, line 116
Definition of Drupal\views\Plugin\views\pager\PagerPluginBase.

Class

PagerPluginBase
The base plugin to handle pager.

Namespace

Drupal\views\Plugin\views\pager

Code

function get_total_items() {
  return $this->total_items;
}