entity_type == 'tmgmt_job') { $tjids = array(); foreach ($values as $value) { $tjids[] = $value->tjid; } tmgmt_job_statistics_load($tjids); } } /** * {@inheritdoc} */ function render($values) { $object = $this->get_value($values); return $object->getWordCount(); } }