public function JobQueue::setDestination in Translation Management Tool 8
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\tmgmtCode
public function setDestination($destination) {
$this->destination = $destination;
}