You are here

public function PaymentGatewayInterface::getConditionOperator in Commerce Core 8.2

Gets the payment gateway condition operator.

Return value

string The condition operator. Possible values: AND, OR.

1 method overrides PaymentGatewayInterface::getConditionOperator()
PaymentGateway::getConditionOperator in modules/payment/src/Entity/PaymentGateway.php
Gets the payment gateway condition operator.

File

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

Class

PaymentGatewayInterface
Defines the interface for payment gateway configuration entities.

Namespace

Drupal\commerce_payment\Entity

Code

public function getConditionOperator();