Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x
  2. QueryBase.php

function QueryBase::notExists

Overrides QueryInterface::notExists

File

core/lib/Drupal/Core/Entity/Query/QueryBase.php, line 187

Class

QueryBase
The base entity query class.

Namespace

Drupal\Core\Entity\Query

Code

public function notExists($property, $langcode = NULL) {
    $this->condition
        ->notExists($property, $langcode);
    return $this;
}
RSS feed
Powered by Drupal