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

Breadcrumb

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

function Query::existsAggregate

Overrides QueryAggregateInterface::existsAggregate

File

core/lib/Drupal/Core/Entity/Query/Null/Query.php, line 28

Class

Query
Defines the entity query for configuration entities.

Namespace

Drupal\Core\Entity\Query\Null

Code

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

API Navigation

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