ModuleVersion::$versionExtra

Same name and namespace in other branches
  1. 8.9.x 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;

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.