Contains filters are case sensitive
Name Locationsort descending Description
user_role_delete_access modules/user/user.module Menu access callback for deleting a user.
user_role_delete modules/user/user.module Delete a user role from database.
user_role_save modules/user/user.module Save a user role to the database.
user_role_load modules/user/user.module Load a user role.
user_roles modules/user/user.module Retrieve an array of roles matching specified conditions.
user_mail_tokens modules/user/user.module Token callback to add unsafe tokens for user mails.
_user_mail_text modules/user/user.module Returns a mail string for a variable name.
user_mail modules/user/user.module Implements hook_mail().
user_build_content modules/user/user.module Builds a structured array representing the profile content.
user_view modules/user/user.module Generate an array for rendering the given user.
user_view_page modules/user/user.module Page callback wrapper for user_view().
user_delete_multiple modules/user/user.module Delete multiple user accounts.
user_delete modules/user/user.module Delete a user.
_user_cancel_session_regenerate modules/user/user.module Finished batch processing callback for cancelling a user account.
_user_cancel modules/user/user.module Last batch processing step for cancelling a user account.
user_cancel modules/user/user.module Cancel a user account.
user_pass_rehash modules/user/user.module Creates a unique hash value for use in time-dependent per-user URLs.
user_cancel_url modules/user/user.module Generates a URL to confirm an account cancellation request.
user_pass_reset_url modules/user/user.module Generates a unique URL for a user to login and reset their password.
user_login_submit 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.
user_login_finalize modules/user/user.module Finalize the login process. Must be called when logging in a user.
user_authenticate modules/user/user.module Try to validate the user's login credentials locally.
user_login_final_validate modules/user/user.module The final validation handler on the login form.
user_login_authenticate_validate modules/user/user.module Second phase validation handler on the login form.
user_login_name_validate modules/user/user.module First phase validation handler for the login form.
user_login_default_validators 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…
user_login modules/user/user.module Form builder; the main user login form.
user_page_title modules/user/user.module Menu item title callback - use the user name.
user_menu_title modules/user/user.module Menu item title callback for the 'user' path.
user_uid_optional_to_arg modules/user/user.module Returns $arg or the user ID of the current user if $arg is '%' or empty.
user_uid_optional_load modules/user/user.module Load either a specified or the current user account.
user_admin_paths modules/user/user.module Implements hook_admin_paths().
user_translated_menu_link_alter modules/user/user.module Implements hook_translated_menu_link_alter().
user_menu_link_alter modules/user/user.module Implements hook_menu_link_alter().
user_menu_site_status_alter modules/user/user.module Implements hook_menu_site_status_alter().
user_admin_menu_output_alter modules/user/user.module Implements hook_admin_menu_output_alter().
user_menu_alter modules/user/user.module Implements hook_menu_alter().
user_menu modules/user/user.module Implements hook_menu().
user_cancel_access modules/user/user.module Menu access callback; limit access to account cancellation pages.
user_edit_access modules/user/user.module Access callback for user account editing.
user_view_access modules/user/user.module User view access callback.
user_register_access modules/user/user.module Determines if the current user has access to the user registration page.
user_is_logged_in modules/user/user.module Determines if the current user is logged in.
user_is_anonymous modules/user/user.module Determines if the current user is anonymous.
user_format_name modules/user/user.module Format a username.
user_preprocess_block modules/user/user.module Implements hook_preprocess_block().
user_block_view modules/user/user.module Implements hook_block_view().
user_block_info modules/user/user.module Implements hook_block_info().
user_login_block modules/user/user.module
user_password_policy_validate modules/user/user.module Validation callback for password constraints.

Pages