| ConditionManager::getDiscovery |
function |
src/Core/ConditionManager.php |
Gets the plugin discovery. |
| ConditionManagerTest |
class |
tests/src/Unit/Integration/Condition/ConditionManagerTest.php |
Tests the Rules condition manager. |
| ConditionManagerTest.php |
file |
tests/src/Unit/Integration/Condition/ConditionManagerTest.php |
|
| ConditionManagerTest::testContextDefinitionAnnotations |
function |
tests/src/Unit/Integration/Condition/ConditionManagerTest.php |
@covers ::getDiscovery[[api-linebreak]] |
| ConditionsFormTest |
class |
tests/src/Functional/ConditionsFormTest.php |
Tests that each Rules Condition can be edited. |
| ConditionsFormTest.php |
file |
tests/src/Functional/ConditionsFormTest.php |
|
| ConditionsFormTest::$account |
property |
tests/src/Functional/ConditionsFormTest.php |
A user account with administration permissions. |
| ConditionsFormTest::$modules |
property |
tests/src/Functional/ConditionsFormTest.php |
Modules to enable. |
| ConditionsFormTest::$profile |
property |
tests/src/Functional/ConditionsFormTest.php |
We use the minimal profile because we want to test local action links. |
| ConditionsFormTest::dataConditionsFormWidgets |
function |
tests/src/Functional/ConditionsFormTest.php |
Provides data for testConditionsFormWidgets(). |
| ConditionsFormTest::setUp |
function |
tests/src/Functional/ConditionsFormTest.php |
|
| ConditionsFormTest::testConditionsFormWidgets |
function |
tests/src/Functional/ConditionsFormTest.php |
Test each condition provided by Rules. |
| ConfigEntityDefaultsTest |
class |
tests/src/Kernel/ConfigEntityDefaultsTest.php |
Tests default config. |
| ConfigEntityDefaultsTest.php |
file |
tests/src/Kernel/ConfigEntityDefaultsTest.php |
|
| ConfigEntityDefaultsTest::$entityTypeManager |
property |
tests/src/Kernel/ConfigEntityDefaultsTest.php |
The entity type manager. |
| ConfigEntityDefaultsTest::$modules |
property |
tests/src/Kernel/ConfigEntityDefaultsTest.php |
Modules to enable. |
| ConfigEntityDefaultsTest::$storage |
property |
tests/src/Kernel/ConfigEntityDefaultsTest.php |
The entity storage for Rules config entities. |
| ConfigEntityDefaultsTest::$strictConfigSchema |
property |
tests/src/Kernel/ConfigEntityDefaultsTest.php |
Ensure strict config schema checking. |
| ConfigEntityDefaultsTest::setUp |
function |
tests/src/Kernel/ConfigEntityDefaultsTest.php |
|
| ConfigEntityDefaultsTest::testDefaultComponents |
function |
tests/src/Kernel/ConfigEntityDefaultsTest.php |
Tests Rules default components. |
| ConfigEntityTest |
class |
tests/src/Kernel/ConfigEntityTest.php |
Tests storage and loading of Rules config entities. |
| ConfigEntityTest.php |
file |
tests/src/Kernel/ConfigEntityTest.php |
|
| ConfigEntityTest::$storage |
property |
tests/src/Kernel/ConfigEntityTest.php |
The entity storage for Rules config entities. |
| ConfigEntityTest::setUp |
function |
tests/src/Kernel/ConfigEntityTest.php |
|
| ConfigEntityTest::testConfigAction |
function |
tests/src/Kernel/ConfigEntityTest.php |
Tests saving the configuration of an action and then loading it again. |
| ConfigEntityTest::testConfigRule |
function |
tests/src/Kernel/ConfigEntityTest.php |
Tests saving the nested config of a rule and then loading it again. |
| ConfigEntityTest::testContextDefinitionExport |
function |
tests/src/Kernel/ConfigEntityTest.php |
Make sure that expressions using context definitions can be exported. |
| ConfigEntityTest::testReactionRuleSaving |
function |
tests/src/Kernel/ConfigEntityTest.php |
Tests that a reaction rule config entity can be saved. |
| ConfigEntityTest::testSavingEmptyRule |
function |
tests/src/Kernel/ConfigEntityTest.php |
Tests that an empty rule configuration can be saved. |
| ConfigSchemaTest |
class |
tests/src/Kernel/ConfigSchemaTest.php |
Tests that action specific config schema works. |
| ConfigSchemaTest.php |
file |
tests/src/Kernel/ConfigSchemaTest.php |
|
| ConfigSchemaTest::$storage |
property |
tests/src/Kernel/ConfigSchemaTest.php |
The entity storage for Rules config entities. |
| ConfigSchemaTest::setUp |
function |
tests/src/Kernel/ConfigSchemaTest.php |
|
| ConfigSchemaTest::testMailActionContextSchema |
function |
tests/src/Kernel/ConfigSchemaTest.php |
Make sure the system send email config schema works on saving. |
| ConfigurableEventHandlerBase |
class |
src/EventHandler/ConfigurableEventHandlerBase.php |
Base class for event handler. |
| ConfigurableEventHandlerBase.php |
file |
src/EventHandler/ConfigurableEventHandlerBase.php |
|
| ConfigurableEventHandlerBase::$configuration |
property |
src/EventHandler/ConfigurableEventHandlerBase.php |
The event configuration. |
| ConfigurableEventHandlerBase::defaultConfiguration |
function |
src/EventHandler/ConfigurableEventHandlerBase.php |
Gets default configuration for this plugin. |
| ConfigurableEventHandlerBase::extractConfigurationFormValues |
function |
src/EventHandler/ConfigurableEventHandlerBase.php |
Extract the form values and update the event configuration. |
| ConfigurableEventHandlerBase::getConfiguration |
function |
src/EventHandler/ConfigurableEventHandlerBase.php |
Gets this plugin's configuration. |
| ConfigurableEventHandlerBase::setConfiguration |
function |
src/EventHandler/ConfigurableEventHandlerBase.php |
Sets the configuration for this plugin instance. |
| ConfigurableEventHandlerEntityBundle |
class |
src/EventHandler/ConfigurableEventHandlerEntityBundle.php |
Exposes the bundle of an entity as event setting. |
| ConfigurableEventHandlerEntityBundle.php |
file |
src/EventHandler/ConfigurableEventHandlerEntityBundle.php |
|
| ConfigurableEventHandlerEntityBundle::buildConfigurationForm |
function |
src/EventHandler/ConfigurableEventHandlerEntityBundle.php |
Builds the event configuration form. |
| ConfigurableEventHandlerEntityBundle::determineQualifiedEvents |
function |
src/EventHandler/ConfigurableEventHandlerEntityBundle.php |
Determines the qualified event names for the dispatched event. |
| ConfigurableEventHandlerEntityBundle::getEventNameSuffix |
function |
src/EventHandler/ConfigurableEventHandlerEntityBundle.php |
Provides the event name suffix based upon the plugin configuration. |
| ConfigurableEventHandlerEntityBundle::refineContextDefinitions |
function |
src/EventHandler/ConfigurableEventHandlerEntityBundle.php |
Refines provided context definitions based upon plugin configuration. |
| ConfigurableEventHandlerEntityBundle::summary |
function |
src/EventHandler/ConfigurableEventHandlerEntityBundle.php |
Provides a human readable summary of the event's configuration. |
| ConfigurableEventHandlerEntityBundle::validate |
function |
src/EventHandler/ConfigurableEventHandlerEntityBundle.php |
Validates that this event is configured correctly. |
| ConfigurableEventHandlerTest |
class |
tests/src/Kernel/ConfigurableEventHandlerTest.php |
Tests events with qualified name. |