public function ConditionInterface::getFailItems in Business Rules 8
Same name and namespace in other branches
- 2.x src/ConditionInterface.php \Drupal\business_rules\ConditionInterface::getFailItems()
Get all condition's fail items.
Return value
array Array of items to be executed if the condition fails.
1 method overrides ConditionInterface::getFailItems()
- Condition::getFailItems in src/
Entity/ Condition.php - Get all condition's fail items.
File
- src/
ConditionInterface.php, line 34
Class
- ConditionInterface
- Provides an interface for defining Condition entities.
Namespace
Drupal\business_rulesCode
public function getFailItems();