custom/plugins/WbfkThemeMMedientechnik/src/WbfkThemeMMedientechnik.php line 9

Open in your IDE?
  1. <?php
  2. declare(strict_types=1);
  3. namespace WbfkThemeMMedientechnik;
  4. use Shopware\Core\Framework\Plugin;
  5. use Shopware\Storefront\Framework\ThemeInterface;
  6. class WbfkThemeMMedientechnik extends Plugin implements ThemeInterface
  7. {
  8.     public function getThemeConfigPath(): string
  9.     {
  10.         return 'theme.json';
  11.     }
  12. }