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