Package

ViewHelpers

ViewHelper Documentation

debug

View helper that outputs its child nodes with \Neos\Flow\var_dump()

= Examples =

<f:debug>{object}</f:debug> all properties of {object} nicely highlighted

{object -> f:debug(title: 'Custom title')} all properties of {object} nicely highlighted (with custom title)

{object -> f:debug(typeOnly: true)} the type or class name of {object}

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.

ViewHelper Resources

Schema Resources