var/cache/dev/twig/ce/ce09a1a781af42bb36a8cbcae2d5fc62.php line 33

Open in your IDE?
  1. <?php
  2. use Twig\Environment;
  3. use Twig\Error\LoaderError;
  4. use Twig\Error\RuntimeError;
  5. use Twig\Extension\SandboxExtension;
  6. use Twig\Markup;
  7. use Twig\Sandbox\SecurityError;
  8. use Twig\Sandbox\SecurityNotAllowedTagError;
  9. use Twig\Sandbox\SecurityNotAllowedFilterError;
  10. use Twig\Sandbox\SecurityNotAllowedFunctionError;
  11. use Twig\Source;
  12. use Twig\Template;
  13. /* @SyliusShop/ProductReview/Box/_content.html.twig */
  14. class __TwigTemplate_975b55281bdc33d4afcc19eba19961da extends \Twig\Template
  15. {
  16.     private $source;
  17.     private $macros = [];
  18.     public function __construct(Environment $env)
  19.     {
  20.         parent::__construct($env);
  21.         $this->source $this->getSourceContext();
  22.         $this->parent false;
  23.         $this->blocks = [
  24.         ];
  25.     }
  26.     protected function doDisplay(array $context, array $blocks = [])
  27.     {
  28.         $macros $this->macros;
  29.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  30.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""@SyliusShop/ProductReview/Box/_content.html.twig"));
  31.         // line 1
  32.         echo $this->env->getRuntime('Symfony\Bridge\Twig\Extension\HttpKernelRuntime')->renderFragment($this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getUrl("sylius_shop_partial_product_show_by_slug", ["slug" => twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source,         // line 3
  33. ($context["app"] ?? null), "request", [], "any"falsefalsefalse3), "attributes", [], "any"falsefalsefalse3), "get", [=> "slug"], "method"falsefalsefalse3), "template" => "@SyliusShop/Product/_box.html.twig"]));
  34.         // line 6
  35.         echo "
  36. ";
  37.         
  38.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  39.     }
  40.     public function getTemplateName()
  41.     {
  42.         return "@SyliusShop/ProductReview/Box/_content.html.twig";
  43.     }
  44.     public function isTraitable()
  45.     {
  46.         return false;
  47.     }
  48.     public function getDebugInfo()
  49.     {
  50.         return array (  43 => 6,  41 => 3,  40 => 1,);
  51.     }
  52.     public function getSourceContext()
  53.     {
  54.         return new Source("""@SyliusShop/ProductReview/Box/_content.html.twig""/srv/open_marketplace/vendor/sylius/sylius/src/Sylius/Bundle/ShopBundle/Resources/views/ProductReview/Box/_content.html.twig");
  55.     }
  56. }