public function JobQueue::count in Translation Management Tool 8
Gets count of remaining jobs in the queue.
Return value
int Number of jobs in the queue.
File
- src/
JobQueue.php, line 128
Class
- JobQueue
- Represents a job (checkout) queue.
Namespace
Drupal\tmgmtCode
public function count() {
return count($this->queue);
}