Olivier Paradis
Results
1
issues of
Olivier Paradis
When using the TwigRenderer, the current implementation of "knp_menu.html.twig" accesses to the methods of an MenuItem by using a property path syntax. `{{ item.label }}` accesses the `$item->getLabel()` method. Unfortunately,...