New module 'Pathauto'

This commit is contained in:
Manuel Cillero 2017-07-26 11:10:32 +02:00
parent 3563734b2c
commit 0197478295
17 changed files with 5146 additions and 0 deletions

View 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) {
}