public function JobBasedEventTrait::__construct in TMGMT Translator Smartling 8.4
Constructs an AfterFileDownloadEvent object.
Parameters
\Drupal\tmgmt\JobInterface $job: The translation job for the file that was downloaded.
File
- src/
Event/ JobBasedEventTrait.php, line 22
Class
Namespace
Drupal\tmgmt_smartling\EventCode
public function __construct(JobInterface $job) {
$this->job = $job;
}