source: sipei/modules/pathauto/pathauto.api.php @ fc0b1f8

drupal-6.x
Last change on this file since fc0b1f8 was ffa4103, checked in by Luis Peña <lpena@…>, 12 años ago

Cambiando el nombre de modulos a modules

  • Propiedad mode establecida a 100755
File size: 347 octetos
Línea 
1<?php
2// $Id: pathauto.api.php,v 1.2.4.2 2010/08/09 19:01:33 davereid Exp $
3
4/**
5 * @file
6 * Documentation for pathauto API.
7 *
8 * @see hook_token_info
9 * @see hook_tokens
10 */
11
12function hook_path_alias_types() {
13}
14
15function hook_pathauto($op) {
16}
17
18function hook_pathauto_bulkupdate() {
19}
20
21function hook_pathauto_alias_alter(&$alias, $context) {
22}
Nota: Vea TracBrowser para ayuda de uso del navegador del repositorio.