ConfigurableEventHandlerTest.php |
file |
tests/src/Kernel/ConfigurableEventHandlerTest.php |
|
ConfigurableEventHandlerTest::$modules |
property |
tests/src/Kernel/ConfigurableEventHandlerTest.php |
Modules to enable. |
ConfigurableEventHandlerTest::$node |
property |
tests/src/Kernel/ConfigurableEventHandlerTest.php |
A node used for testing. |
ConfigurableEventHandlerTest::$storage |
property |
tests/src/Kernel/ConfigurableEventHandlerTest.php |
The entity storage for Rules config entities. |
ConfigurableEventHandlerTest::setUp |
function |
tests/src/Kernel/ConfigurableEventHandlerTest.php |
|
ConfigurableEventHandlerTest::testConfigurableEventHandler |
function |
tests/src/Kernel/ConfigurableEventHandlerTest.php |
Tests ConfigurableEventHandlerEntityBundle. |
ConfigurationAccessControlInterface |
interface |
src/Core/ConfigurationAccessControlInterface.php |
Defines a configuration permission control interface. |
ConfigurationAccessControlInterface.php |
file |
src/Core/ConfigurationAccessControlInterface.php |
|
ConfigurationAccessControlInterface::checkConfigurationAccess |
function |
src/Core/ConfigurationAccessControlInterface.php |
Check configuration access. |
ConfigurationAccessControlTrait |
trait |
src/Core/ConfigurationAccessControlTrait.php |
Implements access related functions for plugins. |
ConfigurationAccessControlTrait.php |
file |
src/Core/ConfigurationAccessControlTrait.php |
|
ConfigurationAccessControlTrait::checkConfigurationAccess |
function |
src/Core/ConfigurationAccessControlTrait.php |
Checks configuration permission. |
ConfigureAndExecuteTest |
class |
tests/src/Functional/ConfigureAndExecuteTest.php |
Tests that a rule can be configured and triggered when a node is edited. |
ConfigureAndExecuteTest.php |
file |
tests/src/Functional/ConfigureAndExecuteTest.php |
|
ConfigureAndExecuteTest::$account |
property |
tests/src/Functional/ConfigureAndExecuteTest.php |
A user with administration permissions. |
ConfigureAndExecuteTest::$expressionManager |
property |
tests/src/Functional/ConfigureAndExecuteTest.php |
The Rules expression manager. |
ConfigureAndExecuteTest::$modules |
property |
tests/src/Functional/ConfigureAndExecuteTest.php |
Modules to enable. |
ConfigureAndExecuteTest::$profile |
property |
tests/src/Functional/ConfigureAndExecuteTest.php |
We use the minimal profile because we want to test local action links. |
ConfigureAndExecuteTest::$storage |
property |
tests/src/Functional/ConfigureAndExecuteTest.php |
The entity storage for Rules config entities. |
ConfigureAndExecuteTest::createRule |
function |
tests/src/Functional/ConfigureAndExecuteTest.php |
Helper function to create a reaction rule. |
ConfigureAndExecuteTest::setUp |
function |
tests/src/Functional/ConfigureAndExecuteTest.php |
|
ConfigureAndExecuteTest::testAddEventAndExecute |
function |
tests/src/Functional/ConfigureAndExecuteTest.php |
Tests adding an event and then triggering its execution. |
ConfigureAndExecuteTest::testAssignmentRestriction |
function |
tests/src/Functional/ConfigureAndExecuteTest.php |
Tests the implementation of assignment restriction in context form. |
ConfigureAndExecuteTest::testConfigureAndExecute |
function |
tests/src/Functional/ConfigureAndExecuteTest.php |
Tests creation of a rule and then triggering its execution. |
ConfigureAndExecuteTest::testDeleteEventAndExecute |
function |
tests/src/Functional/ConfigureAndExecuteTest.php |
Tests deleting an event and then triggering its execution. |
ConfigureAndExecuteTest::testMultipleInputContext |
function |
tests/src/Functional/ConfigureAndExecuteTest.php |
Tests user input in context form for 'multiple' valued context variables. |
ConfigureAndExecuteTest::testTwoRulesSameEvent |
function |
tests/src/Functional/ConfigureAndExecuteTest.php |
Tests creating and altering two rules reacting on the same event. |
ConfigureAndExecuteTest::testUpcastInAction |
function |
tests/src/Functional/ConfigureAndExecuteTest.php |
Tests upcasting in an action. |
ConfigureAndExecuteTest::testUpcastInCondition |
function |
tests/src/Functional/ConfigureAndExecuteTest.php |
Tests upcasting in a condition. |
ContextAwarePluginInterface |
interface |
src/Context/ContextAwarePluginInterface.php |
Rules extension of ContextAwarePluginInterface. |
ContextAwarePluginInterface.php |
file |
src/Context/ContextAwarePluginInterface.php |
|
ContextAwarePluginInterface::assertMetadata |
function |
src/Context/ContextAwarePluginInterface.php |
Asserts additional metadata for the selected data. |
ContextAwarePluginInterface::refineContextDefinitions |
function |
src/Context/ContextAwarePluginInterface.php |
Refines used and provided context definitions based upon context values. |
ContextConfig |
class |
src/Context/ContextConfig.php |
Class for value objects helping with context configuration. |
ContextConfig.php |
file |
src/Context/ContextConfig.php |
|
ContextConfig::$config |
property |
src/Context/ContextConfig.php |
The config array. |
ContextConfig::checkConfig |
function |
src/Context/ContextConfig.php |
Checks the config for the given plugin. |
ContextConfig::create |
function |
src/Context/ContextConfig.php |
Creates a context config object. |
ContextConfig::map |
function |
src/Context/ContextConfig.php |
Maps the data specified by the selector to the given context. |
ContextConfig::negateResult |
function |
src/Context/ContextConfig.php |
Negates the result of the plugin (or not). |
ContextConfig::process |
function |
src/Context/ContextConfig.php |
Configures a data processor for the given context. |
ContextConfig::provideAs |
function |
src/Context/ContextConfig.php |
Maps the name of a provided context. |
ContextConfig::setConfigKey |
function |
src/Context/ContextConfig.php |
Sets an arbitrary configuration value under the given key. |
ContextConfig::setValue |
function |
src/Context/ContextConfig.php |
Sets a pre-defined value for the given context. |
ContextConfig::toArray |
function |
src/Context/ContextConfig.php |
Exports the configuration to an array. |
ContextConfig::__construct |
function |
src/Context/ContextConfig.php |
Constructs the object. |
ContextDefinition |
class |
src/Context/Annotation/ContextDefinition.php |
Extends the core context definition annotation object for Rules. |
ContextDefinition |
class |
src/Context/ContextDefinition.php |
Extends the core context definition class with useful methods. |
ContextDefinition.php |
file |
src/Context/ContextDefinition.php |
|
ContextDefinition.php |
file |
src/Context/Annotation/ContextDefinition.php |
|