public function Job::getWordCount

Sums up all word counts of this jobs job items.

Return value

int The total word count of this job.

Overrides JobInterface::getWordCount

File

src/Entity/Job.php, line 863

Class

Job
Entity class for the tmgmt_job entity.

Namespace

Drupal\tmgmt\Entity

Code

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