You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have added a template / transformation parameter twig-debug that can be set to the value true in the develop branch. When set to true you can use the dump() command.
Unfortunately there appears to be an upstream bug with deserializing template XML files; I have filed issue schmittjoh/serializer#139 to resolve this. Once this is resolved will the above work
I have fixed this issue on the develop branch of phpDocumentor2; if you add the following section to your template then all twig transformations run in debug mode and is dump available:
When I insert
{{ dump() }}
in the namespace.html.twig file of the clean template, I getReference: http://twig.sensiolabs.org/doc/functions/dump.html
I'd like to see the contents of all the available variables.
The text was updated successfully, but these errors were encountered: