TranslationDumperPass deprecated

class TranslationDumperPass extends TranslationDumperPass

deprecated

since version 3.4, to be removed in 4.0. Use {@link BaseTranslationDumperPass instead}.

Adds tagged translation.formatter services to translation writer.

Methods

__construct($writerServiceId = 'translation.writer', $dumperTag = 'translation.dumper') from TranslationDumperPass
process(ContainerBuilder $container)

You can modify the container here before it is dumped to PHP code.

from TranslationDumperPass

Details

__construct($writerServiceId = 'translation.writer', $dumperTag = 'translation.dumper')

Parameters

$writerServiceId
$dumperTag

process(ContainerBuilder $container)

You can modify the container here before it is dumped to PHP code.

Parameters

ContainerBuilder $container