constant UPDATE_REVOKED

Current release has been unpublished and is no longer available.

6 uses of UPDATE_REVOKED
theme_update_report in drupal/modules/update/update.report.inc
Returns HTML for the project status report.
theme_update_status_label in drupal/modules/update/update.report.inc
Returns HTML for a label to display for a project's update status.
update_calculate_project_update_status in drupal/modules/update/update.compare.inc
Calculates the current update status of a specific project.
update_manager_update_form in drupal/modules/update/update.manager.inc
Form constructor for the update form of the Update Manager module.
_update_message_text in drupal/modules/update/update.module
Returns the appropriate message text when site is out of date or not secure.

... See full list

File

drupal/modules/update/update.module, line 29
Handles updates of Drupal core and contributed projects.

Code

define('UPDATE_REVOKED', 2);