You are here

protected property EntityCondition::$operator in Drupal 9

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

The condition operator.

Type: string

File

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

Class

EntityCondition
A condition object for the EntityQuery.

Namespace

Drupal\jsonapi\Query

Code

protected $operator;