path.module
Version
1.83.2.3 (checked in on 2007/01/04 at 22:01:17 by killes)
Description
Enables users to rename URLs.
Functions
| Name | Description |
|---|---|
| path_admin | Menu callback; presents an overview of all URL aliases. |
| path_admin_delete | Post-confirmation; delete an URL alias. |
| path_admin_delete_confirm | Menu callback; confirms deleting an URL alias |
| path_admin_delete_confirm_submit | Execute URL alias deletion |
| path_admin_edit | Menu callback; handles pages for creating and editing URL aliases. |
| path_form | Return a form for editing or creating an individual URL alias. |
| path_form_alter | Implementation of hook_form_alter(). |
| path_form_submit | Save URL alias to the database. |
| path_form_validate | Verify that URL alias is valid. |
| path_help | Implementation of hook_help(). |
| path_load | Fetch a specific URL alias from the database. |
| path_menu | Implementation of hook_menu(). |
| path_nodeapi | Implementation of hook_nodeapi(). |
| path_overview | Return a listing of all defined URL aliases. |
| path_perm | Implementation of hook_perm(). |
| path_set_alias | Set an aliased path for a given Drupal path, preventing duplicates. |
