public function ShouldCreateJobEvent::getJob in Translation Management Tool 8
Gets the job entity.
Return value
\Drupal\tmgmt\JobInterface The Job object.
File
- src/
Events/ ShouldCreateJobEvent.php, line 78
Class
- ShouldCreateJobEvent
- Represents a job item about to be added to a continuous job.
Namespace
Drupal\tmgmt\EventsCode
public function getJob() {
return $this->job;
}