Typo3 Cheat Sheet
Common Typo3 cli commands
typo3/sysext/core/bin/typo3 cache:flush
Php
\TYPO3\CMS\Extbase\Utility\DebuggerUtility::var_dump($this->settings);
See also “var_dump” at the official TYPO3 Documentation.
Fluid
<f:debug>{settings}</f:debug>
<f:debug>{_all}</f:debug>
See also “<f:debug>” at the official TYPO3 Documentation.