You are here

public function TMGMTJob::getWordCount in Translation Management Tool 7

Sums up all word counts of this jobs job items.

Return value

The total word count of this job.

File

entity/tmgmt.entity.job.inc, line 753

Class

TMGMTJob
Entity class for the tmgmt_job entity.

Code

public function getWordCount() {
  return tmgmt_job_statistic($this, 'word_count');
}