public function ConditionAggregateInterface::notExists

Queries for the nonexistence of a field.

Parameters

string $field:

Return value

ConditionInterface;

See also

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

1 method overrides ConditionAggregateInterface::notExists()
ConditionAggregate::notExists in drupal/core/modules/field_sql_storage/lib/Drupal/field_sql_storage/Entity/ConditionAggregate.php
Implements \Drupal\Core\Entity\Query\ConditionInterface::notExists().

File

drupal/core/lib/Drupal/Core/Entity/Query/ConditionAggregateInterface.php, line 55
Contains \Drupal\Core\Entity\Query\ConditionAggregateInterface.

Class

ConditionAggregateInterface
Defines aggregated entity query conditions.

Namespace

Drupal\Core\Entity\Query

Code

public function notExists($field, $function, $langcode = NULL);