You are here

public function CurrencyInterface::getName in Commerce Core 8.2

Gets the currency name.

Return value

string The currency name.

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

File

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

Class

CurrencyInterface
Defines the interface for currencies.

Namespace

Drupal\commerce_price\Entity

Code

public function getName();