path.module
Version 1.56.2.4 (checked in on 2007/01/04 at 21:59:08 by killes)
Enables users to rename URLs.
Functions
| Name | Description |
|---|---|
| conf_url_rewrite | |
| path_admin | Menu callback; presents an overview of all URL aliases. |
| path_admin_delete | Menu callback; handles deletion of an URL alias. |
| 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_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_save | Verify that a new URL alias is valid, and save it to the database. |
| path_set_alias | Set an aliased path for a given Drupal path, preventing duplicates. |
