function QueryFactoryInterface::getAggregate
Same name in other branches
- 8.9.x core/lib/Drupal/Core/Entity/Query/QueryFactoryInterface.php \Drupal\Core\Entity\Query\QueryFactoryInterface::getAggregate()
- 10 core/lib/Drupal/Core/Entity/Query/QueryFactoryInterface.php \Drupal\Core\Entity\Query\QueryFactoryInterface::getAggregate()
- 11.x core/lib/Drupal/Core/Entity/Query/QueryFactoryInterface.php \Drupal\Core\Entity\Query\QueryFactoryInterface::getAggregate()
Instantiates an aggregation query object for a given entity type.
Parameters
\Drupal\Core\Entity\EntityTypeInterface $entity_type: The entity type definition.
string $conjunction:
- AND: all of the conditions on the query need to match.
- OR: at least one of the conditions on the query need to match.
Return value
\Drupal\Core\Entity\Query\QueryAggregateInterface The query object that can query the given entity type.
Throws
\Drupal\Core\Entity\Query\QueryException
4 methods override QueryFactoryInterface::getAggregate()
- QueryFactory::getAggregate in core/
lib/ Drupal/ Core/ Config/ Entity/ Query/ QueryFactory.php - Instantiates an aggregation query object for a given entity type.
- QueryFactory::getAggregate in core/
lib/ Drupal/ Core/ Entity/ Query/ Sql/ QueryFactory.php - Instantiates an aggregation query object for a given entity type.
- QueryFactory::getAggregate in core/
lib/ Drupal/ Core/ Entity/ Query/ Null/ QueryFactory.php - Instantiates an aggregation query object for a given entity type.
- QueryFactory::getAggregate in core/
lib/ Drupal/ Core/ Entity/ KeyValueStore/ Query/ QueryFactory.php - Instantiates an aggregation query object for a given entity type.
File
-
core/
lib/ Drupal/ Core/ Entity/ Query/ QueryFactoryInterface.php, line 39
Class
- QueryFactoryInterface
- Defines an interface for QueryFactory classes.
Namespace
Drupal\Core\Entity\QueryCode
public function getAggregate(EntityTypeInterface $entity_type, $conjunction);
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.