You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
minor #52231 [TwigBridge] Update UndefinedCallableHandler (importmap, form and worflow) (smnandre)
This PR was merged into the 6.4 branch.
Discussion
----------
[TwigBridge] Update UndefinedCallableHandler (importmap, form and worflow)
| Q | A
| ------------- | ---
| Branch? | 6.4
| Bug fix? | no
| New feature? | yes
| Deprecations? | no
| License | MIT
The [UndefinedCallableHandler](https://github.com/symfony/symfony/blob/6.4/src/Symfony/Bridge/Twig/UndefinedCallableHandler.php) help DX by suggesting the missing packages to install when a Twig function / filter is used in template.
This PR updates the list of those callbacks with the recent additions in TwigBridge.
Commits
-------
f903ab1 Update UndefinedCallableHandler with "importmap", "form" and "worflow" filters/functions
0 commit comments