QueryAggregateInterface::groupBy

public QueryAggregateInterface::groupBy($field)

Specifies the field to group on.

Parameters

string $field: The name of the field to group by.

Return value

\Drupal\Core\Entity\Query\QueryAggregateInterface 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\Query

Code

1
public function groupBy($field);
doc_Drupal
2025-01-10 15:47:30
Comments
Leave a Comment

Please login to continue.