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.3.2.18 (checked in on 2007/12/27 at 05:51:12 by horsepunchkid)
| Name | Description |
|---|---|
| path_redirect_admin | Callback for administration pages |
| path_redirect_delete | Delete the specified path redirect. This will delete as specifically as possible, in order: by $rid, by ($from, $to), by $from, or by $to. Multiple redirects may be deleted if the $to parameter matches more than one entry. |
| path_redirect_delete_confirm | |
| path_redirect_delete_confirm_submit | |
| path_redirect_edit | |
| path_redirect_edit_submit | |
| path_redirect_edit_validate | |
| path_redirect_error_list | Return an array of 300-range error codes placed here for clarity |
| path_redirect_goto | This is a copy of drupal_goto() redesigned for use during the bootstrap |
| path_redirect_help | Implementation of hook_help |
| path_redirect_init | Implementation of hook_init |
| path_redirect_load | Retrieve the specified URL redirect |
| path_redirect_menu | Implementation of hook_menu |
| path_redirect_perm | Implementation of hook_perm |
| path_redirect_save |