You are here

protected property EntityCondition::$value in JSON:API 8.2

Same name and namespace in other branches
  1. 8 src/Query/EntityCondition.php \Drupal\jsonapi\Query\EntityCondition::value

The value against which the field should be evaluated.

Type: mixed

File

src/Query/EntityCondition.php, line 73

Class

EntityCondition
A condition object for the EntityQuery.

Namespace

Drupal\jsonapi\Query

Code

protected $value;