You are here

public function ResponseInterface::getRedirectUrl in Payment 8.2

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

Return value

\Drupal\Core\Url

1 method overrides ResponseInterface::getRedirectUrl()
Response::getRedirectUrl in src/Response/Response.php
Gets the URL the calling code may redirect to after payment execution.

File

src/Response/ResponseInterface.php, line 15

Class

ResponseInterface
Defines a payment response.

Namespace

Drupal\payment\Response

Code

public function getRedirectUrl();