You are here

public function PaymentGatewayInterface::getWeight in Commerce Core 8.2

Gets the payment gateway weight.

Return value

string The payment gateway weight.

1 method overrides PaymentGatewayInterface::getWeight()
PaymentGateway::getWeight in modules/payment/src/Entity/PaymentGateway.php
Gets the payment gateway weight.

File

modules/payment/src/Entity/PaymentGatewayInterface.php, line 22

Class

PaymentGatewayInterface
Defines the interface for payment gateway configuration entities.

Namespace

Drupal\commerce_payment\Entity

Code

public function getWeight();