You are here

public function RelationshipPluginBase::usesGroupBy in Drupal 10

Same name and namespace in other branches
  1. 8 core/modules/views/src/Plugin/views/relationship/RelationshipPluginBase.php \Drupal\views\Plugin\views\relationship\RelationshipPluginBase::usesGroupBy()
  2. 9 core/modules/views/src/Plugin/views/relationship/RelationshipPluginBase.php \Drupal\views\Plugin\views\relationship\RelationshipPluginBase::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;
}