You are here

public function LocalTask::getCountCompleted in Translation Management Tool 8

Count of all completed data items.

Return value

int Translated count

Overrides LocalTaskInterface::getCountCompleted

File

translators/tmgmt_local/src/Entity/LocalTask.php, line 335

Class

LocalTask
Entity class for the local task entity.

Namespace

Drupal\tmgmt_local\Entity

Code

public function getCountCompleted() {
  return tmgmt_local_task_statistic($this, 'count_completed');
}