function QueryAggregateInterface::groupBy
Same name in other branches
- 9 core/lib/Drupal/Core/Entity/Query/QueryAggregateInterface.php \Drupal\Core\Entity\Query\QueryAggregateInterface::groupBy()
- 10 core/lib/Drupal/Core/Entity/Query/QueryAggregateInterface.php \Drupal\Core\Entity\Query\QueryAggregateInterface::groupBy()
- 11.x core/lib/Drupal/Core/Entity/Query/QueryAggregateInterface.php \Drupal\Core\Entity\Query\QueryAggregateInterface::groupBy()
Specifies the field to group on.
Parameters
string $field: The name of the field to group by.
Return value
$this The called object.
File
-
core/
lib/ Drupal/ Core/ Entity/ Query/ QueryAggregateInterface.php, line 40
Class
- QueryAggregateInterface
- Defines a interface for aggregated entity queries.
Namespace
Drupal\Core\Entity\QueryCode
public function groupBy($field);
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.