public function RemoteMapping::getJobItem in Translation Management Tool 8
Gets translation job item.
Return value
\Drupal\tmgmt\JobItemInterface Returns the job item.
Overrides RemoteMappingInterface::getJobItem
File
- src/
Entity/ RemoteMapping.php, line 95
Class
- RemoteMapping
- Entity class for the tmgmt_remote entity.
Namespace
Drupal\tmgmt\EntityCode
public function getJobItem() {
return $this
->get('tjiid')->entity;
}