You are here

public static function BusinessRuleInterface::getEventTypes in Business Rules 8

Same name and namespace in other branches
  1. 2.x 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();