UPDATE_FETCH_PENDING
Same name in other branches
- 8.9.x core/modules/update/update.module \UPDATE_FETCH_PENDING
We need to (re)fetch available update data for this project.
5 uses of UPDATE_FETCH_PENDING
- theme_update_report in modules/
update/ update.report.inc - Returns HTML for the project status report.
- update_calculate_project_update_status in modules/
update/ update.compare.inc - Calculates the current update status of a specific project.
- update_get_available in modules/
update/ update.module - Tries to get update information from cache and refreshes it when necessary.
- _update_get_cached_available_releases in modules/
update/ update.module - Returns all currently cached data about available releases for all projects.
- _update_message_text in modules/
update/ update.module - Returns the appropriate message text when site is out of date or not secure.
File
-
modules/
update/ update.module, line 64
Code
define('UPDATE_FETCH_PENDING', -4);
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.