function EntityCondition::field
The field to be evaluated.
Return value
string The field upon which to evaluate the condition.
File
-
core/
modules/ jsonapi/ src/ Query/ EntityCondition.php, line 90
Class
- EntityCondition
- A condition object for the EntityQuery.
Namespace
Drupal\jsonapi\QueryCode
public function field() {
return $this->field;
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.