public function Job::getTagsCount

Sums up all HTML tags counts of this jobs job items.

Return value

int The total tags count of this job.

Overrides JobInterface::getTagsCount

File

src/Entity/Job.php, line 870

Class

Job
Entity class for the tmgmt_job entity.

Namespace

Drupal\tmgmt\Entity

Code

public function getTagsCount() {
  return tmgmt_job_statistic($this, 'tags_count');
}