You are here

public function PaymentMethodInterface::getWeight in Ubercart 8.4

Returns the weight of this payment method (used for sorting).

Return value

int The payment method weight.

1 method overrides PaymentMethodInterface::getWeight()
PaymentMethod::getWeight in payment/uc_payment/src/Entity/PaymentMethod.php
Returns the weight of this payment method (used for sorting).

File

payment/uc_payment/src/PaymentMethodInterface.php, line 18

Class

PaymentMethodInterface
Provides an interface for defining payment method entities.

Namespace

Drupal\uc_payment

Code

public function getWeight();