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
160160If ``true ``, the compiled templates include a ``__toString() `` method that can
161161be used to display their nodes.
162162
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+
163166.. _config-twig-default-path :
164167
165168default_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