You are here

public function TypeStyle::usesGroupBy in Type Style 8

Provides the handler some groupby.

Overrides HandlerBase::usesGroupBy

File

src/Plugin/views/field/TypeStyle.php, line 21

Class

TypeStyle
A handler to output and arbitrary type style.

Namespace

Drupal\type_style\Plugin\views\field

Code

public function usesGroupBy() {
  return FALSE;
}