You are here

public function PaymentForm::getDestinationUrl in Payment 8.2

Gets the URL the user should be redirected to upon resuming the context.

Return value

string The destination URL.

1 call to PaymentForm::getDestinationUrl()
PaymentForm::doGetResumeContextResponse in modules/payment_form/src/Plugin/Payment/Type/PaymentForm.php
Performs the actual context resumption.

File

modules/payment_form/src/Plugin/Payment/Type/PaymentForm.php, line 196

Class

PaymentForm
The payment form field payment type.

Namespace

Drupal\payment_form\Plugin\Payment\Type

Code

public function getDestinationUrl() {
  return $this->configuration['destination_url'];
}