public function RemoteMapping::getJobItemId

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

Code

public function getJobItemId() {
  return $this
    ->get('tjiid')->target_id;
}