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\fieldCode
public function usesGroupBy() {
return FALSE;
}