public function PaymentMethodTypeInterface::getCreateLabel in Commerce Core 8.2
Gets the payment method type create label.
Return value
string The payment method type create label.
1 method overrides PaymentMethodTypeInterface::getCreateLabel()
- PaymentMethodTypeBase::getCreateLabel in modules/
payment/ src/ Plugin/ Commerce/ PaymentMethodType/ PaymentMethodTypeBase.php - Gets the payment method type create label.
File
- modules/
payment/ src/ Plugin/ Commerce/ PaymentMethodType/ PaymentMethodTypeInterface.php, line 27
Class
- PaymentMethodTypeInterface
- Defines the interface for payment method types.
Namespace
Drupal\commerce_payment\Plugin\Commerce\PaymentMethodTypeCode
public function getCreateLabel();