You are here

public function Job::getCountTranslated in Translation Management Tool 8

Sums up all translated counts of this jobs job items.

Return value

int The sum of all translated counts

Overrides JobInterface::getCountTranslated

File

src/Entity/Job.php, line 836

Class

Job
Entity class for the tmgmt_job entity.

Namespace

Drupal\tmgmt\Entity

Code

public function getCountTranslated() {
  return tmgmt_job_statistic($this, 'count_translated');
}