You are here

function views_handler_relationship::use_group_by in Views (for Drupal 7) 6.3

Same name and namespace in other branches
  1. 7.3 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
Views' relationship handlers.

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;
}