You are here

public static function BusinessRuleInterface::getEventTypes in Business Rules 2.x

Same name and namespace in other branches
  1. 8 src/BusinessRuleInterface.php \Drupal\business_rules\BusinessRuleInterface::getEventTypes()

Return all types of reactions events for business rules.

Return value

array Array of event types.

1 method overrides BusinessRuleInterface::getEventTypes()
BusinessRule::getEventTypes in src/Entity/BusinessRule.php
Return all types of reactions events for business rules.

File

src/BusinessRuleInterface.php, line 18

Class

BusinessRuleInterface
Provides an interface for defining Rule entities.

Namespace

Drupal\business_rules

Code

public static function getEventTypes();