You are here

public property CurrencyLocale::$locale in Currency 8.3

The locale identifier.

The identifier consists of a language code, an underscore, and a country code. Examples: nl_NL, en_US.

Type: string

File

src/Entity/CurrencyLocale.php, line 79

Class

CurrencyLocale
Defines a currency locale entity.

Namespace

Drupal\currency\Entity

Code

public $locale = NULL;