public function Job::getType in Advanced Queue 8
Gets the job type.
Return value
string The job type.
File
- src/
Job.php, line 211
Class
- Job
- Represents a job.
Namespace
Drupal\advancedqueueCode
public function getType() {
return $this->type;
}