Shopware\PluginCreator\Services\Generator::configureTemplate PHP Method

configureTemplate() private method

setup the template
private configureTemplate ( )
    private function configureTemplate()
    {
        $this->template->assign('configuration', $this->configuration);
        $this->template->assign('names', $this->nameGenerator);
        $this->template->setTemplatePath(dirname(__DIR__) . '/' . self::TEMPLATE_DIRECTORY);
    }