You are here

public function PaymentGatewayInterface::getConditions in Commerce Core 8.2

Gets the payment gateway conditions.

Return value

\Drupal\commerce\Plugin\Commerce\Condition\ConditionInterface[] The payment gateway conditions.

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

File

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

Class

PaymentGatewayInterface
Defines the interface for payment gateway configuration entities.

Namespace

Drupal\commerce_payment\Entity

Code

public function getConditions();