RemoveAbstractDefinitionsPass
    
            
            in package
            
        
    
            
            implements
                            CompilerPassInterface                    
    
    
        
            Removes abstract Definitions.
Interfaces, Classes and Traits
- CompilerPassInterface
 - Interface that must be implemented by compilation passes.
 
Table of Contents
- process() : mixed
 - Removes abstract definitions from the ContainerBuilder.
 
Methods
process()
Removes abstract definitions from the ContainerBuilder.
    public
                process(ContainerBuilder $container) : mixed
    
        Parameters
- $container : ContainerBuilder