function hook_pathauto_alias_alter in Pathauto 6
Same name and namespace in other branches
- 8 pathauto.api.php \hook_pathauto_alias_alter()
- 6.2 pathauto.api.php \hook_pathauto_alias_alter()
- 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) {
}