public function JobInterface::getWordCount in Translation Management Tool 8
Sums up all word counts of this jobs job items.
Return value
int The total word count of this job.
1 method overrides JobInterface::getWordCount()
- Job::getWordCount in src/
Entity/ Job.php - Sums up all word counts of this jobs job items.
File
- src/
JobInterface.php, line 637
Class
- JobInterface
- Interface for tmgmt_job entity.
Namespace
Drupal\tmgmtCode
public function getWordCount();