We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Sometimes we need "fake" routes for external links (from one site to another) like
site_smth: pattern: /smth/{id}/ requirements: id: \d+
It helps make external urls tied and consistent for using in twig.
While route have no _controller (but pattern) we have no his route in suggest list (and throw "Missing Route" in usage).
_controller
pattern
{{ 'http://example.com' ~ path('site_smth')}}
The text was updated successfully, but these errors were encountered:
remove "defaults" key detection for a valid yaml route id #518
2104872
No branches or pull requests
Sometimes we need "fake" routes for external links (from one site to another) like
It helps make external urls tied and consistent for using in twig.
While route have no
_controller
(butpattern
) we have no his route in suggest list (and throw "Missing Route" in usage).The text was updated successfully, but these errors were encountered: