You are here

protected property ProjectCoreCompatibility::$existingCoreVersion in Drupal 9

Same name and namespace in other branches
  1. 8 core/modules/update/src/ProjectCoreCompatibility.php \Drupal\update\ProjectCoreCompatibility::existingCoreVersion

The currently installed version of Drupal core.

Type: string

File

core/modules/update/src/ProjectCoreCompatibility.php, line 25

Class

ProjectCoreCompatibility
Utility class to set core compatibility messages for project releases.

Namespace

Drupal\update

Code

protected $existingCoreVersion;