interface SitePackageGeneratorInterface (View source)

deprecated with Neos 9. Custom generators for "kickstart:site" are discouraged.

Methods

array
generateSitePackage(string $packageKey)

returns generated files as an array

string
getGeneratorName()

returns the human-readable name of the generator

Details

array generateSitePackage(string $packageKey)

returns generated files as an array

Parameters

string $packageKey

Return Value

array

string getGeneratorName()

returns the human-readable name of the generator

Return Value

string