public function LocalTaskItem::getWordCount

File

translators/tmgmt_local/src/Entity/LocalTaskItem.php, line 245

Class

LocalTaskItem
Entity class for the local task item entity.

Namespace

Drupal\tmgmt_local\Entity

Code

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