Functions

Primary tabs

Name Locationsort ascending Description Direct uses Strings
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_manager_update_form drupal/core/modules/update/update.manager.inc Form constructor for the update form of the Update Manager module. 1
theme_update_manager_update_form drupal/core/modules/update/update.manager.inc Returns HTML for the first page in the process of updating projects.
update_manager_update_form_validate drupal/core/modules/update/update.manager.inc Form validation handler for update_manager_update_form(). 1
update_manager_update_form_submit drupal/core/modules/update/update.manager.inc Form submission handler for update_manager_update_form().
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_update_ready_form drupal/core/modules/update/update.manager.inc Form constructor for the update ready form. 1
update_manager_update_ready_form_submit drupal/core/modules/update/update.manager.inc Form submission handler for update_manager_update_ready_form().
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_check_backends drupal/core/modules/update/update.manager.inc Checks for file transfer backends and prepares a form fragment about them. 3
update_manager_install_form_validate drupal/core/modules/update/update.manager.inc Form validation handler for update_manager_install_form().
update_manager_install_form_submit drupal/core/modules/update/update.manager.inc Form submission handler for update_manager_install_form().
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_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_batch_project_get drupal/core/modules/update/update.manager.inc Batch callback: Downloads, unpacks, and verifies a project. 1
update_manager_local_transfers_allowed drupal/core/modules/update/update.manager.inc Determines if file transfers will be performed locally. 1
update_requirements drupal/core/modules/update/update.install Implements hook_requirements(). 2
update_schema drupal/core/modules/update/update.install Implements hook_schema().
update_install drupal/core/modules/update/update.install Implements hook_install().
update_uninstall drupal/core/modules/update/update.install Implements hook_uninstall().
_update_requirement_check drupal/core/modules/update/update.install Fills in the requirements array. 1
update_update_8000 drupal/core/modules/update/update.install Moves update settings from variables to config.
update_update_8001 drupal/core/modules/update/update.install Convert update_last_check, last_email_notification variables to state API.
update_manual_status drupal/core/modules/update/update.fetch.inc Page callback: Checks for updates and displays the update status report. 1
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_fetch_data drupal/core/modules/update/update.fetch.inc Attempts to drain the queue of tasks for release history data to fetch. 1
_update_process_fetch_task drupal/core/modules/update/update.fetch.inc Processes a task to fetch available update data for a single project. 2
_update_refresh drupal/core/modules/update/update.fetch.inc Clears out all the cached available update data and initiates re-fetching. 2
_update_create_fetch_task drupal/core/modules/update/update.fetch.inc Adds a task to the queue for fetching release history data for a project. 1 1
_update_build_fetch_url drupal/core/modules/update/update.fetch.inc Generates the URL to fetch information about project updates. 2
_update_get_fetch_url_base drupal/core/modules/update/update.fetch.inc Returns the base of the URL to fetch available update data for a project. 2
_update_cron_notify drupal/core/modules/update/update.fetch.inc Performs any notifications that should be done once cron fetches new data. 1
update_parse_xml drupal/core/modules/update/update.fetch.inc Parses the XML of the Drupal release history info files. 1
update_get_projects drupal/core/modules/update/update.compare.inc Fetches an array of installed and enabled projects. 3
update_process_info_list drupal/core/modules/update/update.compare.inc Populates an array of project data. 2
update_get_project_name drupal/core/modules/update/update.compare.inc Determines what project a given file object belongs to. 1
update_process_project_info drupal/core/modules/update/update.compare.inc Determines version and type information for currently installed projects. 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_project_cache drupal/core/modules/update/update.compare.inc Retrieves data from {cache_update} or empties the cache when necessary. 2
update_filter_project_info drupal/core/modules/update/update.compare.inc Filters the project .info data to only save attributes we need. 1
update_authorize_run_update drupal/core/modules/update/update.authorize.inc Updates existing projects when invoked by authorize.php. 1 1
update_authorize_run_install drupal/core/modules/update/update.authorize.inc Installs a new project when invoked by authorize.php. 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_update_batch_finished drupal/core/modules/update/update.authorize.inc Batch callback: Performs actions when the authorized update batch is done. 1
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_batch_create_message drupal/core/modules/update/update.authorize.inc Creates a structure of log messages. 1
_update_authorize_clear_update_status drupal/core/modules/update/update.authorize.inc Clears cached available update status data. 1

Pages

Other projects