You are here

public function MessageCatalogue::getLocale in Plug 7

@api

Overrides MessageCatalogueInterface::getLocale

File

lib/Symfony/translation/MessageCatalogue.php, line 51

Class

MessageCatalogue
MessageCatalogue.

Namespace

Symfony\Component\Translation

Code

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