You are here

function hook_pathauto_alias_alter in Pathauto 6

Same name and namespace in other branches
  1. 8 pathauto.api.php \hook_pathauto_alias_alter()
  2. 6.2 pathauto.api.php \hook_pathauto_alias_alter()
  3. 7 pathauto.api.php \hook_pathauto_alias_alter()
1 invocation of hook_pathauto_alias_alter()
pathauto_create_alias in ./pathauto.inc
Apply patterns to create an alias.

File

./pathauto.api.php, line 20
Documentation for pathauto API.

Code

function hook_pathauto_alias_alter(&$alias, $context) {
}