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\Events
Code
public function getJob() {
return $this->job;
}