Posted By


xtine777 on 03/14/19

Tagged


Statistics


Viewed 937 times
Favorited by 0 user(s)

Debugging in TYPO3 7.6


/ Published in: TYPO3
Save to your folder(s)

Debugging in Controller and Fluid Template


Copy this code and paste it in your HTML
  1. Debug settings in Controller:
  2. \TYPO3\CMS\Core\Utility\DebugUtility::debug($this->settings);
  3.  
  4. Debug all in Fluid Template:
  5. <f:debug>{_all}</f:debug>

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.