function views_handler_relationship::use_group_by
Same name in other branches
- 7.x-3.x handlers/views_handler_relationship.inc \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 146
Class
- views_handler_relationship
- Simple relationship handler that allows a new version of the primary table to be linked in.
Code
function use_group_by() {
return FALSE;
}