You are here

public function LoggingTranslator::getLocale in Plug 7

@api

Overrides TranslatorInterface::getLocale

File

lib/Symfony/translation/LoggingTranslator.php, line 82

Class

LoggingTranslator
@author Abdellatif Ait boudad <a.aitboudad@gmail.com>

Namespace

Symfony\Component\Translation

Code

public function getLocale() {
  return $this->translator
    ->getLocale();
}