Search for actions

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