You are here

public function PaymentGatewayStorageInterface::loadMultipleForOrder in Commerce Core 8.2

Loads all eligible payment gateways for the given order.

Parameters

\Drupal\commerce_order\Entity\OrderInterface $order: The order.

Return value

\Drupal\commerce_payment\Entity\PaymentGatewayInterface[] The payment gateways.

1 method overrides PaymentGatewayStorageInterface::loadMultipleForOrder()
PaymentGatewayStorage::loadMultipleForOrder in modules/payment/src/PaymentGatewayStorage.php
Loads all eligible payment gateways for the given order.

File

modules/payment/src/PaymentGatewayStorageInterface.php, line 38

Class

PaymentGatewayStorageInterface
Defines the interface for payment gateway storage.

Namespace

Drupal\commerce_payment

Code

public function loadMultipleForOrder(OrderInterface $order);