You are here

pathauto.api.php in Pathauto 6

Same filename and directory in other branches
  1. 8 pathauto.api.php
  2. 6.2 pathauto.api.php
  3. 7 pathauto.api.php

Documentation for pathauto API.

See also

hook_token_info

hook_tokens

File

pathauto.api.php
View 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