public function TMGMTJob::getCountTranslated in Translation Management Tool 7
Sums up all translated counts of this jobs job items.
Return value
The sum of all translated counts
File
- entity/
tmgmt.entity.job.inc, line 723
Class
- TMGMTJob
- Entity class for the tmgmt_job entity.
Code
public function getCountTranslated() {
return tmgmt_job_statistic($this, 'count_translated');
}