You are here

public function ShippingMethodInterface::getConditionOperator in Commerce Shipping 8.2

Gets the shipping method condition operator.

Return value

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

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

File

src/Entity/ShippingMethodInterface.php, line 67

Class

ShippingMethodInterface
Defines the interface for shipping methods.

Namespace

Drupal\commerce_shipping\Entity

Code

public function getConditionOperator();