You are here

class BusinessRulesEvent in Business Rules 8

Same name and namespace in other branches
  1. 2.x src/Events/BusinessRulesEvent.php \Drupal\business_rules\Events\BusinessRulesEvent

The event to be dispatched for all ReactsOn events based on business_rules.

@package Drupal\business_rules

Hierarchy

  • class \Drupal\business_rules\Events\BusinessRulesEvent extends \Symfony\Component\EventDispatcher\GenericEvent

Expanded class hierarchy of BusinessRulesEvent

67 files declare their use of BusinessRulesEvent
Action.php in src/Entity/Action.php
ActionInterface.php in src/ActionInterface.php
ActionSet.php in src/Plugin/BusinessRulesAction/ActionSet.php
AddNodeToGroupAction.php in modules/br_group/src/Plugin/BusinessRulesAction/AddNodeToGroupAction.php
AddRoleToUser.php in src/Plugin/BusinessRulesAction/AddRoleToUser.php

... See full list

File

src/Events/BusinessRulesEvent.php, line 12

Namespace

Drupal\business_rules\Events
View source
class BusinessRulesEvent extends GenericEvent {

}

Members