function ConditionAggregateInterface::getQuery

Same name and namespace in other branches
  1. 11.x core/lib/Drupal/Core/Entity/Query/ConditionAggregateInterface.php \Drupal\Core\Entity\Query\ConditionAggregateInterface::getQuery()

Gets the query that is holding this condition.

Return value

\Drupal\Core\Entity\Query\QueryInterface The query object.

File

core/lib/Drupal/Core/Entity/Query/ConditionAggregateInterface.php, line 111

Class

ConditionAggregateInterface
Defines aggregated entity query conditions.

Namespace

Drupal\Core\Entity\Query

Code

public function getQuery() : QueryInterface;

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