public function LocalTaskItem::getWordCount in Translation Management Tool 8
File
- translators/
tmgmt_local/ src/ Entity/ LocalTaskItem.php, line 245
Class
- LocalTaskItem
- Entity class for the local task item entity.
Namespace
Drupal\tmgmt_local\EntityCode
public function getWordCount() {
return $this
->get('word_count')->value;
}