public function JobInterface::getCountAccepted

Sums up all accepted counts of this jobs job items.

Return value

int The sum of all accepted data items.

1 method overrides JobInterface::getCountAccepted()
Job::getCountAccepted in src/Entity/Job.php
Sums up all accepted counts of this jobs job items.

File

src/JobInterface.php, line 621

Class

JobInterface
Interface for tmgmt_job entity.

Namespace

Drupal\tmgmt

Code

public function getCountAccepted();