You are here

public function PaymentMethodBase::getMessageText in Payment 8.2

Gets the payer message text.

Return value

string

1 call to PaymentMethodBase::getMessageText()
PaymentMethodBase::buildConfigurationForm in src/Plugin/Payment/Method/PaymentMethodBase.php
Form constructor.

File

src/Plugin/Payment/Method/PaymentMethodBase.php, line 147

Class

PaymentMethodBase
A base payment method plugin.

Namespace

Drupal\payment\Plugin\Payment\Method

Code

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