The module declares the obfuscate
Twig function.
This function appears to be broken because it returns a Twig filter.
Add this to a Twig template:
{{ obfuscate('test@example.com') }}
It fails with this error:
Twig\ExtensionSet::getFunction(): Return value must be of type ?Twig\TwigFunction, Twig\TwigFilter returned
TwigExtension::getFunctions()
should probably return an array of TwigFunction objects.
Active
2.0
Code