Version 1.42 (checked in on 2010/03/03 at 19:46:25 by dries)
Administrative page callbacks for the path module.
| Name | Description |
|---|---|
| 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_admin_filter_form | Return a form to filter URL aliases. |
| path_admin_filter_form_submit_filter | Process filter form submission when the Filter button is pressed. |
| path_admin_filter_form_submit_reset | Process filter form submission when the Reset button is pressed. |
| path_admin_form | Return a form for editing or creating an individual URL alias. |
| path_admin_form_delete_submit | Submit function for the 'Delete' button on the URL alias editing form. |
| path_admin_form_submit | Save a URL alias to the database. |
| path_admin_form_validate | Verify that a URL alias is valid |
| path_admin_overview | Return a listing of all defined URL aliases. |