You are here

public function PaymentGateway::getWeight in Commerce Core 8.2

Gets the payment gateway weight.

Return value

string The payment gateway weight.

Overrides PaymentGatewayInterface::getWeight

File

modules/payment/src/Entity/PaymentGateway.php, line 129

Class

PaymentGateway
Defines the payment gateway entity class.

Namespace

Drupal\commerce_payment\Entity

Code

public function getWeight() {
  return $this->weight;
}