Search for event
Title | Object type | File name | Summary |
---|---|---|---|
RulesTriggerableInterface::hasEvent | function | src/ |
Returns if the rule is reacting on the given event. |
RulesTriggerableInterface::removeEvent | function | src/ |
Removes an event from the rule configuration. |
RulesTriggerTestCase::testEventSettings | function | d7-tests/ |
Tests creating and triggering a reaction rule with event settings. |
RulesTriggerTestCase::testRecursionPrevention | function | d7-tests/ |
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/ |
|
rules_test_event.info.yml | file | tests/ |
tests/modules/rules_test_event/rules_test_event.info.yml |
rules_test_event.routing.yml | file | tests/ |
tests/modules/rules_test_event/rules_test_event.routing.yml |
rules_test_event.rules.events.yml | file | tests/ |
tests/modules/rules_test_event/rules_test_event.rules.events.yml |
rules_test_event_dispatcher_case.test | file | d7-tests/ |
Rules 7.x tests. |
SystemCronEvent | class | src/ |
Event that is fired when cron maintenance tasks are performed. |
SystemCronEvent.php | file | src/ |
|
SystemCronEvent::EVENT_NAME | constant | src/ |
|
SystemLoggerEvent | class | src/ |
Event that is fired when a logger-item is created. |
SystemLoggerEvent.php | file | src/ |
|
SystemLoggerEvent::EVENT_NAME | constant | src/ |
|
SystemLoggerEventTest | class | tests/ |
Checks that the event "rules_system_logger_event" is correctly defined. |
SystemLoggerEventTest.php | file | tests/ |
|
SystemLoggerEventTest::testSystemLoggerEvent | function | tests/ |
Tests the event metadata. |
UiPageTest::testAddEvent | function | tests/ |
Tests that an event can be added. |
UiPageTest::testAddEventWithRestrictByType | function | tests/ |
Tests that an event with type restriction can be added. |
UiPageTest::testDeleteEvent | function | tests/ |
Tests that an event can be deleted. |
UiPageTest::testNoDeleteEventWhenRulesHasSingleEvent | function | tests/ |
Tests that events cannot be deleted when there is only one event. |
UserLoginEvent | class | src/ |
Event that is fired when a user logs in. |
UserLoginEvent.php | file | src/ |
|
UserLoginEvent::$account | property | src/ |
The user account. |
UserLoginEvent::EVENT_NAME | constant | src/ |
|
UserLoginEvent::__construct | function | src/ |
Constructs the object. |
UserLoginTest::testUserLoginEvent | function | tests/ |
Tests the event metadata. |
UserLogoutEvent | class | src/ |
Event that is fired when a user logs out. |
UserLogoutEvent.php | file | src/ |
|
UserLogoutEvent::EVENT_NAME | constant | src/ |
|
UserLogoutTest::testUserLogoutEvent | function | tests/ |
Tests the event metadata. |
Pagination
- Previous page
- Page 5