public function CurrencyLocale::getLocale in Currency 8.3
Gets the locale.
Return value
string
Overrides CurrencyLocaleInterface::getLocale
See also
self::id()
File
- src/
Entity/ CurrencyLocale.php, line 139
Class
- CurrencyLocale
- Defines a currency locale entity.
Namespace
Drupal\currency\EntityCode
public function getLocale() {
return $this->locale;
}