ManagerInterface
interface ManagerInterface (View source)
Methods
                    bool
                
                
                    hasSiteThemeCustomizations(Site $site)
        
                                            
                
            Detects whether your site has theme-level customizations applied. Only really applicable for the legacy customizer.
                    bool
                
                
                    hasPageThemeCustomizations(Site $site)
        
                                            
                
            Detects whether individual pages have theme customizations applied, either through the application of a custom skin, or in the case of the legacy customizer, the application of a custom style set.
                    mixed
                
                
                
            
                    mixed
                
                
                
            Details
        
                            bool
    hasSiteThemeCustomizations(Site $site)
        
    
    Detects whether your site has theme-level customizations applied. Only really applicable for the legacy customizer.
        
                            bool
    hasPageThemeCustomizations(Site $site)
        
    
    Detects whether individual pages have theme customizations applied, either through the application of a custom skin, or in the case of the legacy customizer, the application of a custom style set.
        
                            mixed
    getResetSiteThemeCustomizationsCommand(Site $site)
        
    
    No description
        
                            mixed
    getResetPageThemeCustomizationsCommand(Site $site)
        
    
    No description