public function PriceModified::getCurrencyCode in Price 3.0.x
Same name and namespace in other branches
- 8 src/PriceModified.php \Drupal\price\PriceModified::getCurrencyCode()
- 3.x src/PriceModified.php \Drupal\price\PriceModified::getCurrencyCode()
Gets the currency code.
Return value
string The currency code.
File
- src/
PriceModified.php, line 68
Class
- PriceModified
- Provides a value object for monetary values.
Namespace
Drupal\priceCode
public function getCurrencyCode() {
return $this->currencyCode;
}