constant UPDATE_FETCH_PENDING

We need to (re)fetch available update data for this project.

5 uses of UPDATE_FETCH_PENDING
theme_update_report in drupal/modules/update/update.report.inc
Returns HTML for the project status report.
update_calculate_project_update_status in drupal/modules/update/update.compare.inc
Calculates the current update status of a specific project.
update_get_available in drupal/modules/update/update.module
Tries to get update information from cache and refreshes it when necessary.
_update_get_cached_available_releases in drupal/modules/update/update.module
Returns all currently cached data about available releases for all projects.
_update_message_text in drupal/modules/update/update.module
Returns the appropriate message text when site is out of date or not secure.

File

drupal/modules/update/update.module, line 64
Handles updates of Drupal core and contributed projects.

Code

define('UPDATE_FETCH_PENDING', -4);