You are here

public function DisplayPluginInterface::useGroupBy in Drupal 8

Same name and namespace in other branches
  1. 9 core/modules/views/src/Plugin/views/display/DisplayPluginInterface.php \Drupal\views\Plugin\views\display\DisplayPluginInterface::useGroupBy()

Does the display have groupby enabled?

1 method overrides DisplayPluginInterface::useGroupBy()
DisplayPluginBase::useGroupBy in core/modules/views/src/Plugin/views/display/DisplayPluginBase.php
Does the display have groupby enabled?

File

core/modules/views/src/Plugin/views/display/DisplayPluginInterface.php, line 126

Class

DisplayPluginInterface
Provides an interface for Views display plugins.

Namespace

Drupal\views\Plugin\views\display

Code

public function useGroupBy();