Functions

Primary tabs

Namesort descending Location Description Direct uses Strings
update_update_8001 drupal/core/modules/update/update.install Convert update_last_check, last_email_notification variables to state API.
update_update_8002 drupal/core/modules/update/update.install Deletes the {cache_update} table.
update_variables_to_config drupal/core/includes/update.inc Updates config with values set on Drupal 7.x. 45
update_variables_to_state drupal/core/includes/update.inc Updates 7.x variables to state records. 8
update_variable_del drupal/core/includes/update.inc Delete a variable from the database during the 7.x-8.x upgrade path. 14
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_set drupal/core/includes/update.inc Sets a persistent variable during the 7.x-8.x upgrade path. 11
update_verify_update_archive drupal/core/modules/update/update.module Implements hook_verify_update_archive().
url drupal/core/includes/common.inc Generates an internal or external URL. 315 26
url_alter_test_foo drupal/core/modules/system/tests/modules/url_alter_test/url_alter_test.module Menu callback. 1
url_alter_test_install drupal/core/modules/system/tests/modules/url_alter_test/url_alter_test.install Impelement hook_install().
url_alter_test_menu drupal/core/modules/system/tests/modules/url_alter_test/url_alter_test.module Implements hook_menu().
url_is_external drupal/core/includes/common.inc Returns TRUE if a path is external to Drupal (e.g. http://example.com). 7
user_access drupal/core/modules/user/user.module Determine whether the user has a given privilege. 188 11
user_admin_account drupal/core/modules/user/user.admin.inc Page callback: User administration page. 1
user_admin_paths drupal/core/modules/user/user.module Implements hook_admin_paths().
user_admin_permissions drupal/core/modules/user/user.admin.inc Menu callback: administer permissions. 1
user_admin_permissions_submit drupal/core/modules/user/user.admin.inc Save permissions selected on the administer permissions page.
user_attach_accounts drupal/core/modules/user/user.module Populates $entity->account for each prepared entity. 1
user_authenticate drupal/core/modules/user/user.module Try to validate the user's login credentials locally. 1
user_build_filter_query drupal/core/modules/user/user.module Extends a query object for user administration filters based on session. 2
user_cancel drupal/core/modules/user/user.module Cancel a user account. 3
user_cancel_confirm drupal/core/modules/user/user.pages.inc Menu callback; Cancel a user account via e-mail confirmation link. 1
user_cancel_confirm_form drupal/core/modules/user/user.pages.inc Form builder; confirm form for cancelling user account. 1
user_cancel_confirm_form_submit drupal/core/modules/user/user.pages.inc Submit handler for the account cancellation confirm form. 1
user_cancel_methods drupal/core/modules/user/user.pages.inc Helper function to return available account cancellation methods. 3
user_cancel_url drupal/core/modules/user/user.module Generates a URL to confirm an account cancellation request. 2
user_cookie_delete drupal/core/modules/user/user.module Delete a visitor information cookie.
user_cookie_save drupal/core/modules/user/user.module Saves visitor information as a cookie so it can be reused. 3
user_delete drupal/core/modules/user/user.module Delete a user. 3
user_delete_multiple drupal/core/modules/user/user.module Delete multiple user accounts. 2
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_entity_bundle_info drupal/core/modules/user/user.module Implements hook_entity_bundle_info().
user_field_extra_fields drupal/core/modules/user/user.module Implements hook_field_extra_fields().
user_field_info_alter drupal/core/modules/user/user.module Implements hook_field_info_alter().
user_file_download_access drupal/core/modules/user/user.module Implements hook_file_download_access().
user_filters drupal/core/modules/user/user.module List user administration filters that can be applied. 1
user_format_name drupal/core/modules/user/user.module Format a username. 19
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_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_process_password_confirm drupal/core/modules/user/user.module Form element process handler for client-side password validation. 1
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_test_current_password_submit drupal/core/modules/user/tests/modules/user_form_test/user_form_test.module Submit function for the test form for user_validate_current_pass().
user_form_test_menu drupal/core/modules/user/tests/modules/user_form_test/user_form_test.module Implements hook_menu().
user_help drupal/core/modules/user/user.module Implement hook_help().
user_install drupal/core/modules/user/user.install Implements hook_install().
user_install_picture_field drupal/core/modules/user/user.install Creates a user picture image field for the User entity. 2
user_is_anonymous drupal/core/modules/user/user.module Determines if the current user is anonymous. 4 1
user_is_blocked drupal/core/modules/user/user.module Checks for usernames blocked by user administration. 1
user_is_logged_in drupal/core/modules/user/user.module Determines if the current user is logged in. 3 1

Pages

Other projects