Updated Drupal to 8.6. This goes with the following updates because it's possible...
[yaffs-website] / vendor / twig / twig / doc / filters / abs.rst
1 ``abs``
2 =======
3
4 The ``abs`` filter returns the absolute value.
5
6 .. code-block:: jinja
7
8     {# number = -5 #}
9
10     {{ number|abs }}
11
12     {# outputs 5 #}
13
14 .. note::
15
16     Internally, Twig uses the PHP `abs`_ function.
17
18 .. _`abs`: https://secure.php.net/abs