You are here

public function PaymentMethodTypeBase::getCreateLabel in Commerce Core 8.2

Gets the payment method type create label.

Return value

string The payment method type create label.

Overrides PaymentMethodTypeInterface::getCreateLabel

File

modules/payment/src/Plugin/Commerce/PaymentMethodType/PaymentMethodTypeBase.php, line 22

Class

PaymentMethodTypeBase
Provides the base payment method type class.

Namespace

Drupal\commerce_payment\Plugin\Commerce\PaymentMethodType

Code

public function getCreateLabel() {
  return $this->pluginDefinition['create_label'];
}