You are here

JobBasedEventInterface.php in TMGMT Translator Smartling 8.4

File

src/Event/JobBasedEventInterface.php
View source
<?php

namespace Drupal\tmgmt_smartling\Event;

interface JobBasedEventInterface {

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

}

Interfaces