You are here

public function BusinessRuleInterface::getReactsOn in Business Rules 8

Same name and namespace in other branches
  1. 2.x src/BusinessRuleInterface.php \Drupal\business_rules\BusinessRuleInterface::getReactsOn()

The trigger that will start the rule.

Return value

string The reacts on event id for the rule.

1 method overrides BusinessRuleInterface::getReactsOn()
BusinessRule::getReactsOn in src/Entity/BusinessRule.php
The trigger that will start the rule.

File

src/BusinessRuleInterface.php, line 115

Class

BusinessRuleInterface
Provides an interface for defining Rule entities.

Namespace

Drupal\business_rules

Code

public function getReactsOn();