You are here

public function TMGMTLocalTask::getJob in Translation Management Tool 7

Return the corresponding translation job.

Return value

TMGMTJob

File

translators/tmgmt_local/entity/tmgmt_local.entity.task.inc, line 129

Class

TMGMTLocalTask
Entity class for the local task entity.

Code

public function getJob() {
  return tmgmt_job_load($this->tjid);
}