Functions

Primary tabs

Namesort ascending Location Description Direct uses Strings
user_preprocess_block drupal/core/modules/user/user.module Implements hook_preprocess_HOOK() for block.html.twig.
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_picture_enabled drupal/core/modules/user/user.module Returns whether this site supports the default user picture feature. 1
user_permission_get_modules drupal/core/modules/user/user.module Determine the modules that permissions belong to. 1
user_permission drupal/core/modules/user/user.module Implements hook_permission().
user_pass_validate drupal/core/modules/user/user.pages.inc
user_pass_submit drupal/core/modules/user/user.pages.inc
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_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_rehash drupal/core/modules/user/user.module Creates a unique hash value for use in time-dependent per-user URLs. 11
user_password drupal/core/modules/user/user.module Generate a random alphanumeric password. 7
user_pass drupal/core/modules/user/user.pages.inc Form builder; Request a password reset. 1
user_page_title drupal/core/modules/user/user.module Menu item title callback - use the user name. 1
user_page_build drupal/core/modules/user/user.module Implements hook_page_build().
user_page drupal/core/modules/user/user.pages.inc Access callback for path /user. 1
user_node_load drupal/core/modules/user/user.module Implements hook_node_load().
user_multiple_cancel_confirm_submit drupal/core/modules/user/user.module Submit handler for mass-account cancellation form.
user_multiple_cancel_confirm drupal/core/modules/user/user.module 1
user_modules_uninstalled drupal/core/modules/user/user.module Implements hook_modules_uninstalled().
user_modules_installed drupal/core/modules/user/user.module Implements hook_modules_installed().
user_menu_title drupal/core/modules/user/user.module Menu item title callback for the 'user' path. 1
user_menu_link_presave drupal/core/modules/user/user.module Implements hook_menu_link_presave().
user_menu_link_load drupal/core/modules/user/user.module Implements hook_menu_link_load().
user_menu_breadcrumb_alter drupal/core/modules/user/user.module Implements hook_menu_breadcrumb_alter().
user_menu drupal/core/modules/user/user.module Implements hook_menu().
user_mail_tokens drupal/core/modules/user/user.module Token callback to add unsafe tokens for user mails. 2
user_mail drupal/core/modules/user/user.module Implements hook_mail(). 2
user_logout drupal/core/modules/user/user.module Logs the current user out. 2 2
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_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_form drupal/core/modules/user/user.module Form builder; the main user login form. 2
user_login_final_validate drupal/core/modules/user/user.module The final validation handler on the login form. 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_destination drupal/core/modules/user/user.module Helper function to rewrite the destination to avoid redirecting to login page after login.
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_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_load_multiple drupal/core/modules/user/user.module Loads multiple users based on certain conditions. 6
user_load_by_name drupal/core/modules/user/user.module Fetches a user object by account name. 17
user_load_by_mail drupal/core/modules/user/user.module Fetches a user object by email address. 1
user_load drupal/core/modules/user/user.module Loads a user object. 52
user_library_info drupal/core/modules/user/user.module Implements hook_library_info().
user_label drupal/core/modules/user/user.module Entity label callback.
user_is_logged_in drupal/core/modules/user/user.module Determines if the current user is logged in. 3 1
user_is_blocked drupal/core/modules/user/user.module Checks for usernames blocked by user administration. 1
user_is_anonymous drupal/core/modules/user/user.module Determines if the current user is anonymous. 4 1
user_install_picture_field drupal/core/modules/user/user.install Creates a user picture image field for the User entity. 2
user_install drupal/core/modules/user/user.install Implements hook_install().
user_help drupal/core/modules/user/user.module Implement hook_help().
user_form_test_menu drupal/core/modules/user/tests/modules/user_form_test/user_form_test.module Implements hook_menu().
user_form_test_current_password_submit drupal/core/modules/user/tests/modules/user_form_test/user_form_test.module Submit function for the test form for user_validate_current_pass().

Pages

Other projects