AfterFileDownloadEvent.php in TMGMT Translator Smartling 8.4
Namespace
Drupal\tmgmt_smartling\EventFile
src/Event/AfterFileDownloadEvent.phpView 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
Name | Description |
---|---|
AfterFileDownloadEvent |