function hook_pathauto in Pathauto 6.2
Same name and namespace in other branches
- 6 pathauto.api.php \hook_pathauto()
- 7 pathauto.api.php \hook_pathauto()
5 functions implement hook_pathauto()
Note: this list is generated by pattern matching, so it may include some functions that are not actually implementations of this hook.
- blog_pathauto in ./
pathauto.module - Implements hook_pathauto() on behalf of blog.module.
- forum_pathauto in ./
pathauto.module - Implements hook_pathauto() on behalf of forum.module.
- node_pathauto in ./
pathauto.module - Implements hook_pathauto().
- taxonomy_pathauto in ./
pathauto.module - Implements hook_pathauto() on behalf of taxonomy.module.
- user_pathauto in ./
pathauto.module - Implements hook_pathauto() on behalf of user.module.
2 invocations of hook_pathauto()
- pathauto_bulk_update_form in ./
pathauto.admin.inc - Form contructor for path alias bulk update form.
- pathauto_patterns_form in ./
pathauto.admin.inc - Form builder; Configure the URL alias patterns.
File
- ./
pathauto.api.php, line 14 - Documentation for pathauto API.
Code
function hook_pathauto($op) {
}