Search for event

  1. Search 7.x-2.x for event
  2. Other projects
Title Object type File name Summary
RulesTriggerableInterface::hasEvent function src/Core/RulesTriggerableInterface.php Returns if the rule is reacting on the given event.
RulesTriggerableInterface::removeEvent function src/Core/RulesTriggerableInterface.php Removes an event from the rule configuration.
RulesTriggerTestCase::testEventSettings function d7-tests/rules_test_trigger_case.test Tests creating and triggering a reaction rule with event settings.
RulesTriggerTestCase::testRecursionPrevention function d7-tests/rules_test_trigger_case.test Tests preventing recursive rule invocations by creating a rule that reacts
on node-update and generates a node update that would trigger it itself.
RulesUiRouteSubscriber::getSubscribedEvents function src/Routing/RulesUiRouteSubscriber.php
rules_test_event.info.yml file tests/modules/rules_test_event/rules_test_event.info.yml tests/modules/rules_test_event/rules_test_event.info.yml
rules_test_event.routing.yml file tests/modules/rules_test_event/rules_test_event.routing.yml tests/modules/rules_test_event/rules_test_event.routing.yml
rules_test_event.rules.events.yml file tests/modules/rules_test_event/rules_test_event.rules.events.yml tests/modules/rules_test_event/rules_test_event.rules.events.yml
rules_test_event_dispatcher_case.test file d7-tests/rules_test_event_dispatcher_case.test Rules 7.x tests.
SystemCronEvent class src/Event/SystemCronEvent.php Event that is fired when cron maintenance tasks are performed.
SystemCronEvent.php file src/Event/SystemCronEvent.php
SystemCronEvent::EVENT_NAME constant src/Event/SystemCronEvent.php
SystemLoggerEvent class src/Event/SystemLoggerEvent.php Event that is fired when a logger-item is created.
SystemLoggerEvent.php file src/Event/SystemLoggerEvent.php
SystemLoggerEvent::EVENT_NAME constant src/Event/SystemLoggerEvent.php
SystemLoggerEventTest class tests/src/Unit/Integration/Event/SystemLoggerEventTest.php Checks that the event "rules_system_logger_event" is correctly defined.
SystemLoggerEventTest.php file tests/src/Unit/Integration/Event/SystemLoggerEventTest.php
SystemLoggerEventTest::testSystemLoggerEvent function tests/src/Unit/Integration/Event/SystemLoggerEventTest.php Tests the event metadata.
UiPageTest::testAddEvent function tests/src/Functional/UiPageTest.php Tests that an event can be added.
UiPageTest::testAddEventWithRestrictByType function tests/src/Functional/UiPageTest.php Tests that an event with type restriction can be added.
UiPageTest::testDeleteEvent function tests/src/Functional/UiPageTest.php Tests that an event can be deleted.
UiPageTest::testNoDeleteEventWhenRulesHasSingleEvent function tests/src/Functional/UiPageTest.php Tests that events cannot be deleted when there is only one event.
UserLoginEvent class src/Event/UserLoginEvent.php Event that is fired when a user logs in.
UserLoginEvent.php file src/Event/UserLoginEvent.php
UserLoginEvent::$account property src/Event/UserLoginEvent.php The user account.
UserLoginEvent::EVENT_NAME constant src/Event/UserLoginEvent.php
UserLoginEvent::__construct function src/Event/UserLoginEvent.php Constructs the object.
UserLoginTest::testUserLoginEvent function tests/src/Unit/Integration/Event/UserLoginTest.php Tests the event metadata.
UserLogoutEvent class src/Event/UserLogoutEvent.php Event that is fired when a user logs out.
UserLogoutEvent.php file src/Event/UserLogoutEvent.php
UserLogoutEvent::EVENT_NAME constant src/Event/UserLogoutEvent.php
UserLogoutTest::testUserLogoutEvent function tests/src/Unit/Integration/Event/UserLogoutTest.php Tests the event metadata.