public function TMGMTJobItem::getWordCount in Translation Management Tool 7
Word count of all data items.
Return value
Word count
File
- entity/
tmgmt.entity.job_item.inc, line 398
Class
- TMGMTJobItem
- Entity class for the tmgmt_job entity.
Code
public function getWordCount() {
return (int) $this->word_count;
}