var/cache/dev_h6db633b1882d8fe696e70a7f2e6630ff/twig/ae/ae30fd62d628fc06446e7d45916c9e82785c0e98bfdafa4f37d0e1e235885b39.php line 49

Open in your IDE?
  1. <?php
  2. use Twig\Environment;
  3. use function Shopware\Core\Framework\Adapter\Twig\sw_get_attribute;
  4. use function Shopware\Core\Framework\Adapter\Twig\sw_escape_filter;
  5. use Twig\Error\LoaderError;
  6. use Twig\Error\RuntimeError;
  7. use Twig\Extension\SandboxExtension;
  8. use Twig\Markup;
  9. use Twig\Sandbox\SecurityError;
  10. use Twig\Sandbox\SecurityNotAllowedTagError;
  11. use Twig\Sandbox\SecurityNotAllowedFilterError;
  12. use Twig\Sandbox\SecurityNotAllowedFunctionError;
  13. use Twig\Source;
  14. use Twig\Template;
  15. /* @IntediaDoofinderSW6/storefront/page/product-detail/index.html.twig */
  16. class __TwigTemplate_d8815563ebbdcc5dd5245ef1f436bce666ffa63bdc770f428e5f82666ff8ead2 extends Template
  17. {
  18.     private $source;
  19.     private $macros = [];
  20.     public function __construct(Environment $env)
  21.     {
  22.         parent::__construct($env);
  23.         $this->source $this->getSourceContext();
  24.         $this->blocks = [
  25.         ];
  26.     }
  27.     protected function doGetParent(array $context)
  28.     {
  29.         // line 2
  30.         return "@Storefront/storefront/page/product-detail/index.html.twig";
  31.     }
  32.     protected function doDisplay(array $context, array $blocks = [])
  33.     {
  34.         $macros $this->macros;
  35.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  36.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""@IntediaDoofinderSW6/storefront/page/product-detail/index.html.twig"));
  37.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  38.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""@IntediaDoofinderSW6/storefront/page/product-detail/index.html.twig"));
  39.         $this->parent $this->loadTemplate("@Storefront/storefront/page/product-detail/index.html.twig""@IntediaDoofinderSW6/storefront/page/product-detail/index.html.twig"2);
  40.         $this->parent->display($contextarray_merge($this->blocks$blocks));
  41.         
  42.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  43.         
  44.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  45.     }
  46.     public function getTemplateName()
  47.     {
  48.         return "@IntediaDoofinderSW6/storefront/page/product-detail/index.html.twig";
  49.     }
  50.     public function isTraitable()
  51.     {
  52.         return false;
  53.     }
  54.     public function getDebugInfo()
  55.     {
  56.         return array (  34 => 2,);
  57.     }
  58.     public function getSourceContext()
  59.     {
  60.         return new Source("{% sw_extends '@Storefront/storefront/page/product-detail/index.html.twig' %}""@IntediaDoofinderSW6/storefront/page/product-detail/index.html.twig""/usr/www/users/intedi/shopware6-demo.intedia.de/custom/plugins/IntediaDoofinderSW6/src/Resources/views/storefront/page/product-detail/index.html.twig");
  61.     }
  62. }