Search for execute

  1. Search 7.x-2.x for execute
  2. Other projects
Title Object type File name Summary
ActionExpression::executeWithState function src/Plugin/RulesExpression/ActionExpression.php Execute the expression with a given Rules state.
ActionSetExpression::executeWithState function src/Plugin/RulesExpression/ActionSetExpression.php Execute the expression with a given Rules state.
BanIp::doExecute function src/Plugin/RulesAction/BanIp.php Executes the BanIP action with the given context.
ConditionExpression::executeWithState function src/Plugin/RulesExpression/ConditionExpression.php Execute the expression with a given Rules state.
ConditionExpressionContainer::executeWithState function src/Engine/ConditionExpressionContainer.php Execute the expression with a given Rules state.
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.
DataCalculateValue::doExecute function src/Plugin/RulesAction/DataCalculateValue.php Executes the action with the given context.
DataConvert::doExecute function src/Plugin/RulesAction/DataConvert.php Executes the plugin.
DataConvertTest::executeAction function tests/src/Unit/Integration/RulesAction/DataConvertTest.php Shortcut method to execute the convert action and to avoid duplicate code.
DataListItemAdd::doExecute function src/Plugin/RulesAction/DataListItemAdd.php Add an item to a list.
DataListItemRemove::doExecute function src/Plugin/RulesAction/DataListItemRemove.php Removes an item from a list.
DataSet::doExecute function src/Plugin/RulesAction/DataSet.php Executes the Plugin.
EntityCreate::execute function src/Plugin/RulesAction/EntityCreate.php Executes the plugin.
EntityDelete::doExecute function src/Plugin/RulesAction/EntityDelete.php Deletes the Entity.
EntityFetchByField::doExecute function src/Plugin/RulesAction/EntityFetchByField.php Executes the action with the given context.
EntityFetchById::doExecute function src/Plugin/RulesAction/EntityFetchById.php Executes the action with the given context.
EntityPathAliasCreate::doExecute function src/Plugin/RulesAction/EntityPathAliasCreate.php Creates entity path alias.
EntitySave::doExecute function src/Plugin/RulesAction/EntitySave.php Saves the Entity.
ExpressionBase::execute function src/Engine/ExpressionBase.php Executes a rules expression.
ExpressionInterface::executeWithState function src/Engine/ExpressionInterface.php Execute the expression with a given Rules state.
LoopExpression::executeWithState function src/Plugin/RulesExpression/LoopExpression.php Execute the expression with a given Rules state.
NodeMakeSticky::doExecute function src/Plugin/RulesAction/NodeMakeSticky.php Executes the action with the given context.
NodeMakeUnsticky::doExecute function src/Plugin/RulesAction/NodeMakeUnsticky.php Executes the action with the given context.
NodePromote::doExecute function src/Plugin/RulesAction/NodePromote.php Executes the action with the given context.
NodePublish::doExecute function src/Plugin/RulesAction/NodePublish.php Publishes the content.
NodeUnpromote::doExecute function src/Plugin/RulesAction/NodeUnpromote.php Executes the action with the given context.
NodeUnpublish::doExecute function src/Plugin/RulesAction/NodeUnpublish.php Unpublishes the Node.
PathAliasCreate::doExecute function src/Plugin/RulesAction/PathAliasCreate.php Creates an alias for an existing path.
PathAliasDeleteByAlias::doExecute function src/Plugin/RulesAction/PathAliasDeleteByAlias.php Delete an existing alias.
PathAliasDeleteByPath::doExecute function src/Plugin/RulesAction/PathAliasDeleteByPath.php Delete existing aliases for a given path.
RuleExpression::executeWithState function src/Plugin/RulesExpression/RuleExpression.php Execute the expression with a given Rules state.
RulesActionBase::execute function src/Core/RulesActionBase.php Executes the plugin.
RulesActionBase::executeMultiple function src/Core/RulesActionBase.php @todo this documentation is not actually inherited from any interface.
Do we need this empty implementation?
RulesComponent::execute function src/Engine/RulesComponent.php Executes the component with the previously set context.