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