public function MessageInterface::getJob in Translation Management Tool 8
Loads the job entity that this job message is attached to.
Return value
\Drupal\tmgmt\JobInterface The job entity that this job message is attached to or FALSE if there was a problem.
1 method overrides MessageInterface::getJob()
- Message::getJob in src/
Entity/ Message.php  - Loads the job entity that this job message is attached to.
 
File
- src/
MessageInterface.php, line 29  
Class
- MessageInterface
 - Interface for the tmgmt_message entity.
 
Namespace
Drupal\tmgmtCode
public function getJob();