public function JobInterface::getCountAccepted in Translation Management Tool 8
Sums up all accepted counts of this jobs job items.
Return value
int The sum of all accepted data items.
1 method overrides JobInterface::getCountAccepted()
- Job::getCountAccepted in src/
Entity/ Job.php - Sums up all accepted counts of this jobs job items.
File
- src/
JobInterface.php, line 621
Class
- JobInterface
- Interface for tmgmt_job entity.
Namespace
Drupal\tmgmtCode
public function getCountAccepted();