You are here

service logger.channel.rules_debug in Rules 8.3

Class

Drupal\rules\Logger\RulesDebugLoggerChannel
22 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.

... See full list

File

./rules.services.yml
rules.services.yml

View source
  1. class: Drupal\rules\Logger\RulesDebugLoggerChannel
  2. arguments:
  3. - '@logger.rules_debug_log'
  4. - '@config.factory'