protected property PagerDefault::$limit

The number of elements per page to allow.

Type: int

File

drupal/includes/pager.inc, line 29
Functions to aid in presenting database results as a set of pages.

Class

PagerDefault
Query extender for pager queries.

Code

protected $limit = 10;