function ConditionInterface::condition

Adds a condition.

Parameters

string|\Drupal\Core\Entity\Query\ConditionInterface $field:

mixed $value:

string $operator:

string $langcode:

Return value

$this

See also

\Drupal\Core\Entity\Query\QueryInterface::condition()

1 method overrides ConditionInterface::condition()
ConditionBase::condition in core/lib/Drupal/Core/Entity/Query/ConditionBase.php
Adds a condition.

File

core/lib/Drupal/Core/Entity/Query/ConditionInterface.php, line 38

Class

ConditionInterface
Defines the entity query condition interface.

Namespace

Drupal\Core\Entity\Query

Code

public function condition($field, $value = NULL, $operator = NULL, $langcode = NULL);

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.