function PagerPluginBase::get_total_items in Views (for Drupal 7) 8.3
Get the total number of items.
If NULL, we do not yet know what the total number of items are.
File
- 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\pagerCode
function get_total_items() {
return $this->total_items;
}