public function PaymentMethodPluginInterface::cartReviewTitle in Ubercart 8.4
Returns the payment method title to be used on the checkout review page.
Return value
string The payment method title.
1 method overrides PaymentMethodPluginInterface::cartReviewTitle()
- PaymentMethodPluginBase::cartReviewTitle in payment/
uc_payment/ src/ PaymentMethodPluginBase.php - Returns the payment method title to be used on the checkout review page.
File
- payment/
uc_payment/ src/ PaymentMethodPluginInterface.php, line 67
Class
- PaymentMethodPluginInterface
- Defines an interface for payment method plugins.
Namespace
Drupal\uc_paymentCode
public function cartReviewTitle();