You are here

public function PaymentGatewayInterface::setPluginId in Commerce Core 8.2

Sets the payment gateway plugin ID.

Parameters

string $plugin_id: The payment gateway plugin ID.

Return value

$this

1 method overrides PaymentGatewayInterface::setPluginId()
PaymentGateway::setPluginId in modules/payment/src/Entity/PaymentGateway.php
Sets the payment gateway plugin ID.

File

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

Class

PaymentGatewayInterface
Defines the interface for payment gateway configuration entities.

Namespace

Drupal\commerce_payment\Entity

Code

public function setPluginId($plugin_id);