constant UPDATE_FETCH_PENDING in Zircon Profile 8
Same name and namespace in other branches
- 8.0 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
- template_preprocess_update_project_status in core/
modules/ update/ update.report.inc - Prepares variables for update project status templates.
- template_preprocess_update_report in core/
modules/ update/ update.report.inc - Prepares variables for project status report templates.
- update_calculate_project_update_status in core/
modules/ update/ update.compare.inc - Calculates the current update status of a specific project.
- update_get_available in core/
modules/ update/ update.module - Tries to get update information and refreshes it when necessary.
- _update_message_text in core/
modules/ update/ update.module - Returns the appropriate message text when site is out of date or not secure.
File
- core/
modules/ update/ update.module, line 64 - Handles updates of Drupal core and contributed projects.
Code
const UPDATE_FETCH_PENDING = -4;