Functions

Primary tabs

Namesort descending Location Description Direct uses Strings
update_already_performed drupal/core/includes/update.inc Determines if a module update has already been performed. 1
update_authorize_batch_copy_project drupal/core/modules/update/update.authorize.inc Batch callback: Copies project to its proper place when authorized to do so. 2
update_authorize_install_batch_finished drupal/core/modules/update/update.authorize.inc Batch callback: Performs actions when the authorized install batch is done. 1
update_authorize_run_install drupal/core/modules/update/update.authorize.inc Installs a new project when invoked by authorize.php. 1
update_authorize_run_update drupal/core/modules/update/update.authorize.inc Updates existing projects when invoked by authorize.php. 1 1
update_authorize_update_batch_finished drupal/core/modules/update/update.authorize.inc Batch callback: Performs actions when the authorized update batch is done. 1
update_batch drupal/core/includes/update.inc Starts the database update batch process. 1
update_build_dependency_graph drupal/core/includes/update.inc Constructs a graph which encodes the dependencies between module updates. 1
update_calculate_project_data drupal/core/modules/update/update.compare.inc Calculates the current update status of all projects on the site. 3
update_calculate_project_update_status drupal/core/modules/update/update.compare.inc Calculates the current update status of a specific project. 1
update_callback_service_unavailable drupal/core/modules/update/tests/modules/update_test/update_test.module Page callback: Displays an Error 503 (Service unavailable) page. 1
update_check_incompatibility drupal/core/includes/update.inc Tests the compatibility of a module or theme. 2
update_check_requirements drupal/core/update.php Checks update requirements and reports errors and (optionally) warnings. 1
update_clear_update_disk_cache drupal/core/modules/update/update.module Clears the temporary files and directories based on file age from disk. 1
update_create_fetch_task drupal/core/modules/update/update.module Creates a new fetch task after loading the necessary include file. 3
update_cron drupal/core/modules/update/update.module Implements hook_cron().
update_delete_file_if_stale drupal/core/modules/update/update.module Deletes stale files and directories from the update manager disk cache. 1 1
update_do_one drupal/core/includes/update.inc Performs one update and stores the results for display on the results page. 1
update_extra_requirements drupal/core/update.php Returns and stores extra requirements that apply during the update process. 2
update_fetch_data drupal/core/modules/update/update.module Attempts to fetch update data after loading the necessary include file. 2
update_fetch_data_batch drupal/core/modules/update/update.fetch.inc Batch callback: Processes a step in batch for fetching available update data. 1
update_fetch_data_finished drupal/core/modules/update/update.fetch.inc Batch callback: Performs actions when all fetch tasks have been completed. 1
update_filter_project_info drupal/core/modules/update/update.compare.inc Filters the project .info.yml data to only save attributes we need. 1
update_finished drupal/core/includes/update.inc Finishes the update process and stores the results for eventual display. 1
update_fix_compatibility drupal/core/includes/update.inc Disables any extensions that are incompatible with the current core version. 1
update_fix_d8_requirements drupal/core/includes/update.inc Performs Drupal 7.x to 8.x required update.php updates. 1
update_flush_all_caches drupal/core/update.php Remove update overrides and flush all caches. 2
update_form_system_modules_alter drupal/core/modules/update/update.module Implements hook_form_FORM_ID_alter() for system_modules().
update_get_available drupal/core/modules/update/update.module Tries to get update information and refreshes it when necessary. 5
update_get_projects drupal/core/modules/update/update.compare.inc Fetches an array of installed and enabled projects. 4
update_get_project_name drupal/core/modules/update/update.compare.inc Determines what project a given file object belongs to. 1
update_get_update_function_list drupal/core/includes/update.inc Returns an organized list of update functions for a set of modules. 1
update_get_update_list drupal/core/includes/update.inc Returns a list of all the pending database updates. 3
update_help drupal/core/modules/update/update.module Implements hook_help().
update_helpful_links drupal/core/update.php Provides links to the homepage and administration pages. 2
update_info_page drupal/core/update.php Provides an overview of the Drupal database update. 1
update_install drupal/core/modules/update/update.install Implements hook_install().
update_is_missing drupal/core/includes/update.inc Determines if a module update is missing or unavailable. 1
update_mail drupal/core/modules/update/update.module Implements hook_mail().
update_manager_access drupal/core/modules/update/update.module Access callback: Resolves if the current user can access updater menu items. 5 1
update_manager_archive_extract drupal/core/modules/update/update.manager.inc Unpacks a downloaded archive file. 2
update_manager_archive_verify drupal/core/modules/update/update.manager.inc Verifies an archive after it has been downloaded and extracted. 2
update_manager_batch_project_get drupal/core/modules/update/update.manager.inc Batch callback: Downloads, unpacks, and verifies a project. 1
update_manager_download_batch_finished drupal/core/modules/update/update.manager.inc Batch callback: Performs actions when the download batch is completed. 1
update_manager_file_get drupal/core/modules/update/update.manager.inc Copies a file from the specified URL to the temporary directory for updates. 2
update_manager_install_form drupal/core/modules/update/update.manager.inc Form constructor for the install form of the Update Manager module. 1
update_manager_install_form_submit drupal/core/modules/update/update.manager.inc Form submission handler for update_manager_install_form().
update_manager_install_form_validate drupal/core/modules/update/update.manager.inc Form validation handler for update_manager_install_form().
update_manager_local_transfers_allowed drupal/core/modules/update/update.manager.inc Determines if file transfers will be performed locally. 1
update_manager_update_form drupal/core/modules/update/update.manager.inc Form constructor for the update form of the Update Manager module. 1

Pages

Other projects