Condition::$sqlQuery

Same name and namespace in other branches
  1. 9 core/lib/Drupal/Core/Entity/Query/Sql/Condition.php \Drupal\Core\Entity\Query\Sql\Condition::sqlQuery
  2. 10 core/lib/Drupal/Core/Entity/Query/Sql/Condition.php \Drupal\Core\Entity\Query\Sql\Condition::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/Condition.php, line 33

Class

Condition
Implements entity query conditions for SQL databases.

Namespace

Drupal\Core\Entity\Query\Sql

Code

protected SelectInterface $sqlQuery;

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