| RulesIntegrationTestBase::$moduleHandler |
property |
tests/src/Unit/Integration/RulesIntegrationTestBase.php |
|
| RulesIntegrationTestBase::$namespaces |
property |
tests/src/Unit/Integration/RulesIntegrationTestBase.php |
All setup'ed namespaces. |
| RulesIntegrationTestBase::$placeholderResolver |
property |
tests/src/Unit/Integration/RulesIntegrationTestBase.php |
The placeholder resolver service. |
| RulesIntegrationTestBase::$rulesDataProcessorManager |
property |
tests/src/Unit/Integration/RulesIntegrationTestBase.php |
|
| RulesIntegrationTestBase::$rulesExpressionManager |
property |
tests/src/Unit/Integration/RulesIntegrationTestBase.php |
|
| RulesIntegrationTestBase::$typedDataManager |
property |
tests/src/Unit/Integration/RulesIntegrationTestBase.php |
|
| RulesIntegrationTestBase::constructModulePath |
function |
tests/src/Unit/Integration/RulesIntegrationTestBase.php |
Determines the path to a module's class files. |
| RulesIntegrationTestBase::enableModule |
function |
tests/src/Unit/Integration/RulesIntegrationTestBase.php |
Fakes the enabling of a module and adds its namespace for plugin loading. |
| RulesIntegrationTestBase::getTypedData |
function |
tests/src/Unit/Integration/RulesIntegrationTestBase.php |
Returns a typed data object. |
| RulesIntegrationTestBase::prophesizeEntity |
function |
tests/src/Unit/Integration/RulesIntegrationTestBase.php |
Helper method to mock irrelevant cache methods on entities. |
| RulesIntegrationTestBase::setUp |
function |
tests/src/Unit/Integration/RulesIntegrationTestBase.php |
|
| RulesIntegrationTestCase |
class |
d7-tests/rules_integration_test_case.test |
Tests provided module integration. |
| RulesIntegrationTestCase::getInfo |
function |
d7-tests/rules_integration_test_case.test |
|
| RulesIntegrationTestCase::setUp |
function |
d7-tests/rules_integration_test_case.test |
|
| RulesIntegrationTestCase::testAccessCallbacks |
function |
d7-tests/rules_integration_test_case.test |
Just make sure the access callback run without errors. |
| RulesIntegrationTestCase::testDataIntegration |
function |
d7-tests/rules_integration_test_case.test |
Test data integration. |
| RulesIntegrationTestCase::testEntityIntegration |
function |
d7-tests/rules_integration_test_case.test |
Tests entity related integration. |
| RulesIntegrationTestCase::testNodeIntegration |
function |
d7-tests/rules_integration_test_case.test |
Test integration for the node module. |
| RulesIntegrationTestCase::testPathIntegration |
function |
d7-tests/rules_integration_test_case.test |
Tests the path module integration. |
| RulesIntegrationTestCase::testPHPIntegration |
function |
d7-tests/rules_integration_test_case.test |
Test integration for the php module. |
| RulesIntegrationTestCase::testRulesCoreIntegration |
function |
d7-tests/rules_integration_test_case.test |
Test the "rules_core" integration. |
| RulesIntegrationTestCase::testSystemIntegration |
function |
d7-tests/rules_integration_test_case.test |
Test site/system integration. |
| RulesIntegrationTestCase::testTaxonomyIntegration |
function |
d7-tests/rules_integration_test_case.test |
Test integration for the taxonomy module. |
| RulesIntegrationTestCase::testUserIntegration |
function |
d7-tests/rules_integration_test_case.test |
Test integration for the user module. |
| RulesKernelTestBase |
class |
tests/src/Kernel/RulesKernelTestBase.php |
Base class for Rules Drupal unit tests. |
| RulesKernelTestBase.php |
file |
tests/src/Kernel/RulesKernelTestBase.php |
|
| RulesKernelTestBase::$conditionManager |
property |
tests/src/Kernel/RulesKernelTestBase.php |
The condition plugin manager. |
| RulesKernelTestBase::$debugLog |
property |
tests/src/Kernel/RulesKernelTestBase.php |
Rules debug log. |
| RulesKernelTestBase::$expressionManager |
property |
tests/src/Kernel/RulesKernelTestBase.php |
The expression plugin manager. |
| RulesKernelTestBase::$logger |
property |
tests/src/Kernel/RulesKernelTestBase.php |
Rules debug logger channel. |
| RulesKernelTestBase::$messenger |
property |
tests/src/Kernel/RulesKernelTestBase.php |
The messenger service. |
| RulesKernelTestBase::$modules |
property |
tests/src/Kernel/RulesKernelTestBase.php |
Modules to enable. |
| RulesKernelTestBase::$time |
property |
tests/src/Kernel/RulesKernelTestBase.php |
The datetime.time service. |
| RulesKernelTestBase::$typedDataManager |
property |
tests/src/Kernel/RulesKernelTestBase.php |
The typed data manager. |
| RulesKernelTestBase::assertRulesDebugLogEntryExists |
function |
tests/src/Kernel/RulesKernelTestBase.php |
Checks if particular message is in the log with given delta. |
| RulesKernelTestBase::assertRulesDebugLogEntryNotExists |
function |
tests/src/Kernel/RulesKernelTestBase.php |
Checks if particular message is NOT in the log. |
| RulesKernelTestBase::createCondition |
function |
tests/src/Kernel/RulesKernelTestBase.php |
Creates a new condition. |
| RulesKernelTestBase::setUp |
function |
tests/src/Kernel/RulesKernelTestBase.php |
|
| RulesLog |
class |
src/Logger/RulesLog.php |
Logger that dispatches a SystemLoggerEvent when a logger entry is made. |
| RulesLog.php |
file |
src/Logger/RulesLog.php |
|
| RulesLog::$dispatcher |
property |
src/Logger/RulesLog.php |
The event_dispatcher service. |
| RulesLog::$parser |
property |
src/Logger/RulesLog.php |
The message's placeholders parser. |
| RulesLog::log |
function |
src/Logger/RulesLog.php |
@todo Create a TypedData logger-entry object. |
| RulesLog::__construct |
function |
src/Logger/RulesLog.php |
Constructs a new instance. |
| RulesReactionController |
class |
src/Controller/RulesReactionController.php |
Controller methods for Reaction rules. |
| RulesReactionController.php |
file |
src/Controller/RulesReactionController.php |
|
| RulesReactionController::disableConfig |
function |
src/Controller/RulesReactionController.php |
Disables a reaction rule. |
| RulesReactionController::enableConfig |
function |
src/Controller/RulesReactionController.php |
Enables a reaction rule. |
| RulesReactionListBuilder |
class |
src/Controller/RulesReactionListBuilder.php |
Defines a class to build a listing of ReactionRuleConfig entities. |
| RulesReactionListBuilder.php |
file |
src/Controller/RulesReactionListBuilder.php |
|