public function LocalTaskInterface::getWordCount

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_local

Code

public function getWordCount();