You are here

function rules_action_node_path_alias_form in Rules 6

Related topics

File

rules/modules/path.rules_forms.inc, line 107
Rules configuration forms for the path module

Code

function rules_action_node_path_alias_form($settings, &$form) {
  rules_action_path_alias_form($settings, $form);

  // Remove the unneeded src field.
  unset($form['settings']['src']);
}