ProjectSecurityData::$existingVersion
Same name in other branches
- 9 core/modules/update/src/ProjectSecurityData.php \Drupal\update\ProjectSecurityData::existingVersion
- 8.9.x core/modules/update/src/ProjectSecurityData.php \Drupal\update\ProjectSecurityData::existingVersion
- 10 core/modules/update/src/ProjectSecurityData.php \Drupal\update\ProjectSecurityData::existingVersion
The existing (currently installed) version of the project.
Because this class only handles the Drupal core project, values will be semantic version numbers such as 8.8.0, 8.8.0-alpha1, or 9.0.0.
Type: string|null
File
-
core/
modules/ update/ src/ ProjectSecurityData.php, line 59
Class
- ProjectSecurityData
- Calculates a project's security coverage information.
Namespace
Drupal\updateCode
protected $existingVersion;
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.