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

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.