You are here

public function PaymentMethodBase::getMessageTextFormat in Payment 8.2

Gets the payer message text format.

Return value

string

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

File

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

Class

PaymentMethodBase
A base payment method plugin.

Namespace

Drupal\payment\Plugin\Payment\Method

Code

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