You are here

protected property Constraint::$constraint in Drupal 8

Same name and namespace in other branches
  1. 9 core/lib/Drupal/Component/Version/Constraint.php \Drupal\Component\Version\Constraint::constraint

The constraint represented as a string. For example '>=8.x-5.x'.

Type: string

File

core/lib/Drupal/Component/Version/Constraint.php, line 15

Class

Constraint
A value object representing a Drupal version constraint.

Namespace

Drupal\Component\Version

Code

protected $constraint;