AliasDeprecatedPublicServicesPass
        
        extends AbstractRecursivePass
    
    
            
            in package
            
        
    
    
    
        
        
Table of Contents
- $container : ContainerBuilder
 - $currentId : mixed
 - $aliases : mixed
 - $expressionLanguage : mixed
 - $inExpression : mixed
 - $processExpressions : mixed
 - $tagName : mixed
 - __construct() : mixed
 - process() : mixed
 - You can modify the container here before it is dumped to PHP code.
 - enableExpressionProcessing() : mixed
 - getConstructor() : ReflectionFunctionAbstract|null
 - getReflectionMethod() : ReflectionFunctionAbstract
 - inExpression() : bool
 - processValue() : mixed
 - Processes a value found in a definition tree.
 - getExpressionLanguage() : ExpressionLanguage
 
Properties
$container
    protected
        ContainerBuilder
    $container
    
    
    
    
$currentId
    protected
        mixed
    $currentId
    
        
        
    
$aliases
    private
        mixed
    $aliases
     = []
        
        
    
$expressionLanguage
    private
        mixed
    $expressionLanguage
    
        
        
    
$inExpression
    private
        mixed
    $inExpression
     = false
        
        
    
$processExpressions
    private
        mixed
    $processExpressions
     = false
        
        
    
$tagName
    private
        mixed
    $tagName
    
        
        
    
Methods
__construct()
    public
                __construct([string $tagName = 'container.private' ]) : mixed
        
        Parameters
- $tagName : string = 'container.private'
 
Return values
mixed —process()
You can modify the container here before it is dumped to PHP code.
    public
                process(ContainerBuilder $container) : mixed
    
        Parameters
- $container : ContainerBuilder
 
Return values
mixed —enableExpressionProcessing()
    protected
                enableExpressionProcessing() : mixed
        
    
    
        Return values
mixed —getConstructor()
    protected
                getConstructor(Definition $definition, bool $required) : ReflectionFunctionAbstract|null
    
        Parameters
- $definition : Definition
 - $required : bool
 
Tags
Return values
ReflectionFunctionAbstract|null —getReflectionMethod()
    protected
                getReflectionMethod(Definition $definition, string $method) : ReflectionFunctionAbstract
    
        Parameters
- $definition : Definition
 - $method : string
 
Tags
Return values
ReflectionFunctionAbstract —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 —getExpressionLanguage()
    private
                getExpressionLanguage() : ExpressionLanguage