public property EntityFieldQuery::$count

TRUE if this is a count query, FALSE if it isn't.

Type: boolean

File

drupal-7.x/includes/entity.inc, line 533

Class

EntityFieldQuery
Retrieves entities matching a given set of conditions.

Code

public $count = FALSE;