You are here

public function MessageInterface::getJobItem in Translation Management Tool 8

Loads the job entity that this job message is attached to.

Return value

\Drupal\tmgmt\JobItemInterface The job item entity that this job message is attached to or FALSE if there was a problem.

1 method overrides MessageInterface::getJobItem()
Message::getJobItem in src/Entity/Message.php
Loads the job entity that this job message is attached to.

File

src/MessageInterface.php, line 38

Class

MessageInterface
Interface for the tmgmt_message entity.

Namespace

Drupal\tmgmt

Code

public function getJobItem();