public function JobQueue::setDestination

Parameters

string $destination:

1 call to JobQueue::setDestination()
JobQueue::startQueue in src/JobQueue.php
Initializes the queue with a set of jobs, resets the queue.

File

src/JobQueue.php, line 196

Class

JobQueue
Represents a job (checkout) queue.

Namespace

Drupal\tmgmt

Code

public function setDestination($destination) {
  $this->destination = $destination;
}