public function BusinessRuleInterface::getConditions in Business Rules 2.x
Same name and namespace in other branches
- 8 src/BusinessRuleInterface.php \Drupal\business_rules\BusinessRuleInterface::getConditions()
Get the current Business Rule's conditions.
Return value
array Array of conditions.
1 method overrides BusinessRuleInterface::getConditions()
- BusinessRule::getConditions in src/
Entity/ BusinessRule.php - Get the current Business Rule's conditions.
File
- src/
BusinessRuleInterface.php, line 72
Class
- BusinessRuleInterface
- Provides an interface for defining Rule entities.
Namespace
Drupal\business_rulesCode
public function getConditions();