twig-lambda
twig-lambda copied to clipboard
Lambda expressions for Twig and filters that make use of them
Not a great fix, but suggested by @gmhenderson and appears to fix the issue, so thought I'd open a PR
Please, update for use with php 8.*. Thanx.
Twig 2.10.0 was recently released and it seems to be breaking this extension with the following message when calling the 'filter' filter : > Unexpected token "arrow function" of value...
These two commits make the extension compatible with the most recent versions of Twig.
I am trying to group in for loop using your extension. When I am trying to group by `skillcategory` it shows two times instead once. Here is the data i...