Functions

Primary tabs

Namesort descending Location Description Direct uses Strings
user_label drupal/core/modules/user/user.module Entity label callback.
user_library_info drupal/core/modules/user/user.module Implements hook_library_info().
user_load drupal/core/modules/user/user.module Loads a user object. 52
user_load_by_mail drupal/core/modules/user/user.module Fetches a user object by email address. 1
user_load_by_name drupal/core/modules/user/user.module Fetches a user object by account name. 17
user_load_multiple drupal/core/modules/user/user.module Loads multiple users based on certain conditions. 6
user_login_authenticate_validate drupal/core/modules/user/user.module A validate handler on the login form. Check supplied username/password against local users table. If successful, $form_state['uid'] is set to the matching user ID. 1
user_login_default_validators drupal/core/modules/user/user.module Set up a series for validators which check for blocked users, then authenticate against local database, then return an error if authentication fails. Distributed authentication modules are welcome to use hook_form_alter() to change this series in… 1
user_login_destination drupal/core/modules/user/user.module Helper function to rewrite the destination to avoid redirecting to login page after login.
user_login_finalize drupal/core/modules/user/user.module Finalize the login process. Must be called when logging in a user. 3
user_login_final_validate drupal/core/modules/user/user.module The final validation handler on the login form. 1
user_login_form drupal/core/modules/user/user.module Form builder; the main user login form. 2
user_login_form_submit drupal/core/modules/user/user.module Submit handler for the login form. Load $user object and perform standard login tasks. The user is then redirected to the My Account page. Setting the destination in the query string overrides the redirect. 1
user_login_name_validate drupal/core/modules/user/user.module A FAPI validate handler. Sets an error if supplied username has been blocked. 1
user_logout drupal/core/modules/user/user.module Logs the current user out. 2 2
user_mail drupal/core/modules/user/user.module Implements hook_mail(). 2
user_mail_tokens drupal/core/modules/user/user.module Token callback to add unsafe tokens for user mails. 2
user_menu drupal/core/modules/user/user.module Implements hook_menu().
user_menu_breadcrumb_alter drupal/core/modules/user/user.module Implements hook_menu_breadcrumb_alter().
user_menu_link_load drupal/core/modules/user/user.module Implements hook_menu_link_load().
user_menu_link_presave drupal/core/modules/user/user.module Implements hook_menu_link_presave().
user_menu_title drupal/core/modules/user/user.module Menu item title callback for the 'user' path. 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_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_node_load drupal/core/modules/user/user.module Implements hook_node_load().
user_page drupal/core/modules/user/user.pages.inc Access callback for path /user. 1
user_page_build drupal/core/modules/user/user.module Implements hook_page_build().
user_page_title drupal/core/modules/user/user.module Menu item title callback - use the user name. 1
user_pass drupal/core/modules/user/user.pages.inc Form builder; Request a password reset. 1
user_password drupal/core/modules/user/user.module Generate a random alphanumeric password. 7
user_pass_rehash drupal/core/modules/user/user.module Creates a unique hash value for use in time-dependent per-user URLs. 11
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_pass_reset_url drupal/core/modules/user/user.module Generates a unique URL for a user to login and reset their password. 2
user_pass_submit drupal/core/modules/user/user.pages.inc
user_pass_validate drupal/core/modules/user/user.pages.inc
user_permission drupal/core/modules/user/user.module Implements hook_permission().
user_permission_get_modules drupal/core/modules/user/user.module Determine the modules that permissions belong to. 1
user_picture_enabled drupal/core/modules/user/user.module Returns whether this site supports the default user picture feature. 1
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… 8
user_preprocess_block drupal/core/modules/user/user.module Implements hook_preprocess_HOOK() for block.html.twig.
user_rdf_mapping drupal/core/modules/user/user.module Implements hook_rdf_mapping().
user_register_access drupal/core/modules/user/user.module Determines if the current user has access to the user registration page.
user_roles drupal/core/modules/user/user.module Retrieve an array of roles matching specified conditions. 6 4
user_role_change_permissions drupal/core/modules/user/user.module Change permissions for a user role. 15
user_role_grant_permissions drupal/core/modules/user/user.module Grant permissions to a user role. 22
user_role_load drupal/core/modules/user/user.module Fetches a user role by role ID. 1
user_role_names drupal/core/modules/user/user.module Retrieve an array of roles matching specified conditions. 17
user_role_permissions drupal/core/modules/user/user.module Determine the permissions for one or more roles. 3 4

Pages

Other projects