You are here

public property Version::$message in Markdown 8.2

File

src/Plugin/Validation/Constraint/Version.php, line 20

Class

Version
Checks whether a specific version is satisfied by Semver constraints.

Namespace

Drupal\markdown\Plugin\Validation\Constraint

Code

public $message = 'Version "@version" does not satisfy the following semantic version constraints "@constraints".';