You are here

constant UPDATE_NOT_SECURE in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 core/modules/update/update.module \UPDATE_NOT_SECURE

Project is missing security update(s).

8 uses of UPDATE_NOT_SECURE
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.
UpdateContribTest::testHookUpdateStatusAlter in core/modules/update/src/Tests/UpdateContribTest.php
Checks that hook_update_status_alter() works to change a status.
UpdateManagerUpdate::buildForm in core/modules/update/src/Form/UpdateManagerUpdate.php
Form constructor.
update_calculate_project_update_status in core/modules/update/update.compare.inc
Calculates the current update status of a specific project.

... See full list

File

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

Code

const UPDATE_NOT_SECURE = 1;