New module 'Pathauto'
This commit is contained in:
parent
3563734b2c
commit
0197478295
17 changed files with 5146 additions and 0 deletions
21
modules/pathauto/pathauto.api.php
Normal file
21
modules/pathauto/pathauto.api.php
Normal file
|
@ -0,0 +1,21 @@
|
|||
<?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) {
|
||||
}
|
Reference in a new issue