You are here

protected property Condition::$operator in Search API 8

The operator that combined field and value in this condition.

Type: string

File

src/Query/Condition.php, line 29

Class

Condition
Represents a single (field operator value) condition in a search query.

Namespace

Drupal\search_api\Query

Code

protected $operator;