Functions

Primary tabs

Namesort descending Location Description Direct uses Strings
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. 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_load_multiple drupal/core/modules/user/user.module Loads multiple users based on certain conditions. 9
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. 1
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. 3
user_login_name_validate drupal/core/modules/user/user.module A FAPI validate handler. Sets an error if supplied username has been blocked. 1 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
user_mail drupal/core/modules/user/user.module Implements hook_mail(). 3
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_alter drupal/core/modules/user/user.module Implements hook_menu_link_alter().
user_menu_site_status_alter drupal/core/modules/user/user.module Implements hook_menu_site_status_alter().
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_multiple_role_edit drupal/core/modules/user/user.module Callback function for admin mass adding/deleting a user role. 1
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_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. 8
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… 7
user_preprocess_block drupal/core/modules/user/user.module Implements hook_preprocess_HOOK() for block.tpl.php.
user_rdf_mapping drupal/core/modules/user/user.module Implements hook_rdf_mapping().
user_register_access drupal/core/modules/user/user.module 1
user_roles drupal/core/modules/user/user.module Retrieve an array of roles matching specified conditions. 17 1
user_role_change_permissions drupal/core/modules/user/user.module Change permissions for a user role. 15
user_role_delete drupal/core/modules/user/user.module Delete a user role from database. 2
user_role_delete_access drupal/core/modules/user/user.module Menu access callback for user role deletion. 1
user_role_grant_permissions drupal/core/modules/user/user.module Grant permissions to a user role. 19
user_role_load drupal/core/modules/user/user.module Fetches a user role by role ID. 3 1
user_role_permissions drupal/core/modules/user/user.module Determine the permissions for one or more roles. 2 5

Pages

Other projects