You are here

public function OrderInterface::getTotal in Ubercart 8.4

Returns the order total amount (including all line items).

Return value

float The order total.

1 method overrides OrderInterface::getTotal()
Order::getTotal in uc_order/src/Entity/Order.php
Returns the order total amount (including all line items).

File

uc_order/src/OrderInterface.php, line 124

Class

OrderInterface
Provides an interface defining an Ubercart order entity.

Namespace

Drupal\uc_order

Code

public function getTotal();