Exemplo n.º 1
0
 /**
  * {@inheritdoc}
  */
 public function abortTranslation(JobInterface $job)
 {
     // Assume that we can abort a translation job at any time.
     $job->aborted();
     return TRUE;
 }