You are here

public function TMGMTLocalTaskItem::getCountUntranslated in Translation Management Tool 7

Count of all untranslated data items.

Return value

Translated count

File

translators/tmgmt_local/entity/tmgmt_local.entity.task_item.inc, line 238

Class

TMGMTLocalTaskItem
Entity class for the local task item entity.

Code

public function getCountUntranslated() {
  return $this->count_untranslated;
}