You are here

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\advancedqueue

Code

public function getType() {
  return $this->type;
}