constant UPDATE_NOT_CHECKED in Drupal 7
Same name and namespace in other branches
- 8 core/modules/update/update.module \UPDATE_NOT_CHECKED
- 6 modules/update/update.module \UPDATE_NOT_CHECKED
Project's status cannot be checked.
6 uses of UPDATE_NOT_CHECKED
- hook_update_status_alter in modules/
update/ update.api.php - Alter the information about available updates for projects.
- 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_manager_update_form in modules/
update/ update.manager.inc - Form constructor for the update form of the Update Manager module.
- _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 49 - Handles updates of Drupal core and contributed projects.
Code
define('UPDATE_NOT_CHECKED', -1);