vendor/kunstmaan/menu-bundle/Resources/views/menu-item.html.twig line 1

Open in your IDE?
  1. <a href="{{ url }}" class="{% if options['linkClass'] is defined %}{{ options['linkClass'] }}{% endif %}{% if active and options['activeClass'] is defined %} {{ options['activeClass'] }}{% endif %}{% if hasActiveChild and options['activeClass'] is defined %} child-{{ options['activeClass'] }}{% endif %}" {% if menuItem['newWindow'] is defined and menuItem['newWindow']%}target="_blank"{% endif %}>{{ title }}</a>