public function Job::getFileCount

Sums up all file counts of this jobs job items.

Return value

int The total tags count of this job.

Overrides JobInterface::getFileCount

File

src/Entity/Job.php, line 877

Class

Job
Entity class for the tmgmt_job entity.

Namespace

Drupal\tmgmt\Entity

Code

public function getFileCount() {
  return tmgmt_job_statistic($this, 'file_count');
}