What are Twig Functions & Filters?


Twig filters are used to modify variables in templates. Twig functions are another way to do things in templates, but they don’t require an original variable to modify.

Examples


Example 5a - simple twig filter

Example 5b - simple twig function

References and further reading