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