You are here

public function ShippingMethodInterface::setConditionOperator in Commerce Shipping 8.2

Sets the shipping method condition operator.

Parameters

string $condition_operator: The condition operator.

Return value

$this

1 method overrides ShippingMethodInterface::setConditionOperator()
ShippingMethod::setConditionOperator in src/Entity/ShippingMethod.php
Sets the shipping method condition operator.

File

src/Entity/ShippingMethodInterface.php, line 77

Class

ShippingMethodInterface
Defines the interface for shipping methods.

Namespace

Drupal\commerce_shipping\Entity

Code

public function setConditionOperator($condition_operator);