function QueryAggregateInterface::groupBy

Same name and namespace in other branches
  1. 9 core/lib/Drupal/Core/Entity/Query/QueryAggregateInterface.php \Drupal\Core\Entity\Query\QueryAggregateInterface::groupBy()
  2. 8.9.x core/lib/Drupal/Core/Entity/Query/QueryAggregateInterface.php \Drupal\Core\Entity\Query\QueryAggregateInterface::groupBy()
  3. 10 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 an interface for aggregated entity queries.

Namespace

Drupal\Core\Entity\Query

Code

public function groupBy($field);

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