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
155155If ``true ``, the compiled templates include a ``__toString() `` method that can
156156be used to display their nodes.
157157
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+
158161.. _config-twig-default-path :
159162
160163default_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
818818 # pass a template path to show the physical file which will be loaded
819819 $ php bin/console debug:twig @Twig/Exception/error.html.twig
820820
821+ .. _twig-dump-utilities :
822+
821823The Dump Twig Utilities
822824~~~~~~~~~~~~~~~~~~~~~~~
823825
You can’t perform that action at this time.
0 commit comments