function ConditionAggregateInterface::setQuery

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

Sets the query that holds this condition.

Parameters

\Drupal\Core\Entity\Query\QueryInterface $query: New query to use.

Return value

static

File

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

Class

ConditionAggregateInterface
Defines aggregated entity query conditions.

Namespace

Drupal\Core\Entity\Query

Code

public function setQuery(QueryInterface $query) : static;

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