You are here

public function TMGMTJobItem::getCountTranslated in Translation Management Tool 7

Count of all translated data items.

Return value

Translated count

File

entity/tmgmt.entity.job_item.inc, line 368

Class

TMGMTJobItem
Entity class for the tmgmt_job entity.

Code

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