ConfigurableEventHandlerEntityBundle::determineQualifiedEvents |
function |
src/EventHandler/ConfigurableEventHandlerEntityBundle.php |
Determines the qualified event names for the dispatched event. |
EventIntegrationTest::testBundleQualifiedEvents |
function |
tests/src/Kernel/EventIntegrationTest.php |
Tests that entity events are fired for the correct bundle. |
EventIntegrationTest::testMultipleEvents |
function |
tests/src/Kernel/EventIntegrationTest.php |
Test that rules config supports multiple events. |
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. |
ReactionRuleConfig::$events |
property |
src/Entity/ReactionRuleConfig.php |
The events this reaction rule is reacting on. |
ReactionRuleConfig::getEvents |
function |
src/Entity/ReactionRuleConfig.php |
Gets configuration of all events the rule is reacting on. |
ReactionRuleConfigTest::testGetEvents |
function |
tests/src/Unit/Entity/ReactionRuleConfigTest.php |
@covers ::getEvents |
ReactionRuleStorage::getRegisteredEvents |
function |
src/Entity/ReactionRuleStorage.php |
Returns a list of event names that are used by active reaction rules. |
RedirectEventSubscriber |
class |
src/EventSubscriber/RedirectEventSubscriber.php |
Changes the response to a redirect, if a redirect rules action was executed . |
RedirectEventSubscriber.php |
file |
src/EventSubscriber/RedirectEventSubscriber.php |
|
RedirectEventSubscriber::checkRedirectIssued |
function |
src/EventSubscriber/RedirectEventSubscriber.php |
Checks if a redirect rules action was executed. |
RedirectEventSubscriber::getSubscribedEvents |
function |
src/EventSubscriber/RedirectEventSubscriber.php |
Registers the methods in this class that should be listeners. |
RedirectEventSubscriberTest |
class |
tests/src/Kernel/RedirectEventSubscriberTest.php |
Tests rules redirect action event subscriber. |
RedirectEventSubscriberTest.php |
file |
tests/src/Kernel/RedirectEventSubscriberTest.php |
|
RedirectEventSubscriberTest::testCheckRedirectIssued |
function |
tests/src/Kernel/RedirectEventSubscriberTest.php |
Test the response is a redirect if a redirect url is added to the request. |
rules.rules.events.yml |
file |
./rules.rules.events.yml |
rules.rules.events.yml |
RulesCommands::listEvents |
function |
src/Commands/RulesCommands.php |
Show a list of Rules events. |
RulesComponent::addContextDefinitionsForEvents |
function |
src/Engine/RulesComponent.php |
Adds the available event context for the given events. |
RulesConfigurableEventHandlerInterface::determineQualifiedEvents |
function |
src/Core/RulesConfigurableEventHandlerInterface.php |
Determines the qualified event names for the dispatched event. |
RulesTriggerableInterface::getEvents |
function |
src/Core/RulesTriggerableInterface.php |
Gets configuration of all events the rule is reacting on. |
RulesTriggerTestCase::testEventSettings |
function |
d7-tests/rules_test_trigger_case.test |
Tests creating and triggering a reaction rule with event settings. |
RulesUiRouteSubscriber::getSubscribedEvents |
function |
src/Routing/RulesUiRouteSubscriber.php |
|
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 |