public function JobItemInterface::getJob in Translation Management Tool 8
Loads the job entity that this job item is attached to.
Return value
\Drupal\tmgmt\JobInterface The job entity that this job item is attached to or NULL if there is no job.
1 method overrides JobItemInterface::getJob()
- JobItem::getJob in src/
Entity/ JobItem.php - Loads the job entity that this job item is attached to.
File
- src/
JobItemInterface.php, line 132
Class
- JobItemInterface
- Interface for tmgmt_job_item entity.
Namespace
Drupal\tmgmtCode
public function getJob();