public function EntityCondition::field in JSON:API 8
Same name and namespace in other branches
- 8.2 src/Query/EntityCondition.php \Drupal\jsonapi\Query\EntityCondition::field()
The field to be evaluated.
Return value
string The field upon which to evaluate the condition.
File
- src/
Query/ EntityCondition.php, line 62
Class
- EntityCondition
- A condition object for the EntityQuery.
Namespace
Drupal\jsonapi\QueryCode
public function field() {
return $this->field;
}