Documentation

TranslatorPathsPass extends AbstractRecursivePass
in package

Tags
author

Yonel Ceruto yonelceruto@gmail.com

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

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
Return values
array<string|int, mixed>

Search results