global $pager_total_items
Same name and namespace in other branches
- 6.x documentation-6.x/developer/globals.php \pager_total_items
Array of the total number of items for each pager.
The array index is the pager element index (0 by default).
See also
Archivo
- documentation-7.x/
developer/ globals.php, line 156 - These are the global variables that Drupal uses.
Código
global $pager_total_items;