ConfigBuilderInterface
                
            in
            
        
    
        
            A ConfigBuilder provides helper methods to build a large complex array.
Tags
Table of Contents
- getExtensionAlias() : string
 - Gets the alias for the extension which config we are building.
 - toArray() : array<string|int, mixed>
 - Gets all configuration represented as an array.
 
Methods
getExtensionAlias()
Gets the alias for the extension which config we are building.
    public
                getExtensionAlias() : string
    
    
    
        Return values
string —toArray()
Gets all configuration represented as an array.
    public
                toArray() : array<string|int, mixed>