[ Index ]

PHP Cross Reference of Drupal 6 (yi-drupal)

title

Body

[close]

/modules/user/ -> user.pages.inc (summary)

(no description)

File Size: 381 lines (15 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 0 files

Defines 20 functions

  user_autocomplete()
  user_pass()
  user_pass_validate()
  user_pass_submit()
  user_pass_reset()
  user_logout()
  user_view()
  template_preprocess_user_profile()
  template_preprocess_user_profile_item()
  template_preprocess_user_profile_category()
  user_edit()
  user_profile_form()
  user_profile_form_validate()
  user_profile_form_submit()
  user_edit_delete_submit()
  user_confirm_delete()
  user_confirm_delete_submit()
  user_edit_validate()
  user_edit_submit()
  user_page()

Functions
Functions that are not part of a class:

user_autocomplete($string = '')   X-Ref
Menu callback; Retrieve a JSON object containing autocomplete suggestions for existing users.


user_pass()   X-Ref
Form builder; Request a password reset.


user_pass_validate($form, &$form_state)   X-Ref
No description

user_pass_submit($form, &$form_state)   X-Ref
No description

user_pass_reset(&$form_state, $uid, $timestamp, $hashed_pass, $action = NULL)   X-Ref
Menu callback; process one time login link and redirects to the user page on success.


user_logout()   X-Ref
Menu callback; logs the current user out, and redirects to the home page.


user_view($account)   X-Ref
Menu callback; Displays a user or user profile page.


template_preprocess_user_profile(&$variables)   X-Ref
Process variables for user-profile.tpl.php.

The $variables array contains the following arguments:
- $account


template_preprocess_user_profile_item(&$variables)   X-Ref
Process variables for user-profile-item.tpl.php.

The $variables array contains the following arguments:
- $element


template_preprocess_user_profile_category(&$variables)   X-Ref
Process variables for user-profile-category.tpl.php.

The $variables array contains the following arguments:
- $element


user_edit($account, $category = 'account')   X-Ref
Form builder; Present the form to edit a given user or profile category.


user_profile_form($form_state, $account, $category = 'account')   X-Ref
Form builder; edit a user account or one of their profile categories.


user_profile_form_validate($form, &$form_state)   X-Ref
Validation function for the user account and profile editing form.


user_profile_form_submit($form, &$form_state)   X-Ref
Submit function for the user account and profile editing form.


user_edit_delete_submit($form, &$form_state)   X-Ref
Submit function for the 'Delete' button on the user edit form.


user_confirm_delete(&$form_state, $account)   X-Ref
Form builder; confirm form for user deletion.


user_confirm_delete_submit($form, &$form_state)   X-Ref
Submit function for the confirm form for user deletion.


user_edit_validate($form, &$form_state)   X-Ref
No description

user_edit_submit($form, &$form_state)   X-Ref
No description

user_page()   X-Ref
Access callback for path /user.

Displays user profile if user is logged in, or login form for anonymous
users.



Generated: Mon Jul 9 18:01:44 2012 Cross-referenced by PHPXref 0.7