You are here

protected property ProjectSecurityData::$existingVersion in Drupal 8

Same name and namespace in other branches
  1. 9 core/modules/update/src/ProjectSecurityData.php \Drupal\update\ProjectSecurityData::existingVersion
  2. 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 54

Class

ProjectSecurityData
Calculates a project's security coverage information.

Namespace

Drupal\update

Code

protected $existingVersion;