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
Since I migrated to the built in #[Template()] annotation of Symfony 6, the autocompletion stopped working.
use Symfony\Bridge\Twig\Attribute\Template;
Without using the Template() annotation:
Also, a link from the template back to the controller:
Using the Template() annotation (no pop-up)
No link back to the controller:
The text was updated successfully, but these errors were encountered:
#2261 whitelist "Symfony\Bridge\Twig\Attribute\Template" for template…
d295f25
… usages to fix render detection
thx, somehow i missed the class class api change
Sorry, something went wrong.
#2261 support "targetEntity" extraction from property type for Doctri…
66c513c
…ne relations
Merge pull request #2351 from Haehnchen/feature/2261-template-attribute
a6099a3
#2261 whitelist "Symfony\Bridge\Twig\Attribute\Template" for template usages to fix render detection
No branches or pull requests
Since I migrated to the built in #[Template()] annotation of Symfony 6, the autocompletion stopped working.
Without using the Template() annotation:
Also, a link from the template back to the controller:
Using the Template() annotation (no pop-up)
No link back to the controller:
The text was updated successfully, but these errors were encountered: