You are here

public function Currency::getCurrencyCode in Currency 8.3

File

src/Entity/Currency.php, line 188

Class

Currency
Defines a currency entity class.

Namespace

Drupal\currency\Entity

Code

public function getCurrencyCode() {
  return $this->currencyCode;
}