Functions

Primary tabs

Name Locationsort ascending Description Direct uses Strings
user_admin_role_delete_confirm drupal/modules/user/user.admin.inc Form to confirm role delete operation. 1
user_admin_role_delete_confirm_submit drupal/modules/user/user.admin.inc Form submit handler for user_admin_role_delete_confirm().
user_form_test_form_user_profile_form_alter drupal/modules/user/tests/user_form_test.module Implements hook_form_FORM_ID_alter().
user_form_test_user_account_submit drupal/modules/user/tests/user_form_test.module Submit function for user_profile_form(). 1
user_form_test_menu drupal/modules/user/tests/user_form_test.module Implements hook_menu().
user_form_test_current_password drupal/modules/user/tests/user_form_test.module A test form for user_validate_current_pass(). 1
user_form_test_current_password_submit drupal/modules/user/tests/user_form_test.module Submit function for the test form for user_validate_current_pass().
update_settings drupal/modules/update/update.settings.inc Form constructor for the update settings form. 1
update_settings_validate drupal/modules/update/update.settings.inc Form validation handler for update_settings(). 1
update_settings_submit drupal/modules/update/update.settings.inc Form submission handler for update_settings().
update_status drupal/modules/update/update.report.inc Page callback: Generates a page about the update status of projects. 1
theme_update_report drupal/modules/update/update.report.inc Returns HTML for the project status report.
theme_update_status_label drupal/modules/update/update.report.inc Returns HTML for a label to display for a project's update status.
theme_update_version drupal/modules/update/update.report.inc Returns HTML for the version display of a project.
update_help drupal/modules/update/update.module Implements hook_help().
update_init drupal/modules/update/update.module Implements hook_init().
update_menu drupal/modules/update/update.module Implements hook_menu().
update_manager_access drupal/modules/update/update.module Access callback: Resolves if the current user can access updater menu items. 5 1
update_theme drupal/modules/update/update.module Implements hook_theme().
update_cron drupal/modules/update/update.module Implements hook_cron().
update_themes_enabled drupal/modules/update/update.module Implements hook_themes_enabled().
update_themes_disabled drupal/modules/update/update.module Implements hook_themes_disabled().
update_form_system_modules_alter drupal/modules/update/update.module Implements hook_form_FORM_ID_alter() for system_modules().
update_cache_clear_submit drupal/modules/update/update.module Form submission handler for system_modules(). 1
_update_no_data drupal/modules/update/update.module Returns a warning message when there is no data about available updates. 2
update_get_available drupal/modules/update/update.module Tries to get update information from cache and refreshes it when necessary. 4
update_create_fetch_task drupal/modules/update/update.module Creates a new fetch task after loading the necessary include file. 3
update_refresh drupal/modules/update/update.module Refreshes the release data after loading the necessary include file. 1
update_fetch_data drupal/modules/update/update.module Attempts to fetch update data after loading the necessary include file. 2
_update_get_cached_available_releases drupal/modules/update/update.module Returns all currently cached data about available releases for all projects. 1
update_mail drupal/modules/update/update.module Implements hook_mail().
_update_message_text drupal/modules/update/update.module Returns the appropriate message text when site is out of date or not secure. 2
_update_project_status_sort drupal/modules/update/update.module Orders projects based on their status. 1
theme_update_last_check drupal/modules/update/update.module Returns HTML for the last time we checked for update data.
update_verify_update_archive drupal/modules/update/update.module Implements hook_verify_update_archive().
_update_cache_set drupal/modules/update/update.module Stores data in the private update status cache table. 3
_update_cache_get drupal/modules/update/update.module Retrieves data from the private update status cache table. 2
_update_get_cache_multiple drupal/modules/update/update.module Returns an array of cache items with a given cache ID prefix. 2
_update_cache_clear drupal/modules/update/update.module Invalidates cached data relating to update status. 10
update_flush_caches drupal/modules/update/update.module Implements hook_flush_caches().
_update_manager_unique_identifier drupal/modules/update/update.module Returns a short unique identifier for this Drupal installation. 2
_update_manager_extract_directory drupal/modules/update/update.module Returns the directory where update archive files should be extracted. 4
_update_manager_cache_directory drupal/modules/update/update.module Returns the directory where update archive files should be cached. 2
update_clear_update_disk_cache drupal/modules/update/update.module Clears the temporary files and directories based on file age from disk. 1
update_delete_file_if_stale drupal/modules/update/update.module Deletes stale files and directories from the update manager disk cache. 1 1
update_manager_update_form drupal/modules/update/update.manager.inc Form constructor for the update form of the Update Manager module. 1
theme_update_manager_update_form drupal/modules/update/update.manager.inc Returns HTML for the first page in the process of updating projects.
update_manager_update_form_validate drupal/modules/update/update.manager.inc Form validation handler for update_manager_update_form(). 1
update_manager_update_form_submit drupal/modules/update/update.manager.inc Form submission handler for update_manager_update_form().
update_manager_download_batch_finished drupal/modules/update/update.manager.inc Implements callback_batch_finished(). 1

Pages

Other projects