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

Parameters

string $packageKey
string $siteName

Return Value

array

string getGeneratorName()

returns the human readable name of the generator

Return Value

string