public function MessageCatalogueInterface::get in Zircon Profile 8
Same name and namespace in other branches
- 8.0 vendor/symfony/translation/MessageCatalogueInterface.php \Symfony\Component\Translation\MessageCatalogueInterface::get()
Gets a message translation.
Parameters
string $id The message id:
string $domain The domain name:
Return value
string The message translation
1 method overrides MessageCatalogueInterface::get()
- MessageCatalogue::get in vendor/
symfony/ translation/ MessageCatalogue.php - Gets a message translation.
File
- vendor/
symfony/ translation/ MessageCatalogueInterface.php, line 85
Class
- MessageCatalogueInterface
- MessageCatalogueInterface.
Namespace
Symfony\Component\TranslationCode
public function get($id, $domain = 'messages');