public function PaymentMethodInterface::getPlugin in Ubercart 8.4
Returns the plugin instance.
Return value
\Drupal\uc_payment\PaymentMethodPluginInterface The plugin instance for this payment method.
1 method overrides PaymentMethodInterface::getPlugin()
- PaymentMethod::getPlugin in payment/
uc_payment/ src/ Entity/ PaymentMethod.php - Returns the plugin instance.
File
- payment/
uc_payment/ src/ PaymentMethodInterface.php, line 44
Class
- PaymentMethodInterface
- Provides an interface for defining payment method entities.
Namespace
Drupal\uc_paymentCode
public function getPlugin();