Functions

Primary tabs

Namesort ascending Location Description Direct uses Strings
update_manager_install_form drupal/modules/update/update.manager.inc Form constructor for the install form of the Update Manager module. 1
update_manager_file_get drupal/modules/update/update.manager.inc Copies a file from the specified URL to the temporary directory for updates. 2
update_manager_download_batch_finished drupal/modules/update/update.manager.inc Implements callback_batch_finished(). 1
update_manager_batch_project_get drupal/modules/update/update.manager.inc Implements callback_batch_operation(). 1
update_manager_archive_verify drupal/modules/update/update.manager.inc Verifies an archive after it has been downloaded and extracted. 2
update_manager_archive_extract drupal/modules/update/update.manager.inc Unpacks a downloaded archive file. 2
update_manager_access drupal/modules/update/update.module Access callback: Resolves if the current user can access updater menu items. 5 1
update_mail drupal/modules/update/update.module Implements hook_mail().
update_is_missing drupal/includes/update.inc Determines if a module update is missing or unavailable. 1
update_install drupal/modules/update/update.install Implements hook_install().
update_init drupal/modules/update/update.module Implements hook_init().
update_info_page drupal/update.php Provides an overview of the Drupal database update. 1
update_helpful_links drupal/update.php Provides links to the homepage and administration pages. 2
update_help drupal/modules/update/update.module Implements hook_help().
update_get_update_list drupal/includes/update.inc Returns a list of all the pending database updates. 2
update_get_update_function_list drupal/includes/update.inc Returns an organized list of update functions for a set of modules. 1
update_get_project_name drupal/modules/update/update.compare.inc Determines what project a given file object belongs to. 1
update_get_projects drupal/modules/update/update.compare.inc Fetches an array of installed and enabled projects. 3
update_get_d6_session_name drupal/includes/update.inc Constructs a session name compatible with a D6 environment. 2
update_get_available drupal/modules/update/update.module Tries to get update information from cache and refreshes it when necessary. 4
update_form_system_modules_alter drupal/modules/update/update.module Implements hook_form_FORM_ID_alter() for system_modules().
update_flush_caches drupal/modules/update/update.module Implements hook_flush_caches().
update_fix_d7_requirements drupal/includes/update.inc Perform Drupal 6.x to 7.x updates that are required for update.php to function properly. 1
update_fix_d7_install_profile drupal/includes/update.inc Register the currently installed profile in the system table. 1
update_fix_d7_block_deltas drupal/includes/update.inc A helper function that modules can use to assist with the transformation from numeric block deltas to string block deltas during the 6.x -> 7.x upgrade. 2
update_fix_compatibility drupal/includes/update.inc Disable any items in the {system} table that are not core compatible. 1
update_finished drupal/includes/update.inc Implements callback_batch_finished(). 1
update_filter_project_info drupal/modules/update/update.compare.inc Filters the project .info data to only save attributes we need. 1
update_fetch_data_finished drupal/modules/update/update.fetch.inc Implements callback_batch_finished(). 1
update_fetch_data_batch drupal/modules/update/update.fetch.inc Implements callback_batch_operation(). 1
update_fetch_data drupal/modules/update/update.module Attempts to fetch update data after loading the necessary include file. 2
update_extra_requirements drupal/update.php Returns and stores extra requirements that apply during the update process. 2
update_do_one drupal/includes/update.inc Implements callback_batch_operation(). 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_cron drupal/modules/update/update.module Implements hook_cron().
update_create_fetch_task drupal/modules/update/update.module Creates a new fetch task after loading the necessary include file. 3
update_clear_update_disk_cache drupal/modules/update/update.module Clears the temporary files and directories based on file age from disk. 1
update_check_requirements drupal/update.php Checks update requirements and reports errors and (optionally) warnings. 1
update_check_incompatibility drupal/includes/update.inc Tests the compatibility of a module or theme. 2
update_callback_service_unavailable drupal/modules/update/tests/update_test.module Page callback: Displays an Error 503 (Service unavailable) page. 1
update_calculate_project_update_status drupal/modules/update/update.compare.inc Calculates the current update status of a specific project. 1
update_calculate_project_data drupal/modules/update/update.compare.inc Calculates the current update status of all projects on the site. 3
update_cache_clear_submit drupal/modules/update/update.module Form submission handler for system_modules(). 1
update_build_dependency_graph drupal/includes/update.inc Constructs a graph which encodes the dependencies between module updates. 1
update_batch drupal/includes/update.inc Starts the database update batch process. 1
update_authorize_update_batch_finished drupal/modules/update/update.authorize.inc Implements callback_batch_finished(). 1
update_authorize_run_update drupal/modules/update/update.authorize.inc Updates existing projects when invoked by authorize.php. 1 1
update_authorize_run_install drupal/modules/update/update.authorize.inc Installs a new project when invoked by authorize.php. 1
update_authorize_install_batch_finished drupal/modules/update/update.authorize.inc Implements callback_batch_finished(). 1
update_authorize_batch_copy_project drupal/modules/update/update.authorize.inc Implements callback_batch_operation(). 2

Pages

Other projects