8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fastjump and suggest for render doesn't work for controller/action names in twig templates neither in 2.0 either in 2.2+ versions:
{% render(controller("SomeBundle:Info:infoAction", { "_template" : 'SomeBundleBundle:Info:info.html.twig', "stateless" : true })) %} {% render(controller("SomeBundle:Info:infoAction", { "_template" : 'SomeBundleBundle:Info:info.html.twig', "stateless" : true })) %} {% render "prefix.controller.some:infoAction" with { "_template" : 'SomeBundle:Info:info.html.twig', "stateless" : true, } %} {% render "prefix.controller.some:infoAction" with { "_template" : 'SomeBundle:Info:info.html.twig', "stateless" : true, } %}
(prefix.controller.some is service name for controller)
see http://symfony.com/doc/current/book/templating.html
The text was updated successfully, but these errors were encountered:
add controller and action in twig render tag #516
ad9a2b4
No branches or pull requests
Fastjump and suggest for render doesn't work for controller/action names in twig templates
neither in 2.0 either in 2.2+ versions:
(prefix.controller.some is service name for controller)
see http://symfony.com/doc/current/book/templating.html
The text was updated successfully, but these errors were encountered: