ThemeProvider
class ThemeProvider implements ProviderInterface (View source)
Properties
| protected string | $name | The name of this provider.  | 
                |
| protected string | $themeHandle | The handle of the theme  | 
                |
| protected ThemeProviderInterface | $themeProvider | The theme preset provider.  | 
                |
| protected PresetInterface[] | $presets | The available layout presets.  | 
                
Methods
                    getName()
        
                                            
                
            No description
                    getPresets()
        
                                            
                
            No description
                    string
                
                
                    getThemeHandle()
        
                                            
                
            Get the handle of the theme.
                    getThemeProvider()
        
                                            
                
            Get the theme preset provider.
Details
        
                            
    __construct(ThemeProviderInterface $interface)
        
    
    No description
        
                            
    getName()
        
    
    No description
        
                            
    getPresets()
        
    
    No description
        
                            string
    getThemeHandle()
        
    
    Get the handle of the theme.
        
                            ThemeProviderInterface
    getThemeProvider()
        
    
    Get the theme preset provider.