DumpExtension
class DumpExtension extends AbstractExtension (View source)
Dump Twig extension.
This is a (deliberately) empty extension. When the implementor switched a
site from DEV to PROD, it shouldn't break if there's a lingering {{ dump }}
left in the site. This Twig Extension acts as a fallback to prevent that.
Properties
protected | $env |
Methods
__construct(string|null $env = null)
No description
array
getFunctions()
No description
array
getTokenParsers()
No description
void
dump()
No description