interface JobBasedEventInterface in TMGMT Translator Smartling 8.4
Hierarchy
- interface \Drupal\tmgmt_smartling\Event\JobBasedEventInterface
Expanded class hierarchy of JobBasedEventInterface
All classes that implement JobBasedEventInterface
File
- src/
Event/ JobBasedEventInterface.php, line 5
Namespace
Drupal\tmgmt_smartling\EventView source
interface JobBasedEventInterface {
/**
* Returns the TMGMT job in question.
*
* @return \Drupal\tmgmt\JobInterface
*/
public function getJob();
}
Members
Name | Modifiers | Type | Description | Overrides |
---|---|---|---|---|
JobBasedEventInterface:: |
public | function | Returns the TMGMT job in question. |