public function JobInterface::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.
1 method overrides JobInterface::getTagsCount()
- Job::getTagsCount in src/
Entity/ Job.php - Sums up all HTML tags counts of this jobs job items.
File
- src/
JobInterface.php, line 645
Class
- JobInterface
- Interface for tmgmt_job entity.
Namespace
Drupal\tmgmtCode
public function getTagsCount();