public function PaymentGatewayInterface::getSupportedModes in Commerce Core 8.2
Gets the supported modes.
Return value
string[] The mode labels keyed by machine name.
1 method overrides PaymentGatewayInterface::getSupportedModes()
- PaymentGatewayBase::getSupportedModes in modules/
payment/ src/ Plugin/ Commerce/ PaymentGateway/ PaymentGatewayBase.php - Gets the supported modes.
File
- modules/
payment/ src/ Plugin/ Commerce/ PaymentGateway/ PaymentGatewayInterface.php, line 54
Class
- PaymentGatewayInterface
- Defines the base interface for payment gateways.
Namespace
Drupal\commerce_payment\Plugin\Commerce\PaymentGatewayCode
public function getSupportedModes();