You are here

public function TMGMTLocalTaskItem::getTask in Translation Management Tool 7

Returns the translation task.

Return value

TMGMTLocalTask

File

translators/tmgmt_local/entity/tmgmt_local.entity.task_item.inc, line 100

Class

TMGMTLocalTaskItem
Entity class for the local task item entity.

Code

public function getTask() {
  return entity_load_single('tmgmt_local_task', $this->tltid);
}