You are here

function path_redirect_action_create_submit in Path redirect 5

File

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

Code

function path_redirect_action_create_submit($form_id, $form_values) {
  return workflow_ng_token_get_settings(array(
    'path',
    'redirect',
    'query',
    'fragment',
    'type',
  ), $form_values);
}