You are here

public function ResponseInterface::getResponse in Payment 8.2

Gets the response the calling code must return after payment execution.

Return value

\Symfony\Component\HttpFoundation\Response

1 method overrides ResponseInterface::getResponse()
Response::getResponse in src/Response/Response.php
Gets the response the calling code must return after payment execution.

File

src/Response/ResponseInterface.php, line 22

Class

ResponseInterface
Defines a payment response.

Namespace

Drupal\payment\Response

Code

public function getResponse();