public ConditionAggregate::notExists($field, $function, $langcode = NULL)
Queries for the nonexistence of a field.
string $field:
ConditionInterface;
Overrides ConditionAggregateInterface::notExists
\Drupal\Core\Entity\Query\QueryInterface::notexists()
public function notExists($field, $function, $langcode = NULL) { return $this->condition($field, $function, NULL, 'IS NULL', $langcode); }
© 2001–2016 by the original authors
Licensed under the GNU General Public License, version 2 and later.
Drupal is a registered trademark of Dries Buytaert.
https://api.drupal.org/api/drupal/core!lib!Drupal!Core!Entity!Query!Sql!ConditionAggregate.php/function/ConditionAggregate::notExists/8.1.x