You are here

public function MolliePayment::getBrandLabel in Mollie Payment 8.2

Gets the brand label.

Return value

string

1 call to MolliePayment::getBrandLabel()
MolliePayment::processBuildConfigurationForm in src/Plugin/Payment/MethodConfiguration/MolliePayment.php
Implements a form API #process callback.

File

src/Plugin/Payment/MethodConfiguration/MolliePayment.php, line 353

Class

MolliePayment
Provides the configuration for the mollie_payment payment method plugin.

Namespace

Drupal\mollie_payment\Plugin\Payment\MethodConfiguration

Code

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