constant ProjectSecurityData::SECURITY_COVERAGE_END_DATE_8_8 in Drupal 8
Same name and namespace in other branches
- 9 core/modules/update/src/ProjectSecurityData.php \Drupal\update\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\updateCode
const SECURITY_COVERAGE_END_DATE_8_8 = '2020-12-02';