public function Job::getCountTranslated

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 842

Class

Job
Entity class for the tmgmt_job entity.

Namespace

Drupal\tmgmt\Entity

Code

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