Home
last modified time | relevance | path

Searched refs:translationDomain (Results 1 – 1 of 1) sorted by path

/plugin/findologicxmlexport/vendor/jms/serializer/src/Handler/
H A DFormErrorHandler.php25 private $translationDomain; variable in JMS\\Serializer\\Handler\\FormErrorHandler
50 …public function __construct(?TranslatorInterface $translator = null, string $translationDomain = '… argument
53 $this->translationDomain = $translationDomain;
114 …te(), $error->getMessagePluralization(), $error->getMessageParameters(), $this->translationDomain);
117 …tor->trans($error->getMessageTemplate(), $error->getMessageParameters(), $this->translationDomain);