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\EntityCode
public function getGroupingSeparator() {
return $this->groupingSeparator;
}