You are here

public function RelationshipPluginBase::usesGroupBy in Drupal 8

Same name and namespace in other branches
  1. 9 core/modules/views/src/Plugin/views/relationship/RelationshipPluginBase.php \Drupal\views\Plugin\views\relationship\RelationshipPluginBase::usesGroupBy()

Provides the handler some groupby.

Overrides HandlerBase::usesGroupBy

File

core/modules/views/src/Plugin/views/relationship/RelationshipPluginBase.php, line 80

Class

RelationshipPluginBase
Simple relationship handler that allows a new version of the primary table to be linked in.

Namespace

Drupal\views\Plugin\views\relationship

Code

public function usesGroupBy() {
  return FALSE;
}