constant UPDATE_CURRENT in Drupal 7
Same name and namespace in other branches
- 8 core/modules/update/update.module \UPDATE_CURRENT
- 6 modules/update/update.module \UPDATE_CURRENT
Project is up to date.
5 uses of UPDATE_CURRENT
- theme_update_report in modules/
update/ update.report.inc - Returns HTML for the project status report.
- theme_update_status_label in modules/
update/ update.report.inc - Returns HTML for a label to display for a project's update status.
- 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_requirement_check in modules/
update/ update.install - Fills in the requirements array.
File
- modules/
update/ update.module, line 44 - Handles updates of Drupal core and contributed projects.
Code
define('UPDATE_CURRENT', 5);