function RuleExpressionInterface::getConditions
Returns the conditions container of this rule.
Return value
\Drupal\rules\Engine\ConditionExpressionContainerInterface The condition container of this rule.
1 method overrides RuleExpressionInterface::getConditions()
- RuleExpression::getConditions in src/
Plugin/ RulesExpression/ RuleExpression.php - Returns the conditions container of this rule.
File
-
src/
Engine/ RuleExpressionInterface.php, line 31
Class
- RuleExpressionInterface
- Defines a rule.
Namespace
Drupal\rules\EngineCode
public function getConditions();