public function JobQueue::getDestination in Translation Management Tool 8
Returns the final redirect destination, to be used after all jobs were processed.
Return value
string The destination.
File
- src/
JobQueue.php, line 189
Class
- JobQueue
- Represents a job (checkout) queue.
Namespace
Drupal\tmgmtCode
public function getDestination() {
return $this->destination;
}