Functions

Primary tabs

Namesort ascending Location Description Direct uses Strings
user_form_test_current_password drupal/core/modules/user/tests/modules/user_form_test/user_form_test.module A test form for user_validate_current_pass(). 1
user_form_process_password_confirm drupal/core/modules/user/user.module Form element process handler for client-side password validation. 1
user_form_field_ui_field_instance_edit_form_submit drupal/core/modules/user/user.module Additional submit handler for the 'Edit field instance' form. 1
user_form_field_ui_field_instance_edit_form_alter drupal/core/modules/user/user.module Implements hook_form_FORM_ID_alter() for 'field_ui_field_instance_edit_form'.
user_format_name drupal/core/modules/user/user.module Format a username. 19
user_filters drupal/core/modules/user/user.module List user administration filters that can be applied. 1
user_file_download_access drupal/core/modules/user/user.module Implements hook_file_download_access().
user_field_info_alter drupal/core/modules/user/user.module Implements hook_field_info_alter().
user_field_extra_fields drupal/core/modules/user/user.module Implements hook_field_extra_fields().
user_entity_bundle_info drupal/core/modules/user/user.module Implements hook_entity_bundle_info().
user_edit_cancel_submit drupal/core/modules/user/user.pages.inc Submit function for the 'Cancel account' button on the user edit form. 1
user_delete_multiple drupal/core/modules/user/user.module Delete multiple user accounts. 2
user_delete drupal/core/modules/user/user.module Delete a user. 3
user_cookie_save drupal/core/modules/user/user.module Saves visitor information as a cookie so it can be reused. 3
user_cookie_delete drupal/core/modules/user/user.module Delete a visitor information cookie.
user_cancel_url drupal/core/modules/user/user.module Generates a URL to confirm an account cancellation request. 2
user_cancel_methods drupal/core/modules/user/user.pages.inc Helper function to return available account cancellation methods. 3
user_cancel_confirm_form_submit drupal/core/modules/user/user.pages.inc Submit handler for the account cancellation confirm form. 1
user_cancel_confirm_form drupal/core/modules/user/user.pages.inc Form builder; confirm form for cancelling user account. 1
user_cancel_confirm drupal/core/modules/user/user.pages.inc Menu callback; Cancel a user account via e-mail confirmation link. 1
user_cancel drupal/core/modules/user/user.module Cancel a user account. 3
user_build_filter_query drupal/core/modules/user/user.module Extends a query object for user administration filters based on session. 2
user_authenticate drupal/core/modules/user/user.module Try to validate the user's login credentials locally. 1
user_attach_accounts drupal/core/modules/user/user.module Populates $entity->account for each prepared entity. 1
user_admin_permissions_submit drupal/core/modules/user/user.admin.inc Save permissions selected on the administer permissions page.
user_admin_permissions drupal/core/modules/user/user.admin.inc Menu callback: administer permissions. 1
user_admin_paths drupal/core/modules/user/user.module Implements hook_admin_paths().
user_admin_account drupal/core/modules/user/user.admin.inc Page callback: User administration page. 1
user_access drupal/core/modules/user/user.module Determine whether the user has a given privilege. 188 11
url_is_external drupal/core/includes/common.inc Returns TRUE if a path is external to Drupal (e.g. http://example.com). 7
url_alter_test_menu drupal/core/modules/system/tests/modules/url_alter_test/url_alter_test.module Implements hook_menu().
url_alter_test_install drupal/core/modules/system/tests/modules/url_alter_test/url_alter_test.install Impelement hook_install().
url_alter_test_foo drupal/core/modules/system/tests/modules/url_alter_test/url_alter_test.module Menu callback. 1
url drupal/core/includes/common.inc Generates an internal or external URL. 315 26
update_verify_update_archive drupal/core/modules/update/update.module Implements hook_verify_update_archive().
update_variable_set drupal/core/includes/update.inc Sets a persistent variable during the 7.x-8.x upgrade path. 11
update_variable_get drupal/core/includes/update.inc Gets the value of a variable from the database during 7.x-8.x upgrades. 20
update_variable_del drupal/core/includes/update.inc Delete a variable from the database during the 7.x-8.x upgrade path. 14
update_variables_to_state drupal/core/includes/update.inc Updates 7.x variables to state records. 8
update_variables_to_config drupal/core/includes/update.inc Updates config with values set on Drupal 7.x. 45
update_update_8002 drupal/core/modules/update/update.install Deletes the {cache_update} table.
update_update_8001 drupal/core/modules/update/update.install Convert update_last_check, last_email_notification variables to state API.
update_update_8000 drupal/core/modules/update/update.install Moves update settings from variables to config.
update_uninstall drupal/core/modules/update/update.install Implements hook_uninstall().
update_themes_enabled drupal/core/modules/update/update.module Implements hook_themes_enabled().
update_themes_disabled drupal/core/modules/update/update.module Implements hook_themes_disabled().
update_theme drupal/core/modules/update/update.module Implements hook_theme().
update_test_update_status_alter drupal/core/modules/update/tests/modules/update_test/update_test.module Implements hook_update_status_alter().
update_test_system_theme_info drupal/core/modules/update/tests/modules/update_test/update_test.module Implements hook_system_theme_info().
update_test_system_info_alter drupal/core/modules/update/tests/modules/update_test/update_test.module Implements hook_system_info_alter().

Pages

Other projects