TranslationExtractorPass
in package
implements
CompilerPassInterface
Adds tagged translation.extractor services to translation extractor.
Interfaces, Classes and Traits
- CompilerPassInterface
Table of Contents
- $extractorServiceId : mixed
- $extractorTag : mixed
- __construct() : mixed
- process() : mixed
Properties
$extractorServiceId
private
mixed
$extractorServiceId
$extractorTag
private
mixed
$extractorTag
Methods
__construct()
public
__construct([mixed $extractorServiceId = 'translation.extractor' ][, mixed $extractorTag = 'translation.extractor' ]) : mixed
Parameters
- $extractorServiceId : mixed = 'translation.extractor'
- $extractorTag : mixed = 'translation.extractor'
Return values
mixed —process()
public
process(ContainerBuilder $container) : mixed
Parameters
- $container : ContainerBuilder