public function JobInterface::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
1 method overrides JobInterface::getCountTranslated()
- Job::getCountTranslated in src/
Entity/ Job.php - Sums up all translated counts of this jobs job items.
File
- src/
JobInterface.php, line 613
Class
- JobInterface
- Interface for tmgmt_job entity.
Namespace
Drupal\tmgmtCode
public function getCountTranslated();