33 foreach (
$GLOBALS[
'TYPO3_CONF_VARS'][
'SC_OPTIONS'][
'tslib/hooks/class.tx_cms_mediaitems.php'][
'customMediaRenderTypes'] ?? [] as $className) {
34 $hookObj = GeneralUtility::makeInstance($className);
35 $hookObj->customMediaRenderTypes($params, $conf);
47 foreach (
$GLOBALS[
'TYPO3_CONF_VARS'][
'SC_OPTIONS'][
'tslib/hooks/class.tx_cms_mediaitems.php'][
'customMediaParams'] ?? [] as $className) {
48 $hookObj = GeneralUtility::makeInstance($className);
49 $hookObj->customMediaParams($params, $conf);