Shopware\PluginCreator\Services\TemplateFileProvider\FileProviderInterface::getFiles PHP Method

getFiles() public method

public getFiles ( Configuration $configuration, NameGenerator $nameGenerator ) : array
$configuration Shopware\PluginCreator\Struct\Configuration
$nameGenerator Shopware\PluginCreator\Services\NameGenerator
return array Return an array of files (key = source, value = target). Return empty array for NOOP
    public function getFiles(Configuration $configuration, NameGenerator $nameGenerator);
FileProviderInterface