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