You are here

protected property ReactionRuleConfig::$expressionObject in Rules 8.3

Stores a reference to the executable expression version of this component.

Type: \Drupal\rules\Engine\ExpressionInterface

File

src/Entity/ReactionRuleConfig.php, line 110

Class

ReactionRuleConfig
Reaction rule configuration entity to persistently store configuration.

Namespace

Drupal\rules\Entity

Code

protected $expressionObject;