You are here

public function TMGMTLocalTask::getCountCompleted in Translation Management Tool 7

Count of all completed data items.

Return value

Translated count

File

translators/tmgmt_local/entity/tmgmt_local.entity.task.inc, line 336

Class

TMGMTLocalTask
Entity class for the local task entity.

Code

public function getCountCompleted() {
  return tmgmt_local_task_statistic($this, 'count_completed');
}