Commit dbae0030 authored by chihiro-adachi's avatar chihiro-adachi

Add a description of global.flashes

parent 5a1489ca
...@@ -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