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

Breadcrumb

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

function QueryAggregate::notExistsAggregate

Overrides QueryAggregateInterface::notExistsAggregate

File

core/lib/Drupal/Core/Entity/Query/Sql/QueryAggregate.php, line 64

Class

QueryAggregate
The SQL storage entity query aggregate class.

Namespace

Drupal\Core\Entity\Query\Sql

Code

public function notExistsAggregate($field, $function, $langcode = NULL) {
    return $this->conditionAggregate
        ->notExists($field, $function, $langcode);
}

API Navigation

  • Drupal Core 11.1.x
  • Topics
  • Classes
  • Functions
  • Constants
  • Globals
  • Files
  • Namespaces
  • Deprecated
  • Services
RSS feed
Powered by Drupal