You are here

public function PaymentTypeInterface::getPaymentDescription in Payment 8.2

Returns the description of the payment this plugin is of.

Parameters

string|\Drupal\Core\StringTranslation\TranslatableMarkup:

4 methods override PaymentTypeInterface::getPaymentDescription()
PaymentForm::getPaymentDescription in modules/payment_form/src/Plugin/Payment/Type/PaymentForm.php
Returns the description of the payment this plugin is of.
PaymentReference::getPaymentDescription in modules/payment_reference/src/Plugin/Payment/Type/PaymentReference.php
Returns the description of the payment this plugin is of.
PaymentTest::getPaymentDescription in modules/payment_test/src/Plugin/Payment/Type/PaymentTest.php
Returns the description of the payment this plugin is of.
Unavailable::getPaymentDescription in src/Plugin/Payment/Type/Unavailable.php
Returns the description of the payment this plugin is of.

File

src/Plugin/Payment/Type/PaymentTypeInterface.php, line 24

Class

PaymentTypeInterface
A payment type plugin.

Namespace

Drupal\payment\Plugin\Payment\Type

Code

public function getPaymentDescription();