SitePackageGeneratorInterface
interface SitePackageGeneratorInterface (View source)
Methods
                    array
                
                
                    generateSitePackage(string $packageKey, string $siteName)
        
                                            
                
            returns generated files as an array
                    string
                
                
                    getGeneratorName()
        
                                            
                
            returns the human readable name of the generator
Details
        
                            array
    generateSitePackage(string $packageKey, string $siteName)
        
    
    returns generated files as an array
        
                            string
    getGeneratorName()
        
    
    returns the human readable name of the generator