2 use TYPO3\CMS\Core\Utility\GeneralUtility;
\r
3 use TYPO3\CMS\Frontend\ContentObject\RecordsContentObject;
\r
6 'tables' => 'tt_content',
\r
7 'source' => $elementId,
\r
10 $html = GeneralUtility::makeInstance(
\r
11 RecordsContentObject::class, $GLOBALS['TSFE']->cObj
\r