public function JobQueue::getDestination

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

Code

public function getDestination() {
  return $this->destination;
}