You are here

public function Response::getRedirectUrl in Payment 8.2

Gets the URL the calling code may redirect to after payment execution.

Return value

\Drupal\Core\Url

Overrides ResponseInterface::getRedirectUrl

File

src/Response/Response.php, line 42

Class

Response
Provides a payment response.

Namespace

Drupal\payment\Response

Code

public function getRedirectUrl() {
  return $this->url;
}