public function RemoteMapping::getJobItem

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

Code

public function getJobItem() {
  return $this
    ->get('tjiid')->entity;
}