user.pages.inc
Версия 1.11.2.1 (checked in on 2008/10/08 at 20:12:18 by goba)
User page callback file for the user module.
Функции
Имя | Описание |
---|---|
template_preprocess_user_profile | Обрабатывает переменные для user-profile.tpl.php. |
template_preprocess_user_profile_category | Process variables for user-profile-category.tpl.php. |
template_preprocess_user_profile_item | Process variables for user-profile-item.tpl.php. |
user_autocomplete | Menu callback; Retrieve a JSON object containing autocomplete suggestions for existing users. |
user_confirm_delete | Form builder; confirm form for user deletion. See alsouser_confirm_delete_submit() |
user_confirm_delete_submit | Submit function for the confirm form for user deletion. |
user_edit | Form builder; Present the form to edit a given user or profile category. See alsouser_edit_validate() |
user_edit_delete_submit | Submit function for the 'Delete' button on the user edit form. |
user_edit_submit | |
user_edit_validate | |
user_logout | Menu callback; logs the current user out, and redirects to the home page. |
user_page | Access callback for path /user. |
user_pass | Консруктор формы. Запрашивает сброс пароля. Также смотри also_user_validate(); |
user_pass_reset | Menu callback; process one time login link and redirects to the user page on success. |
user_pass_submit | |
user_pass_validate | |
user_profile_form | Form builder; edit a user account or one of their profile categories. See alsouser_profile_form_validate() |
user_profile_form_submit | Submit function for the user account and profile editing form. |
user_profile_form_validate | Validation function for the user account and profile editing form. |
user_view | Menu callback; Displays a user or user profile page. |