15 lines
302 B
ReStructuredText
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());
|