Changeset 1101:7273894e61b8 for inc/libs/twig/Extension/Debug.php
- Timestamp:
- 02/15/13 08:35:19 (13 years ago)
- Branch:
- twig
- Children:
- 1106:a4487f3ca4b4, 1147:2e5cb79e4782
- File:
-
- 1 edited
-
inc/libs/twig/Extension/Debug.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
inc/libs/twig/Extension/Debug.php
r991 r1101 28 28 29 29 return array( 30 'dump' => new Twig_Function_Function('twig_var_dump', array('is_safe' => $isDumpOutputHtmlSafe ? array('html') : array(), 'needs_context' => true, 'needs_environment' => true)),30 new Twig_SimpleFunction('dump', 'twig_var_dump', array('is_safe' => $isDumpOutputHtmlSafe ? array('html') : array(), 'needs_context' => true, 'needs_environment' => true)), 31 31 ); 32 32 }
Note: See TracChangeset
for help on using the changeset viewer.
