You are here

function tmgmt_handler_field_tmgmt_job_item_count::use_group_by in Translation Management Tool 7

Provides the handler some groupby.

Overrides views_handler::use_group_by

File

views/handlers/tmgmt_handler_field_tmgmt_job_item_count.inc, line 38
Contains the tmgmt_handler_field_tmgmt_job_item_count field handler.

Class

tmgmt_handler_field_tmgmt_job_item_count
Field handler to show the amount of job items per job.

Code

function use_group_by() {
  return FALSE;
}