You are here

public function GathercontentStatusColorField::usesGroupBy in GatherContent 8.3

Provides the handler some groupby.

Overrides HandlerBase::usesGroupBy

File

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\Plugin\views\field

Code

public function usesGroupBy() {
  return FALSE;
}