public property EntityFieldQuery::$count in Drupal 7
TRUE if this is a count query, FALSE if it isn't.
Type: boolean
File
- includes/
entity.inc, line 585
Class
- EntityFieldQuery
- Retrieves entities matching a given set of conditions.
Code
public $count = FALSE;