public function JobInterface::getTagsCount

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\tmgmt

Code

public function getTagsCount();