You are here

public function PaymentGatewayBase::getConfiguration in Commerce Core 8.2

Gets this plugin's configuration.

Return value

array An array of this plugin's configuration.

Overrides ConfigurableInterface::getConfiguration

File

modules/payment/src/Plugin/Commerce/PaymentGateway/PaymentGatewayBase.php, line 288

Class

PaymentGatewayBase
Provides the base class for payment gateways.

Namespace

Drupal\commerce_payment\Plugin\Commerce\PaymentGateway

Code

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