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
When using custom expression language function the dumper cannot dump the container. The custom function does not exist (SyntaxError is thrown) even if properly added to the container builder.
Uncaught Symfony\Component\ExpressionLanguage\SyntaxError: The function "custom_func" does not exist around position 1 for expression `custom_func('FOOBAR')`.