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

Namesort iconDescription
path_admin_delete_confirmMenu callback; confirms deleting an URL alias
path_admin_delete_confirm_submitExecute URL alias deletion
path_admin_editMenu callback; handles pages for creating and editing URL aliases.
path_admin_filter_formReturn a form to filter URL aliases. See alsopath_admin_filter_form_submit()
path_admin_filter_form_submit_filterProcess filter form submission when the Filter button is pressed.
path_admin_filter_form_submit_resetProcess filter form submission when the Reset button is pressed.
path_admin_filter_get_keysHelper function for grabbing filter keys.
path_admin_formReturn a form for editing or creating an individual URL alias. See alsopath_admin_form_validate()
path_admin_form_submitSave a new URL alias to the database.
path_admin_form_validateVerify that a new URL alias is valid
path_admin_overviewReturn 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.
 
 

Drupal is a registered trademark of Dries Buytaert.