You are here

function hook_path_alias_types in Pathauto 6

Same name and namespace in other branches
  1. 6.2 pathauto.api.php \hook_path_alias_types()
  2. 7 pathauto.api.php \hook_path_alias_types()

@file Documentation for pathauto API.

See also

hook_token_info

hook_tokens

1 function implements hook_path_alias_types()

Note: this list is generated by pattern matching, so it may include some functions that are not actually implementations of this hook.

pathauto_path_alias_types in ./pathauto.module
Implementation of hook_path_alias_types().
2 invocations of hook_path_alias_types()
pathauto_admin_delete in ./pathauto.admin.inc
Menu callback; select certain alias types to delete.
pathauto_admin_delete_submit in ./pathauto.admin.inc
Process pathauto_admin_delete form submissions.

File

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

Code

function hook_path_alias_types() {
}