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 @@ -160,6 +160,9 @@ debug
160
160
If ``true ``, the compiled templates include a ``__toString() `` method that can
161
161
be used to display their nodes.
162
162
163
+ This option also controls the behavior of :ref: `the Twig dump utilities <twig-dump-utilities >`.
164
+ If this option is ``false ``, the ``dump() `` function doesn't output any contents.
165
+
163
166
.. _config-twig-default-path :
164
167
165
168
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