You are here

AfterFileDownloadEvent.php in TMGMT Translator Smartling 8.4

File

src/Event/AfterFileDownloadEvent.php
View source
<?php

namespace Drupal\tmgmt_smartling\Event;

use Symfony\Component\EventDispatcher\Event;
class AfterFileDownloadEvent extends Event implements JobBasedEventInterface {
  use JobBasedEventTrait;
  const AFTER_FILE_DOWNLOAD_EVENT = 'tmgmt_smartling.after_file_download';

}

Classes