Functions

Primary tabs

Name Locationsort ascending Description Direct uses Strings
user_pass_submit drupal/modules/user/user.pages.inc Form submission handler for user_pass().
user_pass_reset drupal/modules/user/user.pages.inc Menu callback; process one time login link and redirects to the user page on success. 1
user_logout drupal/modules/user/user.pages.inc Menu callback; logs the current user out, and redirects to the home page. 1 4
template_preprocess_user_profile drupal/modules/user/user.pages.inc Process variables for user-profile.tpl.php.
template_preprocess_user_profile_item drupal/modules/user/user.pages.inc Process variables for user-profile-item.tpl.php.
template_preprocess_user_profile_category drupal/modules/user/user.pages.inc Process variables for user-profile-category.tpl.php.
user_profile_form drupal/modules/user/user.pages.inc Form builder; edit a user account or one of their profile categories. 3
user_profile_form_validate drupal/modules/user/user.pages.inc Form validation handler for user_profile_form(). 1
user_profile_form_submit drupal/modules/user/user.pages.inc Form submission handler for user_profile_form(). 1
user_edit_cancel_submit drupal/modules/user/user.pages.inc Submit function for the 'Cancel account' button on the user edit form. 1
user_cancel_confirm_form drupal/modules/user/user.pages.inc Form builder; confirm form for cancelling user account. 1
user_cancel_confirm_form_submit drupal/modules/user/user.pages.inc Submit handler for the account cancellation confirm form. 1
user_cancel_methods drupal/modules/user/user.pages.inc Helper function to return available account cancellation methods. 3
user_cancel_confirm drupal/modules/user/user.pages.inc Menu callback; Cancel a user account via e-mail confirmation link. 1
user_page drupal/modules/user/user.pages.inc Page callback: Displays the user page. 1
user_help drupal/modules/user/user.module Implements hook_help().
user_module_invoke drupal/modules/user/user.module Invokes a user hook in every module. 2
user_theme drupal/modules/user/user.module Implements hook_theme().
user_entity_info drupal/modules/user/user.module Implements hook_entity_info().
user_uri drupal/modules/user/user.module Implements callback_entity_info_uri(). 1
user_field_info_alter drupal/modules/user/user.module Implements hook_field_info_alter().
user_field_extra_fields drupal/modules/user/user.module Implements hook_field_extra_fields().
user_external_load drupal/modules/user/user.module Fetches a user object based on an external authentication source. 3
user_load_multiple drupal/modules/user/user.module Load multiple users based on certain conditions. 17
user_load drupal/modules/user/user.module Loads a user object. 55
user_load_by_mail drupal/modules/user/user.module Fetch a user object by email address. 2
user_load_by_name drupal/modules/user/user.module Fetch a user object by account name. 17
user_save drupal/modules/user/user.module Save changes to a user account or add a new user. 27
user_validate_name drupal/modules/user/user.module Verify the syntax of the given name. 3
user_validate_mail drupal/modules/user/user.module Validates a user's email address. 4
user_validate_picture drupal/modules/user/user.module Validates an image uploaded by a user. 1
user_password drupal/modules/user/user.module Generate a random alphanumeric password. 12
user_role_permissions drupal/modules/user/user.module Determine the permissions for one or more roles. 2 5
user_access drupal/modules/user/user.module Determine whether the user has a given privilege. 154 13
user_is_blocked drupal/modules/user/user.module Checks for usernames blocked by user administration. 1
user_permission drupal/modules/user/user.module Implements hook_permission().
user_file_download drupal/modules/user/user.module Implements hook_file_download().
user_file_move drupal/modules/user/user.module Implements hook_file_move().
user_file_delete drupal/modules/user/user.module Implements hook_file_delete().
user_search_info drupal/modules/user/user.module Implements hook_search_info().
user_search_access drupal/modules/user/user.module Implements hook_search_access().
user_search_execute drupal/modules/user/user.module Implements hook_search_execute().
user_element_info drupal/modules/user/user.module Implements hook_element_info().
user_user_view drupal/modules/user/user.module Implements hook_user_view().
user_account_form drupal/modules/user/user.module Helper function to add default user account fields to user registration and edit form. 2
user_validate_current_pass drupal/modules/user/user.module Form validation handler for the current password on the user_account_form(). 2
user_account_form_validate drupal/modules/user/user.module Form validation handler for user_account_form(). 1
user_user_presave drupal/modules/user/user.module Implements hook_user_presave().
user_user_categories drupal/modules/user/user.module Implements hook_user_categories().
user_login_block drupal/modules/user/user.module 1

Pages

Other projects