Project

General

Profile

Actions

Feature #102927

open

Integrator-oriented optimization of the DebugViewHelper

Added by Eric Harrer 4 months ago. Updated 4 months ago.

Status:
New
Priority:
Should have
Assignee:
-
Category:
Fluid
Target version:
-
Start date:
2024-01-25
Due date:
% Done:

0%

Estimated time:
PHP Version:
Tags:
debug, viewhelper, integrator
Complexity:
Sprint Focus:

Description

The current version of the DebugViewHelper sometimes causes confusion among integrators, as it does not provide all the information that can be used in Fluid.
For example, think of public getter methods without a class property such as FileReference::getProperties, usable via {yourFileRef.properties}.

The DebugViewHelper is currently only a wrapper around DebuggerUtility from EXT:extbase.
However, the result of DebuggerUtility is developer-oriented. DebugViewHelper, on the other hand, is used in Fluid and should be integrator-oriented.

A corresponding proof of concept has already been implemented by @Daniel Siepmann for TYPO3 11. It may be possible to implement a corresponding core feature on this basis.

Actions

Also available in: Atom PDF