You are here

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\Entity

Code

public function setPattern($pattern);