You are here

function views_plugin_pager::get_total_items in Views (for Drupal 7) 6.3

Same name and namespace in other branches
  1. 7.3 plugins/views_plugin_pager.inc \views_plugin_pager::get_total_items()

Get the total number of items.

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

File

plugins/views_plugin_pager.inc, line 88

Class

views_plugin_pager
The base plugin to handle pager.

Code

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