diff --git a/reference/twig_reference.rst b/reference/twig_reference.rst index 0ccbd640ea9..e4fd138583f 100644 --- a/reference/twig_reference.rst +++ b/reference/twig_reference.rst @@ -738,6 +738,7 @@ The available attributes are: * ``app.debug``, a boolean telling whether the debug mode is enabled in the app; * ``app.token`` (a :class:`Symfony\\Component\\Security\\Core\\Authentication\\Token\\TokenInterface` object representing the security token) +* ``app.flashes``, returns flash messages from the session .. _`Twig Reference`: http://twig.sensiolabs.org/documentation#reference .. _`Twig Extensions repository`: https://github.com/twigphp/Twig-extensions