WARNING: This repository is abandoned in favor of Twig Core Extra extensions.
- ArrayExtension:
shufflefilter -> no equivalent - DateExtension:
time_difffilter -> no equivalent - I18nExtension:
transfilter -> use the trans filter from the Symfony Translator extension (symfony/twig-bridge) - IntlExtension:
localizeddate,localizednumber,localizedcurrencyfilters: use the Twig intl extra extension: format_date, format_number, format_currency, ... - TextExtension:
truncate,wordwrapfilters: use the Twig string extra extension: u filter
This repository hosts Twig Extensions that do not belong to the core but can be nonetheless interesting to share with other developers.
Read the documentation for more information.