1The Array Extension
2===================
3
4The Array extensions provides the following filters:
5
6* ``shuffle``
7
8Installation
9------------
10
11First, :ref:`install the Extensions library<extensions-install>`. Next, add
12the extension to Twig::
13
14    $twig->addExtension(new Twig_Extensions_Extension_Array());
15