You are here

class AfterFileDownloadEvent in TMGMT Translator Smartling 8.4

Hierarchy

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\Event
View source
class AfterFileDownloadEvent extends Event implements JobBasedEventInterface {
  use JobBasedEventTrait;
  const AFTER_FILE_DOWNLOAD_EVENT = 'tmgmt_smartling.after_file_download';

}

Members

Namesort descending Modifiers Type Description Overrides
AfterFileDownloadEvent::AFTER_FILE_DOWNLOAD_EVENT constant
JobBasedEventTrait::$job protected property New TMGMT Job.
JobBasedEventTrait::getJob public function @inheritdoc
JobBasedEventTrait::__construct public function Constructs an AfterFileDownloadEvent object.