Functions

Primary tabs

Name Locationsort descending Description Direct uses Strings
update_authorize_update_batch_finished drupal/modules/update/update.authorize.inc Implements callback_batch_finished(). 1
update_get_projects drupal/modules/update/update.compare.inc Fetches an array of installed and enabled projects. 3
_update_process_info_list drupal/modules/update/update.compare.inc Populates an array of project data. 1
update_get_project_name drupal/modules/update/update.compare.inc Determines what project a given file object belongs to. 1
update_process_project_info drupal/modules/update/update.compare.inc Determines version and type information for currently installed projects. 1
update_calculate_project_data drupal/modules/update/update.compare.inc Calculates the current update status of all projects on the site. 3
update_calculate_project_update_status drupal/modules/update/update.compare.inc Calculates the current update status of a specific project. 1
update_project_cache drupal/modules/update/update.compare.inc Retrieves data from {cache_update} or empties the cache when necessary. 2
update_filter_project_info drupal/modules/update/update.compare.inc Filters the project .info data to only save attributes we need. 1
update_manual_status drupal/modules/update/update.fetch.inc Page callback: Checks for updates and displays the update status report. 1
update_fetch_data_batch drupal/modules/update/update.fetch.inc Implements callback_batch_operation(). 1
update_fetch_data_finished drupal/modules/update/update.fetch.inc Implements callback_batch_finished(). 1
_update_fetch_data drupal/modules/update/update.fetch.inc Attempts to drain the queue of tasks for release history data to fetch. 1
_update_process_fetch_task drupal/modules/update/update.fetch.inc Processes a task to fetch available update data for a single project. 2
_update_refresh drupal/modules/update/update.fetch.inc Clears out all the cached available update data and initiates re-fetching. 2
_update_create_fetch_task drupal/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/modules/update/update.fetch.inc Generates the URL to fetch information about project updates. 2
_update_get_fetch_url_base drupal/modules/update/update.fetch.inc Returns the base of the URL to fetch available update data for a project. 2
_update_cron_notify drupal/modules/update/update.fetch.inc Performs any notifications that should be done once cron fetches new data. 1
update_parse_xml drupal/modules/update/update.fetch.inc Parses the XML of the Drupal release history info files. 1
update_requirements drupal/modules/update/update.install Implements hook_requirements(). 2
update_schema drupal/modules/update/update.install Implements hook_schema().
update_install drupal/modules/update/update.install Implements hook_install().
update_uninstall drupal/modules/update/update.install Implements hook_uninstall().
_update_requirement_check drupal/modules/update/update.install Fills in the requirements array. 1
update_update_7000 drupal/modules/update/update.install Create a queue to store tasks for requests to fetch available update data.
update_update_7001 drupal/modules/update/update.install Recreates cache_update table.
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
update_manager_update_ready_form drupal/modules/update/update.manager.inc Form constructor for the update ready form. 1
update_manager_update_ready_form_submit drupal/modules/update/update.manager.inc Form submission handler for update_manager_update_ready_form().
update_manager_install_form drupal/modules/update/update.manager.inc Form constructor for the install form of the Update Manager module. 1
_update_manager_check_backends drupal/modules/update/update.manager.inc Checks for file transfer backends and prepares a form fragment about them. 3
update_manager_install_form_validate drupal/modules/update/update.manager.inc Form validation handler for update_manager_install_form().
update_manager_install_form_submit drupal/modules/update/update.manager.inc Form submission handler for update_manager_install_form().
update_manager_archive_extract drupal/modules/update/update.manager.inc Unpacks a downloaded archive file. 2
update_manager_archive_verify drupal/modules/update/update.manager.inc Verifies an archive after it has been downloaded and extracted. 2
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_batch_project_get drupal/modules/update/update.manager.inc Implements callback_batch_operation(). 1
update_manager_local_transfers_allowed drupal/modules/update/update.manager.inc Determines if file transfers will be performed locally. 1
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().

Pages

Other projects