Confused how to make a twig function

Try changing

public function getFunctions()

To

public function getFunctions(): array

Your getFunctions() declaration must match the extended getFunctions()

That’s basically what the error says. Docs probably are a bit outdated

1 Like