You are here

public function CurrencyLocale::getPattern in Currency 8.3

Gets the CLDR pattern

Return value

string

Overrides CurrencyLocaleInterface::getPattern

File

src/Entity/CurrencyLocale.php, line 155

Class

CurrencyLocale
Defines a currency locale entity.

Namespace

Drupal\currency\Entity

Code

public function getPattern() {
  return $this->pattern;
}