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