You are here

public function PaymentGateway::getPluginConfiguration in Commerce Core 8.2

Gets the payment gateway plugin configuration.

Return value

array The payment gateway plugin configuration.

Overrides PaymentGatewayInterface::getPluginConfiguration

File

modules/payment/src/Entity/PaymentGateway.php, line 168

Class

PaymentGateway
Defines the payment gateway entity class.

Namespace

Drupal\commerce_payment\Entity

Code

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