public function PaymentGatewayInterface::getPluginId in Commerce Core 8.2
Gets the payment gateway plugin ID.
Return value
string The payment gateway plugin ID.
1 method overrides PaymentGatewayInterface::getPluginId()
- PaymentGateway::getPluginId in modules/
payment/ src/ Entity/ PaymentGateway.php - Gets the payment gateway plugin ID.
File
- modules/
payment/ src/ Entity/ PaymentGatewayInterface.php, line 48
Class
- PaymentGatewayInterface
- Defines the interface for payment gateway configuration entities.
Namespace
Drupal\commerce_payment\EntityCode
public function getPluginId();