Documentation

TranslatorPass
in package
implements CompilerPassInterface

Interfaces, Classes and Traits

CompilerPassInterface

Table of Contents

$debugCommandServiceId  : mixed
$loaderTag  : mixed
$readerServiceId  : mixed
$translatorServiceId  : mixed
$updateCommandServiceId  : mixed
__construct()  : mixed
process()  : mixed

Properties

Methods

__construct()

public __construct([mixed $translatorServiceId = 'translator.default' ][, mixed $readerServiceId = 'translation.loader' ][, mixed $loaderTag = 'translation.loader' ][, mixed $debugCommandServiceId = 'console.command.translation_debug' ][, mixed $updateCommandServiceId = 'console.command.translation_update' ]) : mixed
Parameters
$translatorServiceId : mixed = 'translator.default'
$readerServiceId : mixed = 'translation.loader'
$loaderTag : mixed = 'translation.loader'
$debugCommandServiceId : mixed = 'console.command.translation_debug'
$updateCommandServiceId : mixed = 'console.command.translation_update'
Return values
mixed

process()

public process(ContainerBuilder $container) : mixed
Parameters
$container : ContainerBuilder
Return values
mixed

Search results