Functions

Primary tabs

Name Locationsort descending Description Direct uses Strings
user_uri drupal/modules/user/user.module Implements callback_entity_info_uri(). 1
user_field_info_alter drupal/modules/user/user.module Implements hook_field_info_alter().
user_field_extra_fields drupal/modules/user/user.module Implements hook_field_extra_fields().
user_external_load drupal/modules/user/user.module Fetches a user object based on an external authentication source. 3
user_load_multiple drupal/modules/user/user.module Load multiple users based on certain conditions. 17
user_load drupal/modules/user/user.module Loads a user object. 55
user_load_by_mail drupal/modules/user/user.module Fetch a user object by email address. 2
user_load_by_name drupal/modules/user/user.module Fetch a user object by account name. 17
user_save drupal/modules/user/user.module Save changes to a user account or add a new user. 27
user_validate_name drupal/modules/user/user.module Verify the syntax of the given name. 3
user_validate_mail drupal/modules/user/user.module Validates a user's email address. 4
user_validate_picture drupal/modules/user/user.module Validates an image uploaded by a user. 1
user_password drupal/modules/user/user.module Generate a random alphanumeric password. 12
user_role_permissions drupal/modules/user/user.module Determine the permissions for one or more roles. 2 5
user_access drupal/modules/user/user.module Determine whether the user has a given privilege. 154 13
user_is_blocked drupal/modules/user/user.module Checks for usernames blocked by user administration. 1
user_permission drupal/modules/user/user.module Implements hook_permission().
user_file_download drupal/modules/user/user.module Implements hook_file_download().
user_file_move drupal/modules/user/user.module Implements hook_file_move().
user_file_delete drupal/modules/user/user.module Implements hook_file_delete().
user_search_info drupal/modules/user/user.module Implements hook_search_info().
user_search_access drupal/modules/user/user.module Implements hook_search_access().
user_search_execute drupal/modules/user/user.module Implements hook_search_execute().
user_element_info drupal/modules/user/user.module Implements hook_element_info().
user_user_view drupal/modules/user/user.module Implements hook_user_view().
user_account_form drupal/modules/user/user.module Helper function to add default user account fields to user registration and edit form. 2
user_validate_current_pass drupal/modules/user/user.module Form validation handler for the current password on the user_account_form(). 2
user_account_form_validate drupal/modules/user/user.module Form validation handler for user_account_form(). 1
user_user_presave drupal/modules/user/user.module Implements hook_user_presave().
user_user_categories drupal/modules/user/user.module Implements hook_user_categories().
user_login_block drupal/modules/user/user.module 1
user_block_info drupal/modules/user/user.module Implements hook_block_info().
user_block_configure drupal/modules/user/user.module Implements hook_block_configure().
user_block_save drupal/modules/user/user.module Implements hook_block_save().
user_block_view drupal/modules/user/user.module Implements hook_block_view(). 1
template_preprocess_user_picture drupal/modules/user/user.module Process variables for user-picture.tpl.php.
theme_user_list drupal/modules/user/user.module Returns HTML for a list of users.
user_is_anonymous drupal/modules/user/user.module Determines if the current user is anonymous. 6 2
user_is_logged_in drupal/modules/user/user.module Determines if the current user is logged in. 2 2
user_register_access drupal/modules/user/user.module Determines if the current user has access to the user registration page. 1
user_view_access drupal/modules/user/user.module User view access callback. 2 1
user_edit_access drupal/modules/user/user.module Access callback for user account editing. 1 2
user_cancel_access drupal/modules/user/user.module Menu access callback; limit access to account cancellation pages. 1
user_menu drupal/modules/user/user.module Implements hook_menu().
user_menu_site_status_alter drupal/modules/user/user.module Implements hook_menu_site_status_alter().
user_menu_link_alter drupal/modules/user/user.module Implements hook_menu_link_alter().
user_translated_menu_link_alter drupal/modules/user/user.module Implements hook_translated_menu_link_alter().
user_admin_paths drupal/modules/user/user.module Implements hook_admin_paths().
user_uid_only_optional_to_arg drupal/modules/user/user.module Returns $arg or the user ID of the current user if $arg is '%' or empty.
user_uid_optional_load drupal/modules/user/user.module Load either a specified or the current user account.

Pages

Other projects