public function TMGMTLocalTaskItem::getJobItem in Translation Management Tool 7
Returns the translation job item.
Return value
1 call to TMGMTLocalTaskItem::getJobItem()
- TMGMTLocalTaskItem::defaultLabel in translators/
tmgmt_local/ entity/ tmgmt_local.entity.task_item.inc - Defines the entity label if the 'entity_class_label' callback is used.
File
- translators/
tmgmt_local/ entity/ tmgmt_local.entity.task_item.inc, line 109
Class
- TMGMTLocalTaskItem
- Entity class for the local task item entity.
Code
public function getJobItem() {
return entity_load_single('tmgmt_job_item', $this->tjiid);
}