1 select.inc public &SelectQuery::getGroupBy()

Implements SelectQueryInterface::getGroupBy().

Overrides SelectQueryInterface::getGroupBy

File

core/includes/database/select.inc, line 1333

Class

SelectQuery
Query builder for SELECT statements.

Code

public function &getGroupBy() {
  return $this->group;
}