public function CurrencyLocaleInterface::setPattern in Currency 8.3
Sets the CLDR pattern.
Parameters
string $pattern:
Return value
\Drupal\currency\Entity\CurrencyLocaleInterface
1 method overrides CurrencyLocaleInterface::setPattern()
- CurrencyLocale::setPattern in src/
Entity/ CurrencyLocale.php - Sets the CLDR pattern.
File
- src/
Entity/ CurrencyLocaleInterface.php, line 96
Class
- CurrencyLocaleInterface
- Defines a currency currency locale.
Namespace
Drupal\currency\EntityCode
public function setPattern($pattern);