public function RemoteMapping::getJobId

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\Entity

Code

public function getJobId() {
  return $this
    ->get('tjid')->target_id;
}