You are here

public function CurrencyInterface::getCurrencyCode in Price 3.x

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

Gets the alphabetic currency code.

Return value

string The alphabetic currency code.

1 method overrides CurrencyInterface::getCurrencyCode()
Currency::getCurrencyCode in src/Entity/Currency.php
Gets the alphabetic currency code.

File

src/Entity/CurrencyInterface.php, line 18

Class

CurrencyInterface
Defines the interface for currencies.

Namespace

Drupal\price\Entity

Code

public function getCurrencyCode();