You are here

protected property ConditionExpressionContainer::$conditions in Rules 8.3

List of conditions that are evaluated.

Type: \Drupal\rules\Engine\ConditionExpressionInterface[]

File

src/Engine/ConditionExpressionContainer.php, line 21

Class

ConditionExpressionContainer
Container for conditions.

Namespace

Drupal\rules\Engine

Code

protected $conditions = [];