/ Published in: TYPO3
Debugging in Controller and Fluid Template
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
Debug settings in Controller: \TYPO3\CMS\Core\Utility\DebugUtility::debug($this->settings); Debug all in Fluid Template: <f:debug>{_all}</f:debug>