You are here

protected property ModuleVersion::$versionExtra in Drupal 9

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

The version extra string.

For example, if the module version is '2.0.3-alpha1', then the version extra string is 'alpha1'.

Type: string|null

File

core/modules/update/src/ModuleVersion.php, line 40

Class

ModuleVersion
Provides a module version value object.

Namespace

Drupal\update

Code

protected $versionExtra;