public function RequestTranslationEvent::__construct in TMGMT Translator Smartling 8
Same name and namespace in other branches
- 8.2 src/Event/RequestTranslationEvent.php \Drupal\tmgmt_smartling\Event\RequestTranslationEvent::__construct()
- 8.3 src/Event/RequestTranslationEvent.php \Drupal\tmgmt_smartling\Event\RequestTranslationEvent::__construct()
File
- src/
Event/ RequestTranslationEvent.php, line 12
Class
Namespace
Drupal\tmgmt_smartling\EventCode
public function __construct($job) {
$this->job = $job;
}