You are here

public function GathercontentStatusColorField::usesGroupBy in GatherContent 8.4

Provides the handler some groupby.

Overrides HandlerBase::usesGroupBy

File

gathercontent_ui/src/Plugin/views/field/GathercontentStatusColorField.php, line 30

Class

GathercontentStatusColorField
A handler to provide a field that is completely custom by the administrator.

Namespace

Drupal\gathercontent_ui\Plugin\views\field

Code

public function usesGroupBy() {
  return FALSE;
}