class DataCollectorTranslator implements TranslatorInterface, TranslatorBagInterface
Constants
MESSAGE_DEFINED MESSAGE_MISSING MESSAGE_EQUALS_FALLBACK
Methods
__construct(TranslatorInterface $translator)
string trans(string $id, array $parameters = array(), string|null $domain = null, string|null $locale = null) Translates the given message.
string transChoice(string $id, int $number, array $parameters = array(), string|null $domain = null, string|null $locale = nu