public function OperationResultInterface::getCompletionResponse in Payment 8.2
Gets the response to complete the operation.
Return value
\Drupal\payment\Response\ResponseInterface|null A response (only if self::isInProgress() returns TRUE) or NULL if the operation cannot be completed (anymore).
1 method overrides OperationResultInterface::getCompletionResponse()
- OperationResult::getCompletionResponse in src/
OperationResult.php - Gets the response to complete the operation.
File
- src/
OperationResultInterface.php, line 30
Class
- OperationResultInterface
- Defines an operation result.
Namespace
Drupal\paymentCode
public function getCompletionResponse();