You are here

public function EntityCondition::field in Drupal 9

Same name and namespace in other branches
  1. 8 core/modules/jsonapi/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

core/modules/jsonapi/src/Query/EntityCondition.php, line 90

Class

EntityCondition
A condition object for the EntityQuery.

Namespace

Drupal\jsonapi\Query

Code

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