function SelectQueryExtender::getGroupBy

Overrides SelectQueryInterface::getGroupBy

File

includes/database/select.inc, line 687

Class

SelectQueryExtender
The base extender class for Select queries.

Code

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

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