You are here

public function Condition::getValue in Search API 8

Retrieves the value.

Return value

mixed The value being compared to the field.

Overrides ConditionInterface::getValue

File

src/Query/Condition.php, line 65

Class

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

Namespace

Drupal\search_api\Query

Code

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