ConditionAggregate::$sqlQuery

Same name and namespace in other branches
  1. 10 core/lib/Drupal/Core/Entity/Query/Sql/ConditionAggregate.php \Drupal\Core\Entity\Query\Sql\ConditionAggregate::sqlQuery
  2. 11.x core/lib/Drupal/Core/Entity/Query/Sql/ConditionAggregate.php \Drupal\Core\Entity\Query\Sql\ConditionAggregate::sqlQuery

The current SQL query, set by parent condition compile() method calls.

Type: \Drupal\Core\Database\Query\SelectInterface

File

core/lib/Drupal/Core/Entity/Query/Sql/ConditionAggregate.php, line 20

Class

ConditionAggregate
Defines the aggregate condition for sql based storage.

Namespace

Drupal\Core\Entity\Query\Sql

Code

protected $sqlQuery;

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