Skip to main content
Hostdog docs
Documentation & API reference
Main menu
Drupal 7
Drupal 8
Drupal 9
You are here
Home
»
API reference
»
Drupal 7.x
»
pager.inc
»
PagerDefault
Search Drupal 7.x
Function, class, file, topic, etc.
*
Partial match search is supported
API Navigation
Drupal 7.x
Topics
Classes
Functions
Files
Namespaces
Constants
Globals
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
;