function views_handler_relationship::use_group_by
You can't groupby a relationship.
Overrides views_handler::use_group_by
File
-
handlers/
views_handler_relationship.inc, line 156
Class
- views_handler_relationship
- Relationship handler, allows a new version of the primary table to be linked.
Code
public function use_group_by() {
return FALSE;
}