public function PaymentGatewayInterface::setConditionOperator in Commerce Core 8.2
Sets the payment gateway condition operator.
Parameters
string $condition_operator: The condition operator.
Return value
$this
1 method overrides PaymentGatewayInterface::setConditionOperator()
- PaymentGateway::setConditionOperator in modules/
payment/ src/ Entity/ PaymentGateway.php - Sets the payment gateway condition operator.
File
- modules/
payment/ src/ Entity/ PaymentGatewayInterface.php, line 102
Class
- PaymentGatewayInterface
- Defines the interface for payment gateway configuration entities.
Namespace
Drupal\commerce_payment\EntityCode
public function setConditionOperator($condition_operator);