Search for actions
| Title | Object type | File name | Summary |
|---|---|---|---|
| ActionContainerForm::$actionSet | property | src/ |
The rule expression object this form is for. |
| ActionExpressionContainer::$actions | property | src/ |
List of actions that will be executed. |
| ActionSetExpression | class | src/ |
Holds a set of actions and executes all of them. |
| ActionSetExpression.php | file | src/ |
|
| ActionSetExpression::allowsMetadataAssertions | function | src/ |
Determines whether child-expressions are allowed to assert metadata. |
| ActionSetExpression::executeWithState | function | src/ |
Execute the expression with a given Rules state. |
| ActionSetExpressionTest | class | tests/ |
@coversDefaultClass \Drupal\rules\Plugin\RulesExpression\ActionSetExpression[[api-linebreak]] @group Rules |
| ActionSetExpressionTest.php | file | tests/ |
|
| ActionSetExpressionTest::$actionSet | property | tests/ |
The action set being tested. |
| ActionSetExpressionTest::setUp | function | tests/ |
|
| ActionSetExpressionTest::testActionExecution | function | tests/ |
Tests that an action in the set fires. |
| ActionSetExpressionTest::testDeletingAction | function | tests/ |
Tests deleting an action from the container. |
| ActionSetExpressionTest::testEvaluationOrder | function | tests/ |
Tests evaluation order with two actions. |
| ActionSetExpressionTest::testLookupAction | function | tests/ |
Tests that a nested action can be retrieved by UUID. |
| ActionSetExpressionTest::testNestedActionExecution | function | tests/ |
Tests that nested action sets work. |
| ActionSetExpressionTest::testTwoActionExecution | function | tests/ |
Tests that two actions in the set fire both. |
| ActionsFormTest | class | tests/ |
Tests that each Rules Action can be edited. |
| ActionsFormTest.php | file | tests/ |
|
| ActionsFormTest::$account | property | tests/ |
A user account with administration permissions. |
| ActionsFormTest::$modules | property | tests/ |
Modules to enable. |
| ActionsFormTest::$profile | property | tests/ |
We use the minimal profile because we want to test local action links. |
| ActionsFormTest::dataActionsFormWidgets | function | tests/ |
Provides data for testActionsFormWidgets(). |
| ActionsFormTest::setUp | function | tests/ |
|
| ActionsFormTest::testActionsFormWidgets | function | tests/ |
Test each action provided by Rules. |
| AddEventForm::actions | function | src/ |
|
| ExpressionManager::createActionSet | function | src/ |
Creates a new action set. |
| ExpressionManagerInterface::createActionSet | function | src/ |
Creates a new action set. |
| ReactionRuleAddForm::actions | function | src/ |
Returns an array of supported actions for the current entity form. |
| ReactionRuleEditForm::actions | function | src/ |
Returns an array of supported actions for the current entity form. |
| RuleExpression::$actions | property | src/ |
List of actions that get executed if the conditions are met. |
| RuleExpression::getActions | function | src/ |
Returns the actions of this rule. |
| RuleExpression::setActions | function | src/ |
Sets the action container. |
| RuleExpressionInterface::getActions | function | src/ |
Returns the actions of this rule. |
| RuleExpressionInterface::setActions | function | src/ |
Sets the action container. |
| RuleExpressionTest::$actions | property | tests/ |
The primary action container of the rule. |
| RuleExpressionTest::testSetActionsGetActions | function | tests/ |
Tests the condition container setter and getter. |
| RulesCommands::listActions | function | src/ |
Show a list of Rules actions. |
| RulesComponentAddForm::actions | function | src/ |
Returns an array of supported actions for the current entity form. |
| RulesComponentEditForm::actions | function | src/ |
Returns an array of supported actions for the current entity form. |
| RulesTestCase::testActionSaving | function | d7-tests/ |
Test automatic saving of variables. |
| RulesTestCase::testActionSetup | function | d7-tests/ |
Test setting up an action with some action_info and serializing and executing it. |
| RulesTestCase::testClassBasedActions | function | d7-tests/ |
Tests making use of class based actions. |
| TestActionSetExpression | class | tests/ |
A wrapper around ActionSetExpression. |
| TestActionSetExpression::executeWithState | function | tests/ |
Execute the expression with a given Rules state. |