Commit f95aaed
committed
minor symfony#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/functions1 file changed
+12
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
| 27 | + | |
27 | 28 | | |
28 | 29 | | |
29 | 30 | | |
| |||
33 | 34 | | |
34 | 35 | | |
35 | 36 | | |
| 37 | + | |
36 | 38 | | |
37 | 39 | | |
38 | 40 | | |
| |||
47 | 49 | | |
48 | 50 | | |
49 | 51 | | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
50 | 59 | | |
51 | 60 | | |
52 | 61 | | |
| |||
58 | 67 | | |
59 | 68 | | |
60 | 69 | | |
| 70 | + | |
61 | 71 | | |
62 | 72 | | |
| 73 | + | |
| 74 | + | |
63 | 75 | | |
64 | 76 | | |
65 | 77 | | |
| |||
0 commit comments