Searched refs:translationDomain (Results 1 – 1 of 1) sorted by relevance
25 private $translationDomain; variable in JMS\\Serializer\\Handler\\FormErrorHandler50 …public function __construct(?TranslatorInterface $translator = null, string $translationDomain = '… argument53 $this->translationDomain = $translationDomain;114 …te(), $error->getMessagePluralization(), $error->getMessageParameters(), $this->translationDomain);117 …tor->trans($error->getMessageTemplate(), $error->getMessageParameters(), $this->translationDomain);