protected property PagerDefault::$limit in Drupal 7
The number of elements per page to allow.
Type: int
File
- 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;