You are here

public function PaymentGatewayInterface::getPluginConfiguration in Commerce Core 8.2

Gets the payment gateway plugin configuration.

Return value

array The payment gateway plugin configuration.

1 method overrides PaymentGatewayInterface::getPluginConfiguration()
PaymentGateway::getPluginConfiguration in modules/payment/src/Entity/PaymentGateway.php
Gets the payment gateway plugin configuration.

File

modules/payment/src/Entity/PaymentGatewayInterface.php, line 66

Class

PaymentGatewayInterface
Defines the interface for payment gateway configuration entities.

Namespace

Drupal\commerce_payment\Entity

Code

public function getPluginConfiguration();