path.module

Version

1.105.2.2 (checked in on 2008/02/11 at 05:11:58 by drumm)

Description

Enables users to rename URLs.

Functions

Namesort iconDescription
path_adminMenu callback; presents an overview of all URL aliases.
path_admin_deletePost-confirmation; delete an URL alias.
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_formReturn a form for editing or creating an individual URL alias.
path_form_alterImplementation of hook_form_alter().
path_form_submitSave a new URL alias to the database.
path_form_validateVerify that a new URL alias is valid
path_helpImplementation of hook_help().
path_loadFetch a specific URL alias from the database.
path_menuImplementation of hook_menu().
path_nodeapiImplementation of hook_nodeapi().
path_overviewReturn a listing of all defined URL aliases.
path_permImplementation of hook_perm().
path_set_aliasSet an aliased path for a given Drupal path, preventing duplicates.