You are here

public function PaymentGatewayInterface::getPlugin in Commerce Core 8.2

Gets the payment gateway plugin.

Return value

\Drupal\commerce_payment\Plugin\Commerce\PaymentGateway\PaymentGatewayInterface The payment gateway plugin.

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

File

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

Class

PaymentGatewayInterface
Defines the interface for payment gateway configuration entities.

Namespace

Drupal\commerce_payment\Entity

Code

public function getPlugin();