protected property QueryBase::$count

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

Type: boolean

File

drupal/core/lib/Drupal/Core/Entity/Query/QueryBase.php, line 36
Definition of Drupal\Core\Entity\Query\QueryBase.

Class

QueryBase
The base entity query class.

Namespace

Drupal\Core\Entity\Query

Code

protected $count = FALSE;