You are here

public function EntityCondition::value in JSON:API 8

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

The value against which the condition should be evaluated.

Return value

mixed The condition comparison value.

File

src/Query/EntityCondition.php, line 86

Class

EntityCondition
A condition object for the EntityQuery.

Namespace

Drupal\jsonapi\Query

Code

public function value() {
  return $this->value;
}