var/cache/dev_h5b02c48344407d68d61eb74a0cdcd8b0/twig/ec/ec5a160ca62068d447a7465c201e89348e576012f6384e4d848337f53c77343d.php line 39

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_709fbb17f825e0970a1ac07fce45130c 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_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  36.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""@IntediaDoofinderSW6/storefront/page/product-detail/index.html.twig"));
  37.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  38.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_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_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  43.         
  44.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_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""/var/www/staging1.grimm-gastrobedarf.de/custom/plugins/IntediaDoofinderSW6/src/Resources/views/storefront/page/product-detail/index.html.twig");
  61.     }
  62. }