user.pages.inc

Version

1.11 (checked in on 2008/01/08 at 10:35:43 by goba)

Description

User page callback file for the user module.

Functions

Namesort iconDescription
template_preprocess_user_profileProcess variables for user-profile.tpl.php.
template_preprocess_user_profile_categoryProcess variables for user-profile-category.tpl.php.
template_preprocess_user_profile_itemProcess variables for user-profile-item.tpl.php.
user_autocompleteMenu callback; Retrieve a JSON object containing autocomplete suggestions for existing users.
user_confirm_deleteForm builder; confirm form for user deletion. See alsouser_confirm_delete_submit()
user_confirm_delete_submitSubmit function for the confirm form for user deletion.
user_editForm builder; Present the form to edit a given user or profile category. See alsouser_edit_validate()
user_edit_delete_submitSubmit function for the 'Delete' button on the user edit form.
user_edit_submit
user_edit_validate
user_logoutMenu callback; logs the current user out, and redirects to the home page.
user_pageAccess callback for path /user.
user_passForm builder; Request a password reset. See alsouser_pass_validate()
user_pass_resetMenu callback; process one time login link and redirects to the user page on success.
user_pass_submit
user_pass_validate
user_profile_formForm builder; edit a user account or one of their profile categories. See alsouser_profile_form_validate()
user_profile_form_submitSubmit function for the user account and profile editing form.
user_profile_form_validateValidation function for the user account and profile editing form.
user_viewMenu callback; Displays a user or user profile page.
 
 

Drupal is a registered trademark of Dries Buytaert.