You are here

public function PaymentMethodBase::getConfiguration in Payment 8.2

Gets this plugin's configuration.

Return value

array An array of this plugin's configuration.

Overrides ConfigurableInterface::getConfiguration

File

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

Class

PaymentMethodBase
A base payment method plugin.

Namespace

Drupal\payment\Plugin\Payment\Method

Code

public function getConfiguration() {
  return $this->configuration;
}