You are here

global $pager_limits in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 core/globals.api.php \pager_limits

Array of the number of items per page for each pager.

The array index is the pager element index (0 by default).

See also

pager_default_initialize()

File

core/globals.api.php, line 83
These are the global variables that Drupal uses.

Code

global $pager_limits;