File tree Expand file tree Collapse file tree 2 files changed +5
-0
lines changed Expand file tree Collapse file tree 2 files changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -155,6 +155,9 @@ debug
155
155
If ``true ``, the compiled templates include a ``__toString() `` method that can
156
156
be used to display their nodes.
157
157
158
+ This option also controls the behavior of :ref: `the Twig dump utilities <twig-dump-utilities >`.
159
+ If this option is ``false ``, the ``dump() `` function doesn't output any contents.
160
+
158
161
.. _config-twig-default-path :
159
162
160
163
default_path
Original file line number Diff line number Diff line change @@ -818,6 +818,8 @@ and also to check the Twig features added when :ref:`installing packages <symfon
818
818
# pass a template path to show the physical file which will be loaded
819
819
$ php bin/console debug:twig @Twig/Exception/error.html.twig
820
820
821
+ .. _twig-dump-utilities :
822
+
821
823
The Dump Twig Utilities
822
824
~~~~~~~~~~~~~~~~~~~~~~~
823
825
You can’t perform that action at this time.
0 commit comments