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