pathauto.api.php in Pathauto 6
Same filename and directory in other branches
Documentation for pathauto API.
See also
hook_token_info
hook_tokens
File
pathauto.api.phpView source
<?php
/**
* @file
* Documentation for pathauto API.
*
* @see hook_token_info
* @see hook_tokens
*/
function hook_path_alias_types() {
}
function hook_pathauto($op) {
}
function hook_pathauto_bulkupdate() {
}
function hook_pathauto_alias_alter(&$alias, $context) {
}
Functions
Name | Description |
---|---|
hook_pathauto | |
hook_pathauto_alias_alter | |
hook_pathauto_bulkupdate | |
hook_path_alias_types | @file Documentation for pathauto API. |