protected property ConditionBase::$conditions

Array of conditions.

Type: array

File

drupal/core/lib/Drupal/Core/Entity/Query/ConditionBase.php, line 20
Definition of Drupal\Core\Entity\Query\ConditionBase.

Class

ConditionBase
Common code for all implementations of the entity query condition interface.

Namespace

Drupal\Core\Entity\Query

Code

protected $conditions = array();