Shopware: Plugin-Pfad im Controller Wie man schnell an sein Plugin und den passenden Pfad ran kommt: /** @var Plugin $plugin */ $plugin = Shopware()->Container()->get('kernel')->getPlugins()[$this->pluginName]; $path = $plugin->getPath();