public function Translator::getLocale in Plug 7
@api
Overrides TranslatorInterface::getLocale
1 call to Translator::getLocale()
- Translator::getCatalogue in lib/
Symfony/ translation/ Translator.php - Gets the catalogue by locale.
File
- lib/
Symfony/ translation/ Translator.php, line 162
Class
- Translator
- Translator.
Namespace
Symfony\Component\TranslationCode
public function getLocale() {
return $this->locale;
}