Search for execute

  1. Search 8.x-3.x for execute
  2. Other projects
Title Object type File name Summary
hook_rules_config_execute function ./rules.api.php Respond to rules configuration execution.
RulesAbstractPlugin::executeByArgs function includes/rules.core.inc Execute the configuration by passing arguments in a single array.
RulesAbstractPlugin::executeCallback function includes/rules.core.inc Execute the configured execution callback and log that.
RulesAbstractPluginDefaults::execute function includes/rules.core.inc Executes the action or condition making use of the parameters as specified.
RulesAction::executeCallback function includes/rules.plugins.inc Execute the callback and update/save data as specified by the action.
RulesActionInterface::execute function includes/rules.core.inc
RulesCondition::executeCallback function includes/rules.plugins.inc Execute the configured execution callback and log that.
RulesConditionInterface::execute function includes/rules.core.inc
RulesContainerPlugin::executeByArgs function includes/rules.core.inc Executes container with the given arguments.
RulesEventSet::executeByArgs function includes/rules.plugins.inc Executes container with the given arguments.
RulesNodeConditionPromoted::execute function modules/node.eval.inc Executes the condition.
RulesNodeConditionPublished::execute function modules/node.eval.inc Executes the condition.
RulesNodeConditionSticky::execute function modules/node.eval.inc Executes the condition.
RulesNodeConditionType::execute function modules/node.eval.inc Executes the condition.
RulesPlugin::execute function includes/rules.core.inc Execute the configuration.
RulesPlugin::executeByArgs function includes/rules.core.inc Execute the configuration by passing arguments in a single array.
RulesPluginImplInterface::execute function includes/rules.core.inc Executes the action or condition making use of the parameters as specified.
RulesTestClassAction::execute function tests/rules_test.rules.inc Executes the action.
rules_execute_php_eval function modules/php.eval.inc Action and condition callback: Execute PHP code.
rules_execute_php_eval_dependencies function modules/php.rules.inc Specify the php module as dependency.
rules_execute_php_eval_form_alter function modules/php.rules.inc Alter the form for improved UX.
rules_execute_php_eval_process function modules/php.rules.inc Process the settings to prepare code execution.
rules_ui_form_execute_rules_config function ui/ui.forms.inc Configuration form to directly execute a rules configuration.
rules_ui_form_execute_rules_config_submit function ui/ui.forms.inc Submit callback for directly executing a component.