protected property EntityCondition::$value in Drupal 8
Same name and namespace in other branches
- 9 core/modules/jsonapi/src/Query/EntityCondition.php \Drupal\jsonapi\Query\EntityCondition::value
The value against which the field should be evaluated.
Type: mixed
File
- core/
modules/ jsonapi/ src/ Query/ EntityCondition.php, line 73
Class
- EntityCondition
- A condition object for the EntityQuery.
Namespace
Drupal\jsonapi\QueryCode
protected $value;