You are here

function menu_node_views_relationship_double::use_group_by in Menu Node Views 7.2

You can't groupby a relationship.

Overrides views_handler_relationship::use_group_by

File

includes/menu_node_views_relationship_double.inc, line 103

Class

menu_node_views_relationship_double
Relationship handler to create a double jointure, ie through 2 tables: from the base table to the final table through the relation table

Code

function use_group_by() {
  return FALSE;
}