You are here

public function CurrencyLocaleInterface::getDecimalSeparator in Currency 8.3

Gets the decimal separator.

Return value

string

1 method overrides CurrencyLocaleInterface::getDecimalSeparator()
CurrencyLocale::getDecimalSeparator in src/Entity/CurrencyLocale.php
Gets the decimal separator.

File

src/Entity/CurrencyLocaleInterface.php, line 26

Class

CurrencyLocaleInterface
Defines a currency currency locale.

Namespace

Drupal\currency\Entity

Code

public function getDecimalSeparator();