You are here

public function TMGMTLocalTaskItem::getCountTranslated in Translation Management Tool 7

Count of all translated data items.

Return value

Translated count

File

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

Class

TMGMTLocalTaskItem
Entity class for the local task item entity.

Code

public function getCountTranslated() {
  return $this->count_translated;
}