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

Breadcrumb

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

function QueryBase::exists

Overrides QueryInterface::exists

File

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

Class

QueryBase
The base entity query class.

Namespace

Drupal\Core\Entity\Query

Code

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