constant UPDATE_NOT_FETCHED

There was a failure fetching available update data for this project.

5 uses of UPDATE_NOT_FETCHED
theme_update_report in drupal/core/modules/update/update.report.inc
Returns HTML for the project status report.
update_calculate_project_update_status in drupal/core/modules/update/update.compare.inc
Calculates the current update status of a specific project.
update_manager_update_form in drupal/core/modules/update/update.manager.inc
Form constructor for the update form of the Update Manager module.
_update_message_text in drupal/core/modules/update/update.module
Returns the appropriate message text when site is out of date or not secure.
_update_requirement_check in drupal/core/modules/update/update.install
Fills in the requirements array.

File

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

Code

const UPDATE_NOT_FETCHED = -3;