Documentation

ReplaceAliasByActualDefinitionPass extends AbstractRecursivePass
in package

Replaces aliases with actual service definitions, effectively removing these aliases.

Tags
author

Johannes M. Schmitt schmittjoh@gmail.com

Table of Contents

$container  : ContainerBuilder
$currentId  : mixed
$autoAliasServicePass  : mixed
$expressionLanguage  : mixed
$inExpression  : mixed
$processExpressions  : mixed
$replacements  : mixed
process()  : mixed
Process the Container to replace aliases with service definitions.
enableExpressionProcessing()  : mixed
getConstructor()  : ReflectionFunctionAbstract|null
getReflectionMethod()  : ReflectionFunctionAbstract
inExpression()  : bool
processValue()  : mixed
Processes a value found in a definition tree.
getExpressionLanguage()  : ExpressionLanguage

Properties

Methods

enableExpressionProcessing()

protected enableExpressionProcessing() : mixed
Return values
mixed

inExpression()

protected inExpression([bool $reset = true ]) : bool
Parameters
$reset : bool = true
Return values
bool

processValue()

Processes a value found in a definition tree.

protected processValue(mixed $value[, bool $isRoot = false ]) : mixed
Parameters
$value : mixed
$isRoot : bool = false
Return values
mixed

Search results