class EntityEvent

Represent various entity events.

Hierarchy

  • class \Drupal\rules\Event\EntityEvent extends \Symfony\Component\EventDispatcher\GenericEvent

Expanded class hierarchy of EntityEvent

See also

rules_entity_presave()

3 files declare their use of EntityEvent
ConfigurableEventHandlerEntityBundle.php in src/EventHandler/ConfigurableEventHandlerEntityBundle.php
ConfigurableEventHandlerTest.php in tests/src/Kernel/ConfigurableEventHandlerTest.php
rules.module in ./rules.module
Hook implementations for the Rules module.

File

src/Event/EntityEvent.php, line 12

Namespace

Drupal\rules\Event
View source
class EntityEvent extends GenericEvent {

}