Themes
ThemeInterface
<?php
namespace Foo\Bar;
use Dustin\ShopwareUtils\Core\Framework\Plugin;
use Shopware\Storefront\Framework\ThemeInterface;
class FooBar extends Plugin implements ThemeInterface
{
}<?php
namespace Foo\Bundle;
use Dustin\ShopwareUtils\Core\Framework\AdditionalBundle;
use Shopware\Storefront\Framework\ThemeInterface;
class FooBundle extends AdditionalBundle implements ThemeInterface
{
}