Field handler which shows the HTML tags count for a job or job item.
@ViewsField("tmgmt_tagscount");
Expanded class hierarchy of TagsCount
class TagsCount extends StatisticsBase {
/**
* {@inheritdoc}
*/
public function render(ResultRow $values) {
$entity = $this
->getEntity($values);
return $entity
->getTagsCount();
}
}
Name | Modifiers | Type | Description | Overrides |
---|---|---|---|---|
StatisticsBase:: |
public | function | Prefetch statistics for all jobs. | |
TagsCount:: |
public | function |