You are here

public function Basic::getBrandLabel in Payment 8.2

Gets the brand label.

Return value

string

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

File

src/Plugin/Payment/MethodConfiguration/Basic.php, line 338

Class

Basic
Provides the configuration for the payment_basic payment method plugin.

Namespace

Drupal\payment\Plugin\Payment\MethodConfiguration

Code

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