You are here

function path_redirect_condition_path_has_redirect_submit in Path redirect 5

File

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

Code

function path_redirect_condition_path_has_redirect_submit($form_id, $form_values) {
  return workflow_ng_token_get_settings(array(
    'path',
  ), $form_values);
}