You are here

public function OrderInterface::getProductCount in Ubercart 8.4

Returns the number of products in an order.

Return value

int The number of products.

1 method overrides OrderInterface::getProductCount()
Order::getProductCount in uc_order/src/Entity/Order.php
Returns the number of products in an order.

File

uc_order/src/OrderInterface.php, line 132

Class

OrderInterface
Provides an interface defining an Ubercart order entity.

Namespace

Drupal\uc_order

Code

public function getProductCount();