You are here

public function CurrencyInterface::getName in Price 3.x

Same name and namespace in other branches
  1. 8 src/Entity/CurrencyInterface.php \Drupal\price\Entity\CurrencyInterface::getName()
  2. 2.0.x src/Entity/CurrencyInterface.php \Drupal\price\Entity\CurrencyInterface::getName()
  3. 2.x src/Entity/CurrencyInterface.php \Drupal\price\Entity\CurrencyInterface::getName()
  4. 3.0.x src/Entity/CurrencyInterface.php \Drupal\price\Entity\CurrencyInterface::getName()

Gets the currency name.

Return value

string The currency name.

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

File

src/Entity/CurrencyInterface.php, line 36

Class

CurrencyInterface
Defines the interface for currencies.

Namespace

Drupal\price\Entity

Code

public function getName();