You are here

public function OrderInterface::isShippable in Ubercart 8.4

Returns whether an order is considered shippable or not.

Return value

bool TRUE if the order is shippable, FALSE otherwise.

1 method overrides OrderInterface::isShippable()
Order::isShippable in uc_order/src/Entity/Order.php
Returns whether an order is considered shippable or not.

File

uc_order/src/OrderInterface.php, line 189

Class

OrderInterface
Provides an interface defining an Ubercart order entity.

Namespace

Drupal\uc_order

Code

public function isShippable();