You are here

function rules_path_clean_pathauto in Rules 7.2

Pathauto path cleaning callback.

See also

rules_admin_settings()

Related topics

File

modules/path.eval.inc, line 145
Contains rules integration for the path module needed during evaluation.

Code

function rules_path_clean_pathauto($path) {
  module_load_include('inc', 'pathauto');
  return pathauto_cleanstring($path);
}