public function Translator::getFallbackLocales in Zircon Profile 8
Same name and namespace in other branches
- 8.0 vendor/symfony/translation/Translator.php \Symfony\Component\Translation\Translator::getFallbackLocales()
Gets the fallback locales.
Return value
array $locales The fallback locales
File
- vendor/
symfony/ translation/ Translator.php, line 195
Class
- Translator
- Translator.
Namespace
Symfony\Component\TranslationCode
public function getFallbackLocales() {
return $this->fallbackLocales;
}