You are here

function hook_pathauto in Pathauto 6

Same name and namespace in other branches
  1. 6.2 pathauto.api.php \hook_pathauto()
  2. 7 pathauto.api.php \hook_pathauto()
7 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_user.inc
Implements hook_pathauto().
contact_pathauto in ./pathauto_user.inc
Implements hook_pathauto().
forum_pathauto in ./pathauto_taxonomy.inc
Implementation of hook_pathauto() for forum module.
node_pathauto in ./pathauto_node.inc
Implements hook_pathauto().
taxonomy_pathauto in ./pathauto_taxonomy.inc
Implements hook_pathauto().

... See full list

1 invocation of hook_pathauto()
pathauto_admin_settings in ./pathauto.admin.inc
Form builder; Configure the Pathauto system.

File

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

Code

function hook_pathauto($op) {
}