You are here

public function ShippingMethodInterface::getConditions in Commerce Shipping 8.2

Gets the shipping method conditions.

Return value

\Drupal\commerce\Plugin\Commerce\Condition\ConditionInterface[] The shipping method conditions.

1 method overrides ShippingMethodInterface::getConditions()
ShippingMethod::getConditions in src/Entity/ShippingMethod.php
Gets the shipping method conditions.

File

src/Entity/ShippingMethodInterface.php, line 49

Class

ShippingMethodInterface
Defines the interface for shipping methods.

Namespace

Drupal\commerce_shipping\Entity

Code

public function getConditions();