You are here

protected property Condition::$query in Drupal 8

Same name and namespace in other branches
  1. 9 core/lib/Drupal/Core/Entity/Query/Sql/Condition.php \Drupal\Core\Entity\Query\Sql\Condition::query

The SQL entity query object this condition belongs to.

Type: \Drupal\Core\Entity\Query\Sql\Query

Overrides ConditionFundamentals::$query

File

core/lib/Drupal/Core/Entity/Query/Sql/Condition.php, line 27

Class

Condition
Implements entity query conditions for SQL databases.

Namespace

Drupal\Core\Entity\Query\Sql

Code

protected $query;