public function JobInterface::getWordCount

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\tmgmt

Code

public function getWordCount();