You are here

interface JobBasedEventInterface in TMGMT Translator Smartling 8.4

Hierarchy

Expanded class hierarchy of JobBasedEventInterface

All classes that implement JobBasedEventInterface

File

src/Event/JobBasedEventInterface.php, line 5

Namespace

Drupal\tmgmt_smartling\Event
View source
interface JobBasedEventInterface {

  /**
   * Returns the TMGMT job in question.
   *
   * @return \Drupal\tmgmt\JobInterface
   */
  public function getJob();

}

Members

Namesort descending Modifiers Type Description Overrides
JobBasedEventInterface::getJob public function Returns the TMGMT job in question.