You are here

protected property PagerDefault::$customCountQuery in Drupal 7

The count query that will be used for this pager.

Type: SelectQueryInterface

File

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

Class

PagerDefault
Query extender for pager queries.

Code

protected $customCountQuery = FALSE;