TransformerInterface
interface TransformerInterface (View source)
Methods
                    public                                                                            
                
                                
                    transform(MutableConfigCollectionInterface $collection)
        
                                            
                
            This is responsible for parsing a single yaml file and returning it into a format that Config can understand. Config will then be responsible for turning thie output into the final merged config.
Details
        
                            MutableConfigCollectionInterface
    transform(MutableConfigCollectionInterface $collection)
        
    
    This is responsible for parsing a single yaml file and returning it into a format that Config can understand. Config will then be responsible for turning thie output into the final merged config.