Skip to main content
Drupal API
Menu
User account menu
Log in
Breadcrumb
Drupal Core 11.1.x
Select.php
function Select::getGroupBy
Overrides
SelectInterface::getGroupBy
File
core/
lib/
Drupal/
Core/
Database/
Query/
Select.php
, line 405
Class
Select
Query builder for SELECT statements.
Namespace
Drupal\Core\Database\Query
Code
public
function
&
getGroupBy
() {
return
$this
->
group
; }
RSS feed