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;
}      
    Gets the job type.
string The job type.
public function getType() {
  return $this->type;
}