| Versionen | |
|---|---|
| drupal7 | public SelectQueryInterface::groupBy($field) |
Groups the result set by the specified field.
$field The field on which to group. This should be the field as aliased.
The called object.
includes/
<?php
public function groupBy($field);
?>
Kommentare
Kommentar hinzufügen