You are here

function path_redirect_action_create_form in Path redirect 5

File

./path_redirect_workflow.inc, line 73
Workflow-ng integration for the path_redirect module

Code

function path_redirect_action_create_form($settings = array(), $argument_info) {
  $form = path_redirect_edit($settings);
  $form['submit'] = NULL;
  workflow_ng_token_replacement_help($form, $argument_info);
  return $form;
}