public function PaymentGateway::getPluginId in Commerce Core 8.2
Gets the payment gateway plugin ID.
Return value
string The payment gateway plugin ID.
Overrides PaymentGatewayInterface::getPluginId
File
- modules/
payment/ src/ Entity/ PaymentGateway.php, line 151
Class
- PaymentGateway
- Defines the payment gateway entity class.
Namespace
Drupal\commerce_payment\EntityCode
public function getPluginId() {
return $this->plugin;
}