function ConditionAggregateInterface::notExists

Same name and namespace in other branches
  1. 9 core/lib/Drupal/Core/Entity/Query/ConditionAggregateInterface.php \Drupal\Core\Entity\Query\ConditionAggregateInterface::notExists()
  2. 10 core/lib/Drupal/Core/Entity/Query/ConditionAggregateInterface.php \Drupal\Core\Entity\Query\ConditionAggregateInterface::notExists()
  3. 11.x core/lib/Drupal/Core/Entity/Query/ConditionAggregateInterface.php \Drupal\Core\Entity\Query\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 core/lib/Drupal/Core/Entity/Query/Sql/ConditionAggregate.php
Queries for the nonexistence of a field.

File

core/lib/Drupal/Core/Entity/Query/ConditionAggregateInterface.php, line 52

Class

ConditionAggregateInterface
Defines aggregated entity query conditions.

Namespace

Drupal\Core\Entity\Query

Code

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

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