You are here

Functions in Upgrade Status 7

Primary tabs

Namesort descending Location Description Direct uses Strings
theme_upgrade_status_last_check ./upgrade_status.module Returns HTML for the last time we checked for update data.
theme_upgrade_status_report ./upgrade_status.report.inc Returns HTML for the project status report.
theme_upgrade_status_status_label ./upgrade_status.report.inc Returns HTML for a label to display for a project's update status.
upgrade_status_calculate_project_data ./upgrade_status.compare.inc Calculates the current update status of all projects on the site. 1
upgrade_status_calculate_project_update_status ./upgrade_status.compare.inc Calculates the current update status of a specific project. 1
upgrade_status_core_version_form ./upgrade_status.module Form to display Drupal core version selection. 1
upgrade_status_core_version_form_submit ./upgrade_status.module Set the new Drupal core version in a variable; refresh project data.
upgrade_status_create_fetch_task ./upgrade_status.module Creates a new fetch task after loading the necessary include file. 2
upgrade_status_fetch_data ./upgrade_status.module Attempts to fetch update data after loading the necessary include file. 1
upgrade_status_fetch_data_batch ./upgrade_status.fetch.inc Batch callback: Processes a step in batch for fetching available update data. 1
upgrade_status_get_available ./upgrade_status.module Tries to get update information from cache and refreshes it when necessary. 1
upgrade_status_help ./upgrade_status.module Implementation of hook_help().
upgrade_status_install ./upgrade_status.install Implements hook_install().
upgrade_status_manual_status ./upgrade_status.fetch.inc Page callback: Checks for updates and displays the update status report. 1
upgrade_status_menu ./upgrade_status.module Implementation of hook_menu().
upgrade_status_moved_into_core ./upgrade_status.module Return status and notice about modules moved into Core. 1
upgrade_status_obsolete ./upgrade_status.compare.inc Return status and notice about modules that have been made obsolete. 2
upgrade_status_refresh ./upgrade_status.module Refreshes the release data after loading the necessary include file. 1
upgrade_status_status ./upgrade_status.report.inc Page callback: Generates a page about the update status of projects. 1
upgrade_status_theme ./upgrade_status.module Implementation of hook_theme().
upgrade_status_update_7000 ./upgrade_status.install Create a queue to store tasks for requests to fetch available update data.
_upgrade_status_build_fetch_url ./upgrade_status.fetch.inc Generates the URL to fetch information about project updates. 1
_upgrade_status_create_fetch_task ./upgrade_status.fetch.inc Adds a task to the queue for fetching release history data for a project. 1
_upgrade_status_d7_core ./upgrade_status.module Modules in core in Drupal 7. 1
_upgrade_status_d8_core ./upgrade_status.module Modules in core in Drupal 8. 1
_upgrade_status_fetch_data ./upgrade_status.fetch.inc Attempts to drain the queue of tasks for release history data to fetch. 1
_upgrade_status_get_cached_available_releases ./upgrade_status.module Returns all currently cached data about available releases for all projects. 1
_upgrade_status_process_fetch_task ./upgrade_status.fetch.inc Processes a task to fetch available update data for a single project. 2
_upgrade_status_refresh ./upgrade_status.fetch.inc Clears out all the cached available update data and initiates re-fetching. 2

Other projects