public function RemoteMappingInterface::getJob in Translation Management Tool 8
Gets translation job.
Return value
\Drupal\tmgmt\JobInterface Returns the translation job.
1 method overrides RemoteMappingInterface::getJob()
- RemoteMapping::getJob in src/
Entity/ RemoteMapping.php - Gets translation job.
File
- src/
RemoteMappingInterface.php, line 27
Class
- RemoteMappingInterface
- Interface for the tmgmt_remote entity.
Namespace
Drupal\tmgmtCode
public function getJob();