public function PackageInterface::getCurrency in Ubercart 8.4
Returns the currency code used for the package value.
Return value
string The currency code for this package.
1 method overrides PackageInterface::getCurrency()
- Package::getCurrency in shipping/
uc_fulfillment/ src/ Package.php - Returns the currency code used for the package value.
File
- shipping/
uc_fulfillment/ src/ PackageInterface.php, line 224
Class
- PackageInterface
- Provides an interface that defines the Package class.
Namespace
Drupal\uc_fulfillmentCode
public function getCurrency();