You are here

public function CurrencyLocale::getGroupingSeparator in Currency 8.3

Gets the grouping separator.

Return value

string

Overrides CurrencyLocaleInterface::getGroupingSeparator

File

src/Entity/CurrencyLocale.php, line 123

Class

CurrencyLocale
Defines a currency locale entity.

Namespace

Drupal\currency\Entity

Code

public function getGroupingSeparator() {
  return $this->groupingSeparator;
}