class AfterFileDownloadEvent in TMGMT Translator Smartling 8.4
Hierarchy
- class \Drupal\tmgmt_smartling\Event\AfterFileDownloadEvent extends \Symfony\Component\EventDispatcher\Event implements JobBasedEventInterface uses JobBasedEventTrait
Expanded class hierarchy of AfterFileDownloadEvent
1 file declares its use of AfterFileDownloadEvent
- tmgmt_smartling.module in ./
tmgmt_smartling.module - Contains
File
- src/
Event/ AfterFileDownloadEvent.php, line 7
Namespace
Drupal\tmgmt_smartling\EventView source
class AfterFileDownloadEvent extends Event implements JobBasedEventInterface {
use JobBasedEventTrait;
const AFTER_FILE_DOWNLOAD_EVENT = 'tmgmt_smartling.after_file_download';
}
Members
Name | Modifiers | Type | Description | Overrides |
---|---|---|---|---|
AfterFileDownloadEvent:: |
constant | |||
JobBasedEventTrait:: |
protected | property | New TMGMT Job. | |
JobBasedEventTrait:: |
public | function | @inheritdoc | |
JobBasedEventTrait:: |
public | function | Constructs an AfterFileDownloadEvent object. |