You are here

public function CurrencyLocaleInterface::setGroupingSeparator in Currency 8.3

Sets the grouping separator.

Parameters

string $separator:

Return value

\Drupal\currency\Entity\CurrencyLocaleInterface

1 method overrides CurrencyLocaleInterface::setGroupingSeparator()
CurrencyLocale::setGroupingSeparator in src/Entity/CurrencyLocale.php
Sets the grouping separator.

File

src/Entity/CurrencyLocaleInterface.php, line 35

Class

CurrencyLocaleInterface
Defines a currency currency locale.

Namespace

Drupal\currency\Entity

Code

public function setGroupingSeparator($separator);