public function PaymentGatewayInterface::setPluginConfiguration in Commerce Core 8.2
Sets the payment gateway plugin configuration.
Parameters
array $configuration: The payment gateway plugin configuration.
Return value
$this
1 method overrides PaymentGatewayInterface::setPluginConfiguration()
- PaymentGateway::setPluginConfiguration in modules/
payment/ src/ Entity/ PaymentGateway.php - Sets the payment gateway plugin configuration.
File
- modules/
payment/ src/ Entity/ PaymentGatewayInterface.php, line 76
Class
- PaymentGatewayInterface
- Defines the interface for payment gateway configuration entities.
Namespace
Drupal\commerce_payment\EntityCode
public function setPluginConfiguration(array $configuration);