Functions

Primary tabs

Name Locationsort descending Description Direct uses Strings
user_user_operations_unblock drupal/core/modules/user/user.module Callback function for admin mass unblocking users. 2
user_user_operations_block drupal/core/modules/user/user.module Callback function for admin mass blocking users. 2
user_multiple_role_edit drupal/core/modules/user/user.module Callback function for admin mass adding/deleting a user role. 1
user_multiple_cancel_confirm drupal/core/modules/user/user.module 1
user_multiple_cancel_confirm_submit drupal/core/modules/user/user.module Submit handler for mass-account cancellation form.
user_filters drupal/core/modules/user/user.module List user administration filters that can be applied. 3
user_build_filter_query drupal/core/modules/user/user.module Extends a query object for user administration filters based on session. 2
user_comment_view drupal/core/modules/user/user.module Implements hook_comment_view().
theme_user_signature drupal/core/modules/user/user.module Returns HTML for a user signature.
user_preferred_langcode drupal/core/modules/user/user.module Get the language object preferred by the user. This user preference can be set on the user account editing page, and is only available if there are more than one languages enabled on the site. If the user did not choose a preferred language, or is the… 7
_user_mail_notify drupal/core/modules/user/user.module Conditionally create and send a notification email when a certain operation happens on the given user account. 5
user_form_process_password_confirm drupal/core/modules/user/user.module Form element process handler for client-side password validation. 1
user_node_load drupal/core/modules/user/user.module Implements hook_node_load().
user_action_info drupal/core/modules/user/user.module Implements hook_action_info().
user_block_user_action drupal/core/modules/user/user.module Blocks the current user.
user_form_field_ui_field_edit_form_alter drupal/core/modules/user/user.module Implements hook_form_FORM_ID_alter().
user_form_field_ui_field_edit_form_submit drupal/core/modules/user/user.module Additional submit handler for the 'Edit field instance' form. 1
user_modules_installed drupal/core/modules/user/user.module Implements hook_modules_installed().
user_modules_uninstalled drupal/core/modules/user/user.module Implements hook_modules_uninstalled().
user_login_destination drupal/core/modules/user/user.module Helper function to rewrite the destination to avoid redirecting to login page after login. 1
user_cookie_save drupal/core/modules/user/user.module Saves visitor information as a cookie so it can be reused. 5
user_cookie_delete drupal/core/modules/user/user.module Delete a visitor information cookie. 1
user_rdf_mapping drupal/core/modules/user/user.module Implements hook_rdf_mapping().
user_file_download_access drupal/core/modules/user/user.module Implements hook_file_download_access().
user_toolbar drupal/core/modules/user/user.module Implements hook_toolbar().
user_library_info drupal/core/modules/user/user.module Implements hook_library_info().
user_help drupal/core/modules/user/user.module Implement hook_help().
user_theme drupal/core/modules/user/user.module Implements hook_theme().
user_uri drupal/core/modules/user/user.module Entity URI callback.
user_label drupal/core/modules/user/user.module Entity label callback.
user_attach_accounts drupal/core/modules/user/user.module Populates $entity->account for each prepared entity. 2
user_picture_enabled drupal/core/modules/user/user.module Returns whether this site supports the default user picture feature. 1
user_field_info_alter drupal/core/modules/user/user.module Implements hook_field_info_alter().
user_field_extra_fields drupal/core/modules/user/user.module Implements hook_field_extra_fields().
user_external_load drupal/core/modules/user/user.module Fetches a user object based on an external authentication source. 2
user_load_multiple drupal/core/modules/user/user.module Loads multiple users based on certain conditions. 9
user_load drupal/core/modules/user/user.module Loads a user object. 49
user_load_by_mail drupal/core/modules/user/user.module Fetches a user object by email address. 2
user_load_by_name drupal/core/modules/user/user.module Fetches a user object by account name. 18
user_validate_name drupal/core/modules/user/user.module Verify the syntax of the given name. 3
user_autocomplete drupal/core/modules/user/user.pages.inc Menu callback; Retrieve a JSON object containing autocomplete suggestions for existing users. 1
user_pass drupal/core/modules/user/user.pages.inc Form builder; Request a password reset. 1
user_pass_validate drupal/core/modules/user/user.pages.inc
user_pass_submit drupal/core/modules/user/user.pages.inc
user_pass_reset drupal/core/modules/user/user.pages.inc Menu callback; process one time login link and redirects to the user page on success. 1
user_logout drupal/core/modules/user/user.pages.inc Menu callback; logs the current user out, and redirects to the home page. 1 1
template_preprocess_user_profile drupal/core/modules/user/user.pages.inc Process variables for user-profile.tpl.php.
user_edit_cancel_submit drupal/core/modules/user/user.pages.inc Submit function for the 'Cancel account' button on the user edit form. 1
user_cancel_confirm_form drupal/core/modules/user/user.pages.inc Form builder; confirm form for cancelling user account. 1
user_cancel_confirm_form_submit drupal/core/modules/user/user.pages.inc Submit handler for the account cancellation confirm form. 1

Pages

Other projects