You are here

public function ContextualLinks::usesGroupBy in Drupal 8

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

Provides the handler some groupby.

Overrides HandlerBase::usesGroupBy

File

core/modules/contextual/src/Plugin/views/field/ContextualLinks.php, line 28

Class

ContextualLinks
Provides a handler that adds contextual links.

Namespace

Drupal\contextual\Plugin\views\field

Code

public function usesGroupBy() {
  return FALSE;
}