protected property ProjectSecurityData::$existingVersion in Drupal 9
Same name and namespace in other branches
- 8 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 56
Class
- ProjectSecurityData
- Calculates a project's security coverage information.
Namespace
Drupal\updateCode
protected $existingVersion;