global $pager_total_items

Same name and namespace in other branches
  1. 7.x documentation-7.x/developer/globals.php \pager_total_items

Array of the total number of items per pager. The key is will be 0 by defualt, but can be specified via the $element parameter of pager_query().

Archivo

documentation-6.x/developer/globals.php, line 156
These are the global variables that Drupal uses.

Código

global $pager_total_items;