You are here

public function Job::getId in Advanced Queue 8

Gets the job ID.

Assigned to the job during queueing.

Return value

string The job ID.

File

src/Job.php, line 163

Class

Job
Represents a job.

Namespace

Drupal\advancedqueue

Code

public function getId() {
  return $this->id;
}