You are here

BusinessRulesEvent.php in Business Rules 2.x

Same filename and directory in other branches
  1. 8 src/Events/BusinessRulesEvent.php

File

src/Events/BusinessRulesEvent.php
View source
<?php

namespace Drupal\business_rules\Events;

use Symfony\Component\EventDispatcher\GenericEvent;

/**
 * The event to be dispatched for all ReactsOn events based on business_rules.
 *
 * @package Drupal\business_rules
 */
class BusinessRulesEvent extends GenericEvent {

}

Classes

Namesort descending Description
BusinessRulesEvent The event to be dispatched for all ReactsOn events based on business_rules.