ExtractorInterface
  • References/PHP/Symfony/Component/Translation/Extractor

interface ExtractorInterface Extracts translation messages from a directory or files to the catalogue

2025-01-10 15:47:30
Translator::trans()
  • References/PHP/Symfony/Component/Translation

string trans(string $id, array $parameters = array(), string|null $domain = null, string|null $locale = null)

2025-01-10 15:47:30
YamlFileLoader
  • References/PHP/Symfony/Component/Translation/Loader

class YamlFileLoader extends

2025-01-10 15:47:30
IdentityTranslator::transChoice()
  • References/PHP/Symfony/Component/Translation

string transChoice(string $id, int $number, array $parameters = array(), string|null $domain = null, string|null $locale = null)

2025-01-10 15:47:30
DataCollectorTranslator::setLocale()
  • References/PHP/Symfony/Component/Translation

setLocale(string $locale) Sets the current locale.

2025-01-10 15:47:30
Translator::addLoader()
  • References/PHP/Symfony/Component/Translation

addLoader(string $format, LoaderInterface

2025-01-10 15:47:30
DumperInterface
  • References/PHP/Symfony/Component/Translation/Dumper

interface DumperInterface DumperInterface is the interface implemented by all translation dumpers

2025-01-10 15:47:30
FileDumper::dump()
  • References/PHP/Symfony/Component/Translation/Dumper

dump(MessageCatalogue $messages, array

2025-01-10 15:47:30
MessageCatalogueInterface::addCatalogue()
  • References/PHP/Symfony/Component/Translation

addCatalogue(Message

2025-01-10 15:47:30
LoggingTranslator::setLocale()
  • References/PHP/Symfony/Component/Translation

setLocale(string $locale) Sets the current locale.

2025-01-10 15:47:30