Content im Controller rendern mit Hilfe des cObj
Nachfolgend ein Beispiel anhand eines RTE Textfeldes:
1 2 3 4 5 |
$cObj = $this->configurationManager->getContentObject(); $renderedText = $cObj->parseFunc( $rteText, $GLOBALS['TSFE']->tmpl->setup['lib.']['parseFunc_RTE.'] ); |