You are here

public function OrderInterface::getCurrency in Ubercart 8.4

Returns the order currency code.

Return value

string The order currency code.

1 method overrides OrderInterface::getCurrency()
Order::getCurrency in uc_order/src/Entity/Order.php
Returns the order currency code.

File

uc_order/src/OrderInterface.php, line 140

Class

OrderInterface
Provides an interface defining an Ubercart order entity.

Namespace

Drupal\uc_order

Code

public function getCurrency();