JobBasedEventInterface.php in TMGMT Translator Smartling 8.4
Namespace
Drupal\tmgmt_smartling\EventFile
src/Event/JobBasedEventInterface.phpView source
<?php
namespace Drupal\tmgmt_smartling\Event;
interface JobBasedEventInterface {
/**
* Returns the TMGMT job in question.
*
* @return \Drupal\tmgmt\JobInterface
*/
public function getJob();
}
Interfaces
Name | Description |
---|---|
JobBasedEventInterface |