Files
2025-08-14 22:41:49 +02:00

15 lines
302 B
ReStructuredText

The Array Extension
===================
The Array extensions provides the following filters:
* ``shuffle``
Installation
------------
First, :ref:`install the Extensions library<extensions-install>`. Next, add
the extension to Twig::
$twig->addExtension(new Twig_Extensions_Extension_Array());