You are here

public function CartInterface::isShippable in Ubercart 8.4

Determines whether a cart contains shippable items or not.

Return value

bool TRUE if the cart contains at least one shippable item, FALSE otherwise.

1 method overrides CartInterface::isShippable()
Cart::isShippable in uc_cart/src/Cart.php
Determines whether a cart contains shippable items or not.

File

uc_cart/src/CartInterface.php, line 68

Class

CartInterface
Represents a shopping cart.

Namespace

Drupal\uc_cart

Code

public function isShippable();