You are here

public function ItemCount::usesGroupBy in Translation Management Tool 8

Provides the handler some groupby.

Overrides HandlerBase::usesGroupBy

File

translators/tmgmt_local/src/Plugin/views/field/ItemCount.php, line 52

Class

ItemCount
Field handler to show the amount of job items per task.

Namespace

Drupal\tmgmt_local\Plugin\views\field

Code

public function usesGroupBy() {
  return FALSE;
}