ConfigurationTreeViewHelper
class ConfigurationTreeViewHelper extends AbstractViewHelper (View source)
Render HTML markup for the full configuration tree in the Neos Administration -> Configuration Module.
For performance reasons, this is done inside a ViewHelper instead of Fluid itself.
Properties
protected bool | $escapeOutput | ||
protected string | $output |
Methods
void
initializeArguments()
No description
string
render()
Render the $configuration
void
renderSingleLevel(array $configuration, string|null $relativePath = null)
Recursive function rendering configuration and adding it to $this->output
Details
void
initializeArguments()
No description
string
render()
Render the $configuration
protected void
renderSingleLevel(array $configuration, string|null $relativePath = null)
Recursive function rendering configuration and adding it to $this->output