Search for event

  1. Search 7.x-2.x for event
  2. Other projects
Title Object type File name Summary
EventPropertyAccessTest::testEventContextDefinition function tests/src/Unit/Integration/Event/EventPropertyAccessTest.php Tests the event metadata to ensure that all properties may be accessed.
EventPropertyAccessTest::testEventProperties function tests/src/Kernel/EventPropertyAccessTest.php Tests that all event properties may be accessed.
EventTestBase class tests/src/Unit/Integration/Event/EventTestBase.php Base class for testing Rules Event definitions.
EventTestBase.php file tests/src/Unit/Integration/Event/EventTestBase.php
EventTestBase::$eventManager property tests/src/Unit/Integration/Event/EventTestBase.php The Rules event plugin manager.
EventTestBase::setUp function tests/src/Unit/Integration/Event/EventTestBase.php
GenericEvent class tests/modules/rules_test_event/src/Event/GenericEvent.php A subclass of Symfony's GenericEvent.
GenericEvent.php file tests/modules/rules_test_event/src/Event/GenericEvent.php
GenericEvent::EVENT_NAME constant tests/modules/rules_test_event/src/Event/GenericEvent.php
GenericEventSubscriber class src/EventSubscriber/GenericEventSubscriber.php Subscribes to Symfony events and maps them to Rules events.
GenericEventSubscriber.php file src/EventSubscriber/GenericEventSubscriber.php
GenericEventSubscriber::$componentRepository property src/EventSubscriber/GenericEventSubscriber.php The component repository.
GenericEventSubscriber::$entityTypeManager property src/EventSubscriber/GenericEventSubscriber.php The entity type manager used for loading reaction rule config entities.
GenericEventSubscriber::$eventManager property src/EventSubscriber/GenericEventSubscriber.php The Rules event manager.
GenericEventSubscriber::$rulesDebugLogger property src/EventSubscriber/GenericEventSubscriber.php The rules debug logger channel.
GenericEventSubscriber::getSubscribedEvents function src/EventSubscriber/GenericEventSubscriber.php
GenericEventSubscriber::onRulesEvent function src/EventSubscriber/GenericEventSubscriber.php Reacts on the given event and invokes configured reaction rules.
GenericEventSubscriber::__construct function src/EventSubscriber/GenericEventSubscriber.php Constructor.
GetterEvent class tests/modules/rules_test_event/src/Event/GetterEvent.php An Event that has getter methods defined for its properties.
GetterEvent.php file tests/modules/rules_test_event/src/Event/GetterEvent.php
GetterEvent::$privateProperty property tests/modules/rules_test_event/src/Event/GetterEvent.php A private property.
GetterEvent::$protectedProperty property tests/modules/rules_test_event/src/Event/GetterEvent.php A protected property.
GetterEvent::$publicProperty property tests/modules/rules_test_event/src/Event/GetterEvent.php A public property.
GetterEvent::EVENT_NAME constant tests/modules/rules_test_event/src/Event/GetterEvent.php
GetterEvent::privateGetter function tests/modules/rules_test_event/src/Event/GetterEvent.php Getter method for $publicProperty.
GetterEvent::protectedGetter function tests/modules/rules_test_event/src/Event/GetterEvent.php Getter method for $protectedProperty.
GetterEvent::publicGetter function tests/modules/rules_test_event/src/Event/GetterEvent.php Getter method for $publicProperty.
PlainEvent class tests/modules/rules_test_event/src/Event/PlainEvent.php An Event that has properties but no explicit getter methods.
PlainEvent.php file tests/modules/rules_test_event/src/Event/PlainEvent.php
PlainEvent::$privateProperty property tests/modules/rules_test_event/src/Event/PlainEvent.php A private property.
PlainEvent::$protectedProperty property tests/modules/rules_test_event/src/Event/PlainEvent.php A protected property.
PlainEvent::$publicProperty property tests/modules/rules_test_event/src/Event/PlainEvent.php A public property.
PlainEvent::EVENT_NAME constant tests/modules/rules_test_event/src/Event/PlainEvent.php
plugin.manager.rules_event service ./rules.services.yml Drupal\rules\Core\RulesEventManager
ReactionRuleConfig::$events property src/Entity/ReactionRuleConfig.php The events this reaction rule is reacting on.
ReactionRuleConfig::addEvent function src/Entity/ReactionRuleConfig.php Adds an event to the rule configuration.
ReactionRuleConfig::getEventNames function src/Entity/ReactionRuleConfig.php Gets machine names of all events the rule is reacting on.
ReactionRuleConfig::getEvents function src/Entity/ReactionRuleConfig.php Gets configuration of all events the rule is reacting on.
ReactionRuleConfig::hasEvent function src/Entity/ReactionRuleConfig.php Returns if the rule is reacting on the given event.
ReactionRuleConfig::removeEvent function src/Entity/ReactionRuleConfig.php Removes an event from the rule configuration.
ReactionRuleConfigTest::addEventDataProvider function tests/src/Unit/Entity/ReactionRuleConfigTest.php Data provider for ::testAddEvent().
ReactionRuleConfigTest::testAddEvent function tests/src/Unit/Entity/ReactionRuleConfigTest.php @covers ::addEvent
@covers ::getEvents
ReactionRuleConfigTest::testGetEventNames function tests/src/Unit/Entity/ReactionRuleConfigTest.php @covers ::getEventNames
ReactionRuleConfigTest::testGetEvents function tests/src/Unit/Entity/ReactionRuleConfigTest.php @covers ::getEvents
ReactionRuleConfigTest::testHasEvent function tests/src/Unit/Entity/ReactionRuleConfigTest.php @covers ::hasEvent
ReactionRuleConfigTest::testRemoveEvent function tests/src/Unit/Entity/ReactionRuleConfigTest.php @covers ::removeEvent
@covers ::getEvents
ReactionRuleConfigTest::testRemoveEventWithKeyedIndex function tests/src/Unit/Entity/ReactionRuleConfigTest.php @covers ::removeEvent
@covers ::getEvents
ReactionRuleEditForm::$eventManager property src/Form/ReactionRuleEditForm.php The Rules event plugin manager.
ReactionRuleStorage::$eventManager property src/Entity/ReactionRuleStorage.php The event manager.
ReactionRuleStorage::getRegisteredEvents function src/Entity/ReactionRuleStorage.php Returns a list of event names that are used by active reaction rules.