You are here

public function RequestTranslationEvent::__construct in TMGMT Translator Smartling 8.2

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

File

src/Event/RequestTranslationEvent.php, line 12

Class

RequestTranslationEvent

Namespace

Drupal\tmgmt_smartling\Event

Code

public function __construct($job) {
  $this->job = $job;
}