public property EntityFieldQuery::$count
TRUE if this is a count query, FALSE if it isn't.
Tipo: boolean
Archivo
- drupal-7.x/
includes/ entity.inc, line 533
Class
- EntityFieldQuery
- Retrieves entities matching a given set of conditions.
Código
public $count = FALSE;