Skip to content
Snippets Groups Projects
Commit e742b812 authored by Jennifer Hodgdon's avatar Jennifer Hodgdon
Browse files

Issue #1906506 by David_Rothstein, steveoliver: Fix documentation in...

Issue #1906506 by David_Rothstein,  steveoliver: Fix documentation in default.settings.php for Twig debugging
parent 6f2fd6ea
No related branches found
No related tags found
No related merge requests found
......@@ -286,11 +286,16 @@
/**
* Twig debugging:
*
* When enabled, you can use the 'dump' function in Twig templates to output
* information about variables, and templates are automatically recompiled
* whenever the source code changes.
*
* @see http://drupal.org/node/1906392
* When debugging is enabled:
* - The markup of each Twig template is surrounded by HTML comments that
* contain theming information, such as template file name suggestions.
* - The dump() function can be used in Twig templates to output information
* about template variables.
* - Twig templates are automatically recompiled whenever the source code
* changes (see twig_auto_reload below).
*
* For more information about debugging Twig templates, see
* http://drupal.org/node/1906392.
*
* Not recommended in production environments (Default: FALSE).
*/
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment