var/cache/dev_hbd3b438645322a8593dd24d071f68685/twig/a7/a7a89e74b0cb7d48546cc0dd151ef75d524c666b22d2f3edd310182068de531c.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. /* @ShpclShipcloudConnector/storefront/base.html.twig */
  16. class __TwigTemplate_cf8718ce0969900abe2bb2a7c108d3a89fc8486ca89d7522d7f0163b2d811c9e 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 "@WbmTagManagerEcomm/storefront/base.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""@ShpclShipcloudConnector/storefront/base.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""@ShpclShipcloudConnector/storefront/base.html.twig"));
  39.         $this->parent $this->loadTemplate("@WbmTagManagerEcomm/storefront/base.html.twig""@ShpclShipcloudConnector/storefront/base.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 "@ShpclShipcloudConnector/storefront/base.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/base.html.twig' %}
  61. ""@ShpclShipcloudConnector/storefront/base.html.twig""/usr/www/users/obstdev/custom/plugins/ShpclShipcloudConnector/src/Resources/views/storefront/base.html.twig");
  62.     }
  63. }