public function PaymentMethodConfiguration::getPluginId in Payment 8.2
Gets the payment method configuration's plugin ID.
Return value
string
Overrides PaymentMethodConfigurationInterface::getPluginId
1 call to PaymentMethodConfiguration::getPluginId()
- PaymentMethodConfiguration::bundle in src/
Entity/ PaymentMethodConfiguration.php - Gets the bundle of the entity.
File
- src/
Entity/ PaymentMethodConfiguration.php, line 205
Class
- PaymentMethodConfiguration
- Defines a payment method configuration entity.
Namespace
Drupal\payment\EntityCode
public function getPluginId() {
return $this->pluginId;
}