public function JobItem::getWordCount

Word count of all data items.

Return value

int Word count

Overrides JobItemInterface::getWordCount

File

src/Entity/JobItem.php, line 457

Class

JobItem
Entity class for the tmgmt_job_item entity.

Namespace

Drupal\tmgmt\Entity

Code

public function getWordCount() {
  return (int) $this
    ->get('word_count')->value;
}