You are here

public function CurrencyInterface::setNumericCode in Commerce Core 8.2

Sets the numeric currency code.

Parameters

string $numeric_code: The numeric currency code.

Return value

$this

1 method overrides CurrencyInterface::setNumericCode()
Currency::setNumericCode in modules/price/src/Entity/Currency.php
Sets the numeric currency code.

File

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

Class

CurrencyInterface
Defines the interface for currencies.

Namespace

Drupal\commerce_price\Entity

Code

public function setNumericCode($numeric_code);