tmgmt_smartling-8.x-4.11/src/Event/RequestTranslationEvent.php
src/Event/RequestTranslationEvent.php
<?php
namespace Drupal\tmgmt_smartling\Event;
use Symfony\Contracts\EventDispatcher\Event;
class RequestTranslationEvent extends Event implements JobBasedEventInterface {
use JobBasedEventTrait;
const REQUEST_TRANSLATION_EVENT = 'tmgmt_smartling.request_translation';
}
