public function JobInterface::getCountPending

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\tmgmt

Code

public function getCountPending();