public function ItemCount::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;
}