public function LocalTaskInterface::getWordCount in Translation Management Tool 8
Sums up all word counts of this task job items.
Return value
int The sum of all accepted counts
1 method overrides LocalTaskInterface::getWordCount()
- LocalTask::getWordCount in translators/
tmgmt_local/ src/ Entity/ LocalTask.php - Sums up all word counts of this task job items.
File
- translators/
tmgmt_local/ src/ LocalTaskInterface.php, line 207
Class
- LocalTaskInterface
- Interface for tmgmt_local_task entity.
Namespace
Drupal\tmgmt_localCode
public function getWordCount();