You are here

public function ShippingOrderManagerInterface::isShippable in Commerce Shipping 8.2

Determines whether the order is shippable.

Parameters

\Drupal\commerce_order\Entity\OrderInterface $order: The order.

Return value

bool TRUE if the order is shippable, FALSE otherwise.

1 method overrides ShippingOrderManagerInterface::isShippable()
ShippingOrderManager::isShippable in src/ShippingOrderManager.php
Determines whether the order is shippable.

File

src/ShippingOrderManagerInterface.php, line 59

Class

ShippingOrderManagerInterface

Namespace

Drupal\commerce_shipping

Code

public function isShippable(OrderInterface $order);