How to: Shopware image urls

How is a Shopware image url generated, let’s dive into it and start really early so everyone can follow. MediaEntity::getUrl into the Template This is part of vendor/shopware/storefront/Resources/views/storefront/utilities/thumbnail.html.twig I’ll just dig down the methods and will sum everything up in the end. \Shopware\Storefront\Framework\Twig\Extension\UrlEncodingTwigFilter::encodeMediaUrl So far so good. So the big question is, where is \Shopware\Core\Content\Media\MediaEntity::getUrl […]