2 defined(
'TYPO3_MODE') or die();
4 if (TYPO3_MODE === 'BE') {
5 \TYPO3\CMS\Core\Utility\ExtensionManagementUtility::addModule(
11 'routeTarget' => \TYPO3\CMS\Tstemplate\Controller\TypoScriptTemplateModuleController::class .
'::mainAction',
15 'tabs_images' => array(
16 'tab' =>
'EXT:tstemplate/Resources/Public/Icons/module-tstemplate.svg',
18 'll_ref' =>
'LLL:EXT:tstemplate/Resources/Private/Language/locallang_mod.xlf',
23 \TYPO3\CMS\Core\Utility\ExtensionManagementUtility::insertModuleFunction(
25 \TYPO3\CMS\Tstemplate\Controller\TypoScriptTemplateConstantEditorModuleFunctionController::class,
27 'LLL:EXT:tstemplate/Resources/Private/Language/locallang.xlf:constantEditor'
30 \TYPO3\CMS\Core\Utility\ExtensionManagementUtility::insertModuleFunction(
32 \TYPO3\CMS\Tstemplate\Controller\TypoScriptTemplateInformationModuleFunctionController::class,
34 'LLL:EXT:tstemplate/Resources/Private/Language/locallang.xlf:infoModify'
37 \TYPO3\CMS\Core\Utility\ExtensionManagementUtility::insertModuleFunction(
39 \TYPO3\CMS\Tstemplate\Controller\TypoScriptTemplateObjectBrowserModuleFunctionController::class,
41 'LLL:EXT:tstemplate/Resources/Private/Language/locallang.xlf:objectBrowser'
44 \TYPO3\CMS\Core\Utility\ExtensionManagementUtility::insertModuleFunction(
46 \TYPO3\CMS\Tstemplate\Controller\TemplateAnalyzerModuleFunctionController::class,
48 'LLL:EXT:tstemplate/Resources/Private/Language/locallang.xlf:templateAnalyzer'