function QueryConditionTrait::exists

File

core/lib/Drupal/Core/Database/Query/QueryConditionTrait.php, line 50

Class

QueryConditionTrait
Provides an implementation of ConditionInterface.

Namespace

Drupal\Core\Database\Query

Code

public function exists(SelectInterface $select) {
  $this->condition
    ->exists($select);
  return $this;
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.