path.admin.inc
Version
1.7 (checked in on 2008/01/08 at 10:35:42 by goba)
Description
Administrative page callbacks for the path module.
Functions
| 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. See alsopath_admin_filter_form_submit() |
| 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_filter_get_keys | Helper function for grabbing filter keys. |
| path_admin_form | Return a form for editing or creating an individual URL alias. See alsopath_admin_form_validate() |
| path_admin_form_submit | Save a new URL alias to the database. |
| path_admin_form_validate | Verify that a new URL alias is valid |
| path_admin_overview | Return a listing of all defined URL aliases. When filter key passed, perform a standard search on the given key, and return the list of matching URL aliases. |
