You are here

function tmgmt_local_task_handler_field_job_item_count::use_group_by in Translation Management Tool 7

Provides the handler some groupby.

Overrides views_handler::use_group_by

File

translators/tmgmt_local/views/handlers/tmgmt_local_task_handler_field_job_item_count.inc, line 33

Class

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

Code

function use_group_by() {
  return FALSE;
}