public function Currency::getSymbol in Commerce Core 8.2
Gets the currency symbol.
Return value
string The currency symbol.
Overrides CurrencyInterface::getSymbol
File
- modules/
price/ src/ Entity/ Currency.php, line 148
Class
- Currency
- Defines the currency entity class.
Namespace
Drupal\commerce_price\EntityCode
public function getSymbol() {
return $this->symbol;
}