mirror of
https://github.com/twigphp/Twig.git
synced 2026-09-16 20:36:33 +00:00
83f264bcd8
* 3.x: Allow Symfony 8 packages in Twig extra packages Fix array typehint for $variants in HtmlExtension
String Extension
This package is a Twig extension that provides integration with the Symfony String component. It provides the following filters:
-
u: Wraps a text in aUnicodeStringobject to give access to methods of the class. -
slug: Wraps theAsciiSlugger'sslugmethod. -
singularandplural: Wraps theInflectorsingularizeandpluralizemethods.