66 $extbaseFrameworkConfiguration = $this->configurationManager->getConfiguration(\
TYPO3\CMS\Extbase\Configuration\ConfigurationManagerInterface::CONFIGURATION_TYPE_FRAMEWORK);
68 if (isset($extbaseFrameworkConfiguration[
'view'][
'widget'][$widgetViewHelperClassName][
'templateRootPath']) && strlen($extbaseFrameworkConfiguration[
'view'][
'widget'][$widgetViewHelperClassName][
'templateRootPath']) > 0 && method_exists($view,
'setTemplateRootPath')) {
69 $view->setTemplateRootPath(\
TYPO3\CMS\Core\Utility\GeneralUtility::getFileAbsFileName($extbaseFrameworkConfiguration[
'view'][
'widget'][$widgetViewHelperClassName][
'templateRootPath']));