Constraint::$constraintArray
A list of associative arrays representing the constraint.
Each containing the keys:
- 'op': can be one of: '=', '==', '!=', '<>', '<', '<=', '>', or '>='.
 - 'version': A complete version, e.g. '4.5-beta3'.
 
Type: array[]
File
- 
              core/
lib/ Drupal/ Component/ Version/ Constraint.php, line 26  
Class
- Constraint
 - A value object representing a Drupal version constraint.
 
Namespace
Drupal\Component\VersionCode
protected $constraintArray = [];
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.