TranslatorPathsPass
extends AbstractRecursivePass
in package
Tags
Table of Contents
- $controllers : mixed
- $debugCommandServiceId : mixed
- $definitions : mixed
- $level : mixed
- $paths : mixed
- $resolverServiceId : mixed
- $translatorServiceId : mixed
- $updateCommandServiceId : mixed
- __construct() : mixed
- process() : mixed
- processValue() : mixed
- findControllerArguments() : array<string|int, mixed>
Properties
$controllers
private
mixed
$controllers
= []
$debugCommandServiceId
private
mixed
$debugCommandServiceId
$definitions
private
mixed
$definitions
= []
$level
private
mixed
$level
= 0
$paths
private
mixed
$paths
= []
$resolverServiceId
private
mixed
$resolverServiceId
$translatorServiceId
private
mixed
$translatorServiceId
$updateCommandServiceId
private
mixed
$updateCommandServiceId
Methods
__construct()
public
__construct([string $translatorServiceId = 'translator' ][, string $debugCommandServiceId = 'console.command.translation_debug' ][, string $updateCommandServiceId = 'console.command.translation_update' ][, string $resolverServiceId = 'argument_resolver.service' ]) : mixed
Parameters
- $translatorServiceId : string = 'translator'
- $debugCommandServiceId : string = 'console.command.translation_debug'
- $updateCommandServiceId : string = 'console.command.translation_update'
- $resolverServiceId : string = 'argument_resolver.service'
Return values
mixed —process()
public
process(ContainerBuilder $container) : mixed
Parameters
- $container : ContainerBuilder
Return values
mixed —processValue()
protected
processValue(mixed $value[, mixed $isRoot = false ]) : mixed
Parameters
- $value : mixed
- $isRoot : mixed = false
Return values
mixed —findControllerArguments()
private
findControllerArguments(ContainerBuilder $container) : array<string|int, mixed>
Parameters
- $container : ContainerBuilder