function Query::conditionAggregateGroupFactory

Same name and namespace in other branches
  1. 9 core/lib/Drupal/Core/Entity/Query/Null/Query.php \Drupal\Core\Entity\Query\Null\Query::conditionAggregateGroupFactory()
  2. 8.9.x core/lib/Drupal/Core/Entity/Query/Null/Query.php \Drupal\Core\Entity\Query\Null\Query::conditionAggregateGroupFactory()
  3. 10 core/lib/Drupal/Core/Entity/Query/Null/Query.php \Drupal\Core\Entity\Query\Null\Query::conditionAggregateGroupFactory()

Overrides QueryAggregateInterface::conditionAggregateGroupFactory

File

core/lib/Drupal/Core/Entity/Query/Null/Query.php, line 42

Class

Query
Defines the entity query for configuration entities.

Namespace

Drupal\Core\Entity\Query\Null

Code

public function conditionAggregateGroupFactory($conjunction = 'AND') {
    return new ConditionAggregate($conjunction, $this);
}

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