Calling all Drupal developers!
Help us get this on the first page of Digg. DIGG NOW!
Help us get this on the first page of Digg. DIGG NOW!
1.118 (checked in on 2008/06/20 at 20:01:01 by greggles)
Main file for the Pathauto module, which automatically generates aliases for content.
@ingroup pathauto
| Name | Description |
|---|---|
| pathauto_form_alter | Implementation of hook_form_alter(). |
| pathauto_help | Implementation of hook_help(). |
| pathauto_menu | Implementation of hook_menu(). |
| pathauto_nodeapi | Implementation of hook_nodeapi(). |
| pathauto_node_operations | Implementation of hook_node_operations(). |
| pathauto_node_operations_update | Callback function for updating node aliases. |
| pathauto_path_alias_types | Implementation of hook_path_alias_types(). |
| pathauto_perm | Implementation of hook_perm(). |
| pathauto_taxonomy | Implementation of hook_taxonomy(). |
| pathauto_token_list | Implementation of hook_token_list() for Pathauto specific tokens. |
| pathauto_token_values | Implementation of hook_token_values() for Pathauto specific tokens. |
| pathauto_user | Implementation of hook_user() for users, trackers, and blogs. |
| _pathauto_include | Include all Pathauto include files. |