ViewHelper Documentation
debug
View helper that outputs its child nodes with \Neos\Flow\var_dump()
= Examples =
<f:debug>{object}</f:debug>
{object -> f:debug(title: 'Custom title')}
{object -> f:debug(typeOnly: true)}
Note: This view helper is only meant to be used during development
Arguments
title string, required
The title
typeOnly boolean, required
Whether only the type should be returned instead of the whole chain.