Search for execute

  1. Search 7.x-2.x for execute
  2. Other projects
Title Object type File name Summary
RulesComponent::executeWithArguments function src/Engine/RulesComponent.php Executes the component with the given values.
RulesComponentAction::execute function src/Plugin/RulesAction/RulesComponentAction.php Executes the plugin.
RulesComponentActionTest::testExecute function tests/src/Unit/Integration/RulesAction/RulesComponentActionTest.php Tests that the execution of the action invokes the Rules component.
RulesConditionContainerTest::testExecute function tests/src/Unit/RulesConditionContainerTest.php Tests executing the condition container.
SendAccountEmail::doExecute function src/Plugin/RulesAction/SendAccountEmail.php Send account email.
SystemEmailToUsersOfRole::doExecute function src/Plugin/RulesAction/SystemEmailToUsersOfRole.php Sends an email to all users of the specified role(s).
SystemMessage::doExecute function src/Plugin/RulesAction/SystemMessage.php Set a system message.
SystemPageRedirect::doExecute function src/Plugin/RulesAction/SystemPageRedirect.php Redirect to a provided url at the end of the request.
SystemSendEmail::doExecute function src/Plugin/RulesAction/SystemSendEmail.php Send a system email.
TestActionSetExpression::executeWithState function tests/src/Unit/ActionSetExpressionTest.php Execute the expression with a given Rules state.
TestDebugLogAction::doExecute function tests/modules/rules_test/src/Plugin/RulesAction/TestDebugLogAction.php Writes an error message to the debug log.
TestNodeAction::doExecute function tests/modules/rules_test/src/Plugin/RulesAction/TestNodeAction.php Sets the node title.
TestStringAction::doExecute function tests/modules/rules_test/src/Plugin/RulesAction/TestStringAction.php Concatenates the text with itself.
UnBanIp::doExecute function src/Plugin/RulesAction/UnBanIp.php Executes the UnBanIP action with the given context.
UserBlock::doExecute function src/Plugin/RulesAction/UserBlock.php Block a user.
UserRoleAdd::doExecute function src/Plugin/RulesAction/UserRoleAdd.php Assign role to a user.
UserRoleRemove::doExecute function src/Plugin/RulesAction/UserRoleRemove.php Remove role from a user.
UserUnblock::doExecute function src/Plugin/RulesAction/UserUnblock.php Unblock a user.
VariableAdd::doExecute function src/Plugin/RulesAction/VariableAdd.php Add a variable.
VariableAddTest::testExecute function tests/src/Unit/Integration/RulesAction/VariableAddTest.php Test the action execution.