ProjectSecurityData::SECURITY_COVERAGE_END_DATE_8_8

Define constants for versions with security coverage end dates.

Two types of constants are supported:

  • SECURITY_COVERAGE_END_DATE_[VERSION_MAJOR]_[VERSION_MINOR]: A date in 'Y-m-d' or 'Y-m' format.
  • SECURITY_COVERAGE_ENDING_WARN_DATE_[VERSION_MAJOR]_[VERSION_MINOR]: A date in 'Y-m-d' format.

See also

\Drupal\update\ProjectSecurityRequirement::getDateEndRequirement()

File

core/modules/update/src/ProjectSecurityData.php, line 40

Class

ProjectSecurityData
Calculates a project's security coverage information.

Namespace

Drupal\update

Code

const SECURITY_COVERAGE_END_DATE_8_8 = '2020-12-02';

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.