Commit 08b91aac authored by Fabien Potencier's avatar Fabien Potencier

minor #1573 Add a description of global.flashes (chihiro-adachi)

This PR was merged into the 2.2.x-dev branch.

Discussion
----------

Add a description of global.flashes

global.flashes is available from symfony 3.3, I added it.
https://symfony.com/blog/new-in-symfony-3-3-improved-flash-messages

Commits
-------

dbae0030 Add a description of global.flashes
parents 7b37f7d1 dbae0030
...@@ -164,6 +164,9 @@ It gives access to the following methods: ...@@ -164,6 +164,9 @@ It gives access to the following methods:
{# The debug flag #} {# The debug flag #}
{{ global.debug }} {{ global.debug }}
{# The flash messages (Symfony 3.3 or later) #}
{{ global.flashes }}
Rendering a Controller Rendering a Controller
~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~~~
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment