constant UPDATE_UNKNOWN in Drupal 7
Same name and namespace in other branches
- 8 core/modules/update/update.module \UPDATE_UNKNOWN
- 6 modules/update/update.module \UPDATE_UNKNOWN
No available update data was found for project.
7 uses of UPDATE_UNKNOWN
- theme_update_report in modules/
update/ update.report.inc - Returns HTML for the project status report.
- update_calculate_project_data in modules/
update/ update.compare.inc - Calculates the current update status of all projects on the site.
- 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_requirements in modules/
update/ update.install - Implements hook_requirements().
File
- modules/
update/ update.module, line 54 - Handles updates of Drupal core and contributed projects.
Code
define('UPDATE_UNKNOWN', -2);