You are here

public function OrderInterface::getSubtotal in Ubercart 8.4

Returns the order subtotal amount (products only).

Return value

float The order subtotal.

1 method overrides OrderInterface::getSubtotal()
Order::getSubtotal in uc_order/src/Entity/Order.php
Returns the order subtotal amount (products only).

File

uc_order/src/OrderInterface.php, line 116

Class

OrderInterface
Provides an interface defining an Ubercart order entity.

Namespace

Drupal\uc_order

Code

public function getSubtotal();