public function PagerPluginBase::getTotalItems in Zircon Profile 8.0
Same name and namespace in other branches
- 8 core/modules/views/src/Plugin/views/pager/PagerPluginBase.php \Drupal\views\Plugin\views\pager\PagerPluginBase::getTotalItems()
Get the total number of items.
If NULL, we do not yet know what the total number of items are.
File
- core/
modules/ views/ src/ Plugin/ views/ pager/ PagerPluginBase.php, line 108 - Contains \Drupal\views\Plugin\views\pager\PagerPluginBase.
Class
- PagerPluginBase
- Base class for views pager plugins.
Namespace
Drupal\views\Plugin\views\pagerCode
public function getTotalItems() {
return $this->total_items;
}