public function Job::getTagsCount in Translation Management Tool 8
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 864
Class
- Job
- Entity class for the tmgmt_job entity.
Namespace
Drupal\tmgmt\EntityCode
public function getTagsCount() {
return tmgmt_job_statistic($this, 'tags_count');
}