You are here

function workflow_rules_rules_action_info_alter in Workflow 6

Same name and namespace in other branches
  1. 6.2 workflow_rules/workflow_rules.module \workflow_rules_rules_action_info_alter()

Implementation of hook_rules_action_info_alter().

File

workflow_rules/workflow_rules.module, line 95
Rules integration for the Workflow module

Code

function workflow_rules_rules_action_info_alter(&$actions) {
  $actions['rules_core_workflow_select_next_state_action']['module'] = 'Workflow';
  $actions['rules_core_workflow_select_given_state_action']['module'] = 'Workflow';
}