Forked from
UNL Information Services / UNL-CMS
798 commits behind the upstream repository.
-
Tim Steiner authored
git-svn-id: file:///tmp/wdn_thm_drupal/branches/drupal-7.x/staging@500 20a16fea-79d4-4915-8869-1ea9d5ebf173
Tim Steiner authoredgit-svn-id: file:///tmp/wdn_thm_drupal/branches/drupal-7.x/staging@500 20a16fea-79d4-4915-8869-1ea9d5ebf173
pathauto.api.php 308 B
<?php
// $Id: pathauto.api.php,v 1.2 2010/08/08 23:46:36 davereid Exp $
/**
* @file
* Documentation for pathauto API.
*
* @see hook_token_info
* @see hook_tokens
*/
function hook_path_alias_types() {
}
function hook_pathauto($op) {
}
function hook_pathauto_alias_alter(&$alias, array $context) {
}