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
bug symfony#58823 [TwigBridge] Fix emojify as function in Undefined Handler (smnandre)
This PR was merged into the 7.1 branch.
Discussion
----------
[TwigBridge] Fix emojify as function in Undefined Handler
| Q | A
| ------------- | ---
| Branch? | 7.1
| Bug fix? | yes
| New feature? | no
| Deprecations? | no
| Issues | Fix #...
| License | MIT
Bug is a strong word here, but `emojify` was registered as a function in UndefinedCallableHandler, instead of a filter.
* https://symfony.com/doc/current/reference/twig_reference.html#emojify
* https://twig.symfony.com/doc/3.x/#symfony-filters
Commits
-------
cc93622 [TwigBridge] Fix emojify as function in Undefined Handler
0 commit comments