public function BusinessRuleInterface::getReactsOnLabel in Business Rules 2.x
Same name and namespace in other branches
- 8 src/BusinessRuleInterface.php \Drupal\business_rules\BusinessRuleInterface::getReactsOnLabel()
The label of the trigger that will start the rule.
The reacts on event label for the rule.
1 method overrides BusinessRuleInterface::getReactsOnLabel()
- BusinessRule::getReactsOnLabel in src/
Entity/ BusinessRule.php - The label of the trigger that will start the rule.
File
- src/
BusinessRuleInterface.php, line 123
Class
- BusinessRuleInterface
- Provides an interface for defining Rule entities.
Namespace
Drupal\business_rulesCode
public function getReactsOnLabel();