function Query::conditionAggregateGroupFactory
Same name in other branches
- 9 core/lib/Drupal/Core/Entity/Query/Null/Query.php \Drupal\Core\Entity\Query\Null\Query::conditionAggregateGroupFactory()
- 10 core/lib/Drupal/Core/Entity/Query/Null/Query.php \Drupal\Core\Entity\Query\Null\Query::conditionAggregateGroupFactory()
- 11.x 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\NullCode
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.