You are here

public function RequestTranslationEvent::getJob in TMGMT Translator Smartling 8

Same name and namespace in other branches
  1. 8.2 src/Event/RequestTranslationEvent.php \Drupal\tmgmt_smartling\Event\RequestTranslationEvent::getJob()
  2. 8.3 src/Event/RequestTranslationEvent.php \Drupal\tmgmt_smartling\Event\RequestTranslationEvent::getJob()

File

src/Event/RequestTranslationEvent.php, line 16

Class

RequestTranslationEvent

Namespace

Drupal\tmgmt_smartling\Event

Code

public function getJob() {
  return $this->job;
}