var/cache/review/twig/8d/8df3093fbf4f7630faeb75924f2ea981.php line 46

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. /* _fragment/city_list.html.twig */
  14. class __TwigTemplate_62492526d587145947010c40f31b06c8 extends 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_b91a4435ea3baf1e2b6bfda56133dace $this->extensions["Sentry\\SentryBundle\\Tracing\\Twig\\TwigTracingExtension"];
  30.         $__internal_b91a4435ea3baf1e2b6bfda56133dace->enter($__internal_b91a4435ea3baf1e2b6bfda56133dace_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""_fragment/city_list.html.twig"));
  31.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  32.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""_fragment/city_list.html.twig"));
  33.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  34.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""_fragment/city_list.html.twig"));
  35.         // line 1
  36.         echo $this->extensions['Knp\Menu\Twig\MenuExtension']->render("city_list", ["template" => "_menu/city_list_links.html.twig"]);
  37.         
  38.         $__internal_b91a4435ea3baf1e2b6bfda56133dace->leave($__internal_b91a4435ea3baf1e2b6bfda56133dace_prof);
  39.         
  40.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  41.         
  42.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  43.     }
  44.     /**
  45.      * @codeCoverageIgnore
  46.      */
  47.     public function getTemplateName()
  48.     {
  49.         return "_fragment/city_list.html.twig";
  50.     }
  51.     /**
  52.      * @codeCoverageIgnore
  53.      */
  54.     public function isTraitable()
  55.     {
  56.         return false;
  57.     }
  58.     /**
  59.      * @codeCoverageIgnore
  60.      */
  61.     public function getDebugInfo()
  62.     {
  63.         return array (  46 => 1,);
  64.     }
  65.     public function getSourceContext()
  66.     {
  67.         return new Source("{{ knp_menu_render('city_list', {'template': '_menu/city_list_links.html.twig'}) }}""_fragment/city_list.html.twig""/app/templates/_fragment/city_list.html.twig");
  68.     }
  69. }