var/cache/dev/twig/b7/b7b55ad773463b5589980961cabb69c2.php line 38

Open in your IDE?
  1. <?php
  2. use Twig\Environment;
  3. use Twig\Error\LoaderError;
  4. use Twig\Error\RuntimeError;
  5. use Twig\Extension\CoreExtension;
  6. use Twig\Extension\SandboxExtension;
  7. use Twig\Markup;
  8. use Twig\Sandbox\SecurityError;
  9. use Twig\Sandbox\SecurityNotAllowedTagError;
  10. use Twig\Sandbox\SecurityNotAllowedFilterError;
  11. use Twig\Sandbox\SecurityNotAllowedFunctionError;
  12. use Twig\Source;
  13. use Twig\Template;
  14. use Twig\TemplateWrapper;
  15. /* @admin/ui/user_menu.html.twig */
  16. class __TwigTemplate_5d0af8b5601508b27b1006ce6765f236 extends Netgen\Bundle\SiteBundle\Templating\Twig\DebugTemplate
  17. {
  18. private Source $source;
  19. /**
  20. * @var array<string, Template>
  21. */
  22. private array $macros = [];
  23. public function __construct(Environment $env)
  24. {
  25. parent::__construct($env);
  26. $this->source = $this->getSourceContext();
  27. $this->parent = false;
  28. $this->blocks = [
  29. ];
  30. }
  31. protected function doDisplay(array $context, array $blocks = []): iterable
  32. {
  33. $macros = $this->macros;
  34. $__internal_5a27a8ba21ca79b61932376b2fa922d2 = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  35. $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "@admin/ui/user_menu.html.twig"));
  36. $__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  37. $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "@admin/ui/user_menu.html.twig"));
  38. // line 1
  39. yield $this->env->getRuntime('Knp\Menu\Twig\MenuRuntimeExtension')->render("ezplatform_admin_ui.menu.user", ["depth" => 1, "template" => "@ibexadesign/ui/menu/user.html.twig"]);
  40. // line 4
  41. yield "
  42. ";
  43. $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  44. $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  45. yield from [];
  46. }
  47. /**
  48. * @codeCoverageIgnore
  49. */
  50. public function getTemplateName(): string
  51. {
  52. return "@admin/ui/user_menu.html.twig";
  53. }
  54. /**
  55. * @codeCoverageIgnore
  56. */
  57. public function isTraitable(): bool
  58. {
  59. return false;
  60. }
  61. /**
  62. * @codeCoverageIgnore
  63. */
  64. public function getDebugInfo(): array
  65. {
  66. return array ( 50 => 4, 48 => 1,);
  67. }
  68. public function getSourceContext(): Source
  69. {
  70. return new Source("{{ knp_menu_render('ezplatform_admin_ui.menu.user', {
  71. 'depth': 1,
  72. 'template': '@ibexadesign/ui/menu/user.html.twig'
  73. }) }}
  74. ", "@admin/ui/user_menu.html.twig", "/var/www/vhosts/platformv4.alpha.se7enx.com/httpdocs/platformvlegacy4.alpha.se7enx.com/vendor/se7enxweb/admin-ui/src/bundle/Resources/views/themes/admin/ui/user_menu.html.twig");
  75. }
  76. }