Functions

Primary tabs

Name Locationsort descending Description Direct uses Strings
user_preferred_language drupal/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… 5
user_has_role drupal/modules/user/user.module Checks if a user has a role.
_user_mail_notify drupal/modules/user/user.module Conditionally create and send a notification email when a certain operation happens on the given user account. 5
_user_cancel_session_regenerate drupal/modules/user/user.module Implements callback_batch_finished(). 1
user_form_process_password_confirm drupal/modules/user/user.module Form element process handler for client-side password validation. 1
user_node_load drupal/modules/user/user.module Implements hook_node_load().
user_image_style_delete drupal/modules/user/user.module Implements hook_image_style_delete().
user_image_style_save drupal/modules/user/user.module Implements hook_image_style_save(). 1
user_action_info drupal/modules/user/user.module Implements hook_action_info().
user_block_user_action drupal/modules/user/user.module Blocks a specific user or the current user, if one is not specified. 1
user_form_field_ui_field_edit_form_alter drupal/modules/user/user.module Implements hook_form_FORM_ID_alter().
user_form_field_ui_field_edit_form_submit drupal/modules/user/user.module Additional submit handler for the 'Edit field instance' form. 1
user_register_form drupal/modules/user/user.module Form builder; the user registration form. 5
user_register_validate drupal/modules/user/user.module Validation function for the user registration form. 1
user_register_submit drupal/modules/user/user.module Submit handler for the user registration form. 1
user_modules_installed drupal/modules/user/user.module Implements hook_modules_installed().
user_modules_uninstalled drupal/modules/user/user.module Implements hook_modules_uninstalled().
user_login_destination drupal/modules/user/user.module Helper function to rewrite the destination to avoid redirecting to login page after login. 1
user_cookie_save drupal/modules/user/user.module Saves visitor information as a cookie so it can be reused. 5
user_cookie_delete drupal/modules/user/user.module Delete a visitor information cookie. 1
user_rdf_mapping drupal/modules/user/user.module Implements hook_rdf_mapping().
user_file_download_access drupal/modules/user/user.module Implements hook_file_download_access().
user_system_info_alter drupal/modules/user/user.module Implements hook_system_info_alter().
user_logout_current_user drupal/modules/user/user.pages.inc Logs the current user out. 2
user_autocomplete drupal/modules/user/user.pages.inc Menu callback; Retrieve a JSON object containing autocomplete suggestions for existing users. 1
user_pass drupal/modules/user/user.pages.inc Form builder; Request a password reset. 1
user_pass_validate drupal/modules/user/user.pages.inc Form validation handler for user_pass().
user_pass_submit drupal/modules/user/user.pages.inc Form submission handler for user_pass().
user_pass_reset drupal/modules/user/user.pages.inc Menu callback; process one time login link and redirects to the user page on success. 1
user_logout drupal/modules/user/user.pages.inc Menu callback; logs the current user out, and redirects to the home page. 1 4
template_preprocess_user_profile drupal/modules/user/user.pages.inc Process variables for user-profile.tpl.php.
template_preprocess_user_profile_item drupal/modules/user/user.pages.inc Process variables for user-profile-item.tpl.php.
template_preprocess_user_profile_category drupal/modules/user/user.pages.inc Process variables for user-profile-category.tpl.php.
user_profile_form drupal/modules/user/user.pages.inc Form builder; edit a user account or one of their profile categories. 3
user_profile_form_validate drupal/modules/user/user.pages.inc Form validation handler for user_profile_form(). 1
user_profile_form_submit drupal/modules/user/user.pages.inc Form submission handler for user_profile_form(). 1
user_edit_cancel_submit drupal/modules/user/user.pages.inc Submit function for the 'Cancel account' button on the user edit form. 1
user_cancel_confirm_form drupal/modules/user/user.pages.inc Form builder; confirm form for cancelling user account. 1
user_cancel_confirm_form_submit drupal/modules/user/user.pages.inc Submit handler for the account cancellation confirm form. 1
user_cancel_methods drupal/modules/user/user.pages.inc Helper function to return available account cancellation methods. 3
user_cancel_confirm drupal/modules/user/user.pages.inc Menu callback; Cancel a user account via e-mail confirmation link. 1
user_page drupal/modules/user/user.pages.inc Page callback: Displays the user page. 1
user_token_info drupal/modules/user/user.tokens.inc Implements hook_token_info().
user_tokens drupal/modules/user/user.tokens.inc Implements hook_tokens().
minimal_install drupal/profiles/minimal/minimal.install Implements hook_install().
minimal_form_install_configure_form_alter drupal/profiles/minimal/minimal.profile Implements hook_form_FORM_ID_alter() for install_configure_form().
standard_install drupal/profiles/standard/standard.install Implements hook_install().
standard_form_install_configure_form_alter drupal/profiles/standard/standard.profile Implements hook_form_FORM_ID_alter() for install_configure_form().
testing_install drupal/profiles/testing/testing.install Implements hook_install().
bartik_preprocess_html drupal/themes/bartik/template.php Add body classes if certain regions have content.

Pages

Other projects