You are here

public function ExpressPaymentMethodPluginInterface::getExpressButton in Ubercart 8.4

Form constructor.

Return value

array A Form API button element that will bypass standard checkout.

1 method overrides ExpressPaymentMethodPluginInterface::getExpressButton()
PayPalExpressCheckout::getExpressButton in payment/uc_paypal/src/Plugin/Ubercart/PaymentMethod/PayPalExpressCheckout.php
Form constructor.

File

payment/uc_payment/src/ExpressPaymentMethodPluginInterface.php, line 16

Class

ExpressPaymentMethodPluginInterface
Defines an interface for payment methods that bypass standard checkout.

Namespace

Drupal\uc_payment

Code

public function getExpressButton($method_id);