You are here

public function TMGMTLocalTask::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.inc, line 316

Class

TMGMTLocalTask
Entity class for the local task entity.

Code

public function getCountTranslated() {
  return tmgmt_local_task_statistic($this, 'count_translated');
}