You are here

public function CurrencyInterface::getSymbol in Commerce Core 8.2

Gets the currency symbol.

Return value

string The currency symbol.

1 method overrides CurrencyInterface::getSymbol()
Currency::getSymbol in modules/price/src/Entity/Currency.php
Gets the currency symbol.

File

modules/price/src/Entity/CurrencyInterface.php, line 75

Class

CurrencyInterface
Defines the interface for currencies.

Namespace

Drupal\commerce_price\Entity

Code

public function getSymbol();