You are here

public function PaymentMethodConfigurationBase::getMessageTextFormat in Payment 8.2

Gets the payer message text format.

Return value

string

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

File

src/Plugin/Payment/MethodConfiguration/PaymentMethodConfigurationBase.php, line 131

Class

PaymentMethodConfigurationBase
Provides a base payment method configuration plugin.

Namespace

Drupal\payment\Plugin\Payment\MethodConfiguration

Code

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