Functions

Primary tabs

Namesort ascending Location Description Direct uses Strings
user_update_8011 drupal/core/modules/user/user.install Create user picture field.
user_update_8010 drupal/core/modules/user/user.install Moves user_block_* settings from variable to config.
user_update_8009 drupal/core/modules/user/user.install Generate a UUID for all users.
user_update_8008 drupal/core/modules/user/user.install Make *id fields unsigned.
user_update_8007 drupal/core/modules/user/user.install Moves login flood settings from variable to config.
user_update_8006 drupal/core/modules/user/user.install Moves user mail settings from variable to config.
user_update_8005 drupal/core/modules/user/user.install Creates a preferred_admin_langcode column.
user_update_8004 drupal/core/modules/user/user.install Moves account settings from variable to config.
user_update_8003 drupal/core/modules/user/user.install Create a UUID column for users.
user_update_8002 drupal/core/modules/user/user.install Replace serial role IDs with machine name strings.
user_update_8001 drupal/core/modules/user/user.install Splits {users}.language field to langcode and preferred_langcode.
user_update_8000 drupal/core/modules/user/user.install The 'Member for' extra field has moved one level up in the array.
user_uid_optional_to_arg drupal/core/modules/user/user.module Returns $arg or the user ID of the current user if $arg is '%' or empty. 1
user_uid_optional_load drupal/core/modules/user/user.module Load either a specified or the current user account.
user_uid_only_optional_to_arg drupal/core/modules/user/user.module Returns $arg or the user ID of the current user if $arg is '%' or empty.
user_translated_menu_link_alter drupal/core/modules/user/user.module Implements hook_translated_menu_link_alter().
user_toolbar drupal/core/modules/user/user.module Implements hook_toolbar().
user_token_info drupal/core/modules/user/user.tokens.inc Implements hook_token_info().
user_tokens drupal/core/modules/user/user.tokens.inc Implements hook_tokens().
user_theme drupal/core/modules/user/user.module Implements hook_theme().
user_template_preprocess_default_variables_alter drupal/core/modules/user/user.module Implements hook_template_preprocess_default_variables_alter().
user_set_authmaps drupal/core/modules/user/user.module Save mappings of which external authentication module(s) authenticated a user. Maps external usernames to user ids in the users table. 3
user_search_info drupal/core/modules/user/user.module Implements hook_search_info().
user_search_execute drupal/core/modules/user/user.module Implements hook_search_execute().
user_search_access drupal/core/modules/user/user.module Implements hook_search_access().
user_schema drupal/core/modules/user/user.install Implements hook_schema().
user_role_save drupal/core/modules/user/user.module Save a user role to the database. 4
user_role_revoke_permissions drupal/core/modules/user/user.module Revoke permissions from a user role. 5
user_role_permissions drupal/core/modules/user/user.module Determine the permissions for one or more roles. 2 5
user_role_load drupal/core/modules/user/user.module Fetches a user role by role ID. 3 1
user_role_grant_permissions drupal/core/modules/user/user.module Grant permissions to a user role. 19
user_role_delete_access drupal/core/modules/user/user.module Menu access callback for user role deletion. 1
user_role_delete drupal/core/modules/user/user.module Delete a user role from database. 2
user_role_change_permissions drupal/core/modules/user/user.module Change permissions for a user role. 15
user_roles drupal/core/modules/user/user.module Retrieve an array of roles matching specified conditions. 17 1
user_register_access drupal/core/modules/user/user.module 1
user_rdf_mapping drupal/core/modules/user/user.module Implements hook_rdf_mapping().
user_preprocess_block drupal/core/modules/user/user.module Implements hook_preprocess_HOOK() for block.tpl.php.
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_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. 8
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

Pages

Other projects