RequestTranslationEvent.php in TMGMT Translator Smartling 8.4
Same filename and directory in other branches
Namespace
Drupal\tmgmt_smartling\EventFile
src/Event/RequestTranslationEvent.phpView source
<?php
namespace Drupal\tmgmt_smartling\Event;
use Symfony\Component\EventDispatcher\Event;
class RequestTranslationEvent extends Event implements JobBasedEventInterface {
use JobBasedEventTrait;
const REQUEST_TRANSLATION_EVENT = 'tmgmt_smartling.request_translation';
}
Classes
Name | Description |
---|---|
RequestTranslationEvent |