DataCollectorTranslator
class DataCollectorTranslator implements TranslatorInterface, TranslatorInterface, TranslatorBagInterface
Constants
MESSAGE_DEFINED |
|
MESSAGE_MISSING |
|
MESSAGE_EQUALS_FALLBACK |
|
Methods
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 = null)
deprecated
Translates the given choice message by choosing a translation according to a number.
setLocale(string $locale)
Sets the current locale.
string
getLocale()
Returns the current locale.
getCatalogue(string|null $locale = null)
Gets the catalogue by locale.
array
getFallbackLocales()
Gets the fallback locales.
__call($method, $args)
Passes through all unknown calls onto the translator object.
array
getCollectedMessages()
No description
Details
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 = null)
deprecated
deprecated since Symfony 4.2, use the trans() method instead with a %count% parameter
Translates the given choice message by choosing a translation according to a number.