Search for rule
Title | Object type | File name | Summary |
---|---|---|---|
RulesConfigurableEventHandlerInterface::validate | function | src/ |
Validates that this event is configured correctly. |
RulesDataProcessor | class | src/ |
Defines the RulesDataProcessor annotation class. |
RulesDataProcessor.php | file | src/ |
|
RulesDataProcessor::$id | property | src/ |
The plugin ID. |
RulesDataProcessor::$label | property | src/ |
The human-readable name of the rules plugin. |
RulesDataProcessor::$types | property | src/ |
The data types this data processor can be applied to. |
RulesDebugLog | class | src/ |
Logger that stores Rules debug logs with the session service. |
RulesDebugLog.php | file | src/ |
|
RulesDebugLog::$logs | property | src/ |
Local storage of log entries. |
RulesDebugLog::$session | property | src/ |
The session service. |
RulesDebugLog::build | function | src/ |
Assembles the entire log into a render array. |
RulesDebugLog::clearLogs | function | src/ |
Clears the logs entries from the storage. |
RulesDebugLog::filterContext | function | src/ |
Removes invalid placeholders from the given array. |
RulesDebugLog::getLogs | function | src/ |
Returns a structured array of log entries. |
RulesDebugLog::log | function | src/ |
|
RulesDebugLog::render | function | src/ |
Renders the whole log. |
RulesDebugLog::renderHelper | function | src/ |
Renders the log of one event invocation. |
RulesDebugLog::__construct | function | src/ |
Constructs a RulesDebugLog object. |
RulesDebugLoggerChannel | class | src/ |
Logs rules log entries in the available loggers. |
RulesDebugLoggerChannel.php | file | src/ |
|
RulesDebugLoggerChannel::$config | property | src/ |
A configuration object with rules settings. |
RulesDebugLoggerChannel::$rulesDebugLog | property | src/ |
The Rules debug log. |
RulesDebugLoggerChannel::log | function | src/ |
Parent log() function is overridden to use microtime() for Rules execution times and to prepare additional variables to pass to the logger. These variables hold the extra call parameters used by RulesDebugLog for backtracing. These are passed in via… |
RulesDebugLoggerChannel::__construct | function | src/ |
Creates RulesDebugLoggerChannel object. |
RulesDebugLoggerChannelTest | class | tests/ |
@coversDefaultClass \Drupal\rules\Logger\RulesDebugLoggerChannel @group Rules |
RulesDebugLoggerChannelTest.php | file | tests/ |
|
RulesDebugLoggerChannelTest::$container | property | tests/ |
The Drupal service container. |
RulesDebugLoggerChannelTest::$rulesDebugLog | property | tests/ |
The Rules logger.rules_debug_log service. |
RulesDebugLoggerChannelTest::$rulesDebugLogger | property | tests/ |
The Rules logger.channel.rules_debug service. |
RulesDebugLoggerChannelTest::$session | property | tests/ |
The session service. |
RulesDebugLoggerChannelTest::providerTestLog | function | tests/ |
Data provider for self::testLog(). |
RulesDebugLoggerChannelTest::setUp | function | tests/ |
|
RulesDebugLoggerChannelTest::testLog | function | tests/ |
Tests LoggerChannel::log(). |
RulesDebugLogTest | class | tests/ |
Tests that the Rules UI pages are reachable. |
RulesDebugLogTest.php | file | tests/ |
|
RulesDebugLogTest::$modules | property | tests/ |
Modules to enable. |
RulesDebugLogTest::$profile | property | tests/ |
We use the minimal profile because we want to test local action links. |
RulesDebugLogTest::setUp | function | tests/ |
|
RulesDebugLogTest::testEventDebugLogMessage | function | tests/ |
Tests that entity CRUD events get fired only once. |
RulesDefaultEventHandler | class | src/ |
Default event handler class. |
RulesDefaultEventHandler.php | file | src/ |
|
RulesDefaultEventHandler::getContextDefinition | function | src/ |
Gets a specific context definition of the plugin. |
RulesDefaultEventHandler::getContextDefinitions | function | src/ |
Gets the context definitions of the event. |
RulesEmailTest | class | tests/ |
Tests that emails actually go out with the send email action. |
RulesEmailTest.php | file | tests/ |
|
RulesEmailTest::$actionManager | property | tests/ |
The action manager used to instantiate the action plugin. |
RulesEmailTest::$modules | property | tests/ |
Modules to enable. |
RulesEmailTest::setUp | function | tests/ |
|
RulesEmailTest::testSubjectAndBody | function | tests/ |
Checks the From: and Reply-to: headers. |
RulesEngineTest | class | tests/ |
Test using the Rules API to create and evaluate rules. |
Pagination
- Previous page
- Page 10
- Next page