public function JobInterface::getCountReviewed

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

Code

public function getCountReviewed();