23 string references to logger.channel.rules_debug
- ActionExpression::create in src/
Plugin/ RulesExpression/ ActionExpression.php - Creates an instance of the plugin.
- ConditionExpression::create in src/
Plugin/ RulesExpression/ ConditionExpression.php - Creates an instance of the plugin.
- ConfigEntityTest::testConfigAction in tests/
src/ Kernel/ ConfigEntityTest.php - Tests saving the configuration of an action and then loading it again.
- ConfigurableEventHandlerTest::testConfigurableEventHandler in tests/
src/ Kernel/ ConfigurableEventHandlerTest.php - Tests ConfigurableEventHandlerEntityBundle.
- EventIntegrationTest::testBundleQualifiedEvents in tests/
src/ Kernel/ EventIntegrationTest.php - Tests that entity events are fired for the correct bundle.
- EventIntegrationTest::testCronEvent in tests/
src/ Kernel/ EventIntegrationTest.php - Test that the cron hook triggers the Rules event listener.
- EventIntegrationTest::testEntityOriginal in tests/
src/ Kernel/ EventIntegrationTest.php - Tests that the entity presave/update events work with original entities.
- EventIntegrationTest::testInitEvent in tests/
src/ Kernel/ EventIntegrationTest.php - Test that Drupal initializing triggers the Rules debug logger listener.
- EventIntegrationTest::testMultipleEvents in tests/
src/ Kernel/ EventIntegrationTest.php - Test that rules config supports multiple events.
- EventIntegrationTest::testSystemLoggerEvent in tests/
src/ Kernel/ EventIntegrationTest.php - Test that a Logger message triggers the Rules debug logger listener.
- EventIntegrationTest::testTerminateEvent in tests/
src/ Kernel/ EventIntegrationTest.php - Test that Drupal terminating triggers the Rules debug logger listener.
- EventIntegrationTest::testUserLoginEvent in tests/
src/ Kernel/ EventIntegrationTest.php - Test that the user login hook triggers the Rules event listener.
- EventIntegrationTest::testUserLogoutEvent in tests/
src/ Kernel/ EventIntegrationTest.php - Test that the user logout hook triggers the Rules event listener.
- EventPropertyAccessTest::testEventProperties in tests/
src/ Kernel/ EventPropertyAccessTest.php - Tests that all event properties may be accessed.
- ExpressionContainerBase::create in src/
Engine/ ExpressionContainerBase.php - RuleExpression::create in src/
Plugin/ RulesExpression/ RuleExpression.php - Creates an instance of the plugin.
- RulesComponent::execute in src/
Engine/ RulesComponent.php - Executes the component with the previously set context.
- RulesDebugLoggerChannelTest::setUp in tests/
src/ Unit/ RulesDebugLoggerChannelTest.php - RulesIntegrationTestBase::setUp in tests/
src/ Unit/ Integration/ RulesIntegrationTestBase.php - RulesKernelTestBase::setUp in tests/
src/ Kernel/ RulesKernelTestBase.php - SystemPageRedirect::create in src/
Plugin/ RulesAction/ SystemPageRedirect.php - Creates an instance of the plugin.
- SystemPageRedirectTest::setUp in tests/
src/ Unit/ Integration/ RulesAction/ SystemPageRedirectTest.php - TestDebugLogAction::create in tests/
modules/ rules_test/ src/ Plugin/ RulesAction/ TestDebugLogAction.php - Creates an instance of the plugin.