‪TYPO3CMS  11.5
ext_tables.php
Go to the documentation of this file.
1 <?php
2 
3 declare(strict_types=1);
4 
10 
11 defined('TYPO3') or die();
12 
14  'web',
15  'info',
16  '',
17  '',
18  [
19  'routeTarget' => ‪InfoModuleController::class . '::mainAction',
20  'access' => 'user,group',
21  'name' => 'web_info',
22  'iconIdentifier' => 'module-info',
23  'labels' => 'LLL:EXT:info/Resources/Private/Language/locallang_mod_web_info.xlf',
24  ]
25 );
26 ‪ExtensionManagementUtility::addLLrefForTCAdescr('_MOD_web_info', 'EXT:info/Resources/Private/Language/locallang_csh_web_info.xlf');
27 ‪ExtensionManagementUtility::addLLrefForTCAdescr('_MOD_web_infotsconfig', 'EXT:info/Resources/Private/Language/locallang_csh_tsconfigInfo.xlf');
28 
29 ‪ExtensionManagementUtility::insertModuleFunction(
30  'web_info',
32  '',
33  'LLL:EXT:frontend/Resources/Private/Language/locallang_tca.xlf:mod_tx_cms_webinfo_page'
34 );
35 ‪ExtensionManagementUtility::insertModuleFunction(
36  'web_info',
38  '',
39  'LLL:EXT:frontend/Resources/Private/Language/locallang_tca.xlf:mod_tx_cms_webinfo_lang'
40 );
41 ‪ExtensionManagementUtility::insertModuleFunction(
42  'web_info',
44  '',
45  'LLL:EXT:info/Resources/Private/Language/InfoPageTsConfig.xlf:mod_pagetsconfig'
46 );
‪TYPO3\CMS\Info\Controller\InfoModuleController
Definition: InfoModuleController.php:45
‪TYPO3\CMS\Info\Controller\TranslationStatusController
Definition: TranslationStatusController.php:43
‪TYPO3\CMS\Core\Utility\ExtensionManagementUtility
Definition: ExtensionManagementUtility.php:43
‪TYPO3\CMS\Info\Controller\PageInformationController
Definition: PageInformationController.php:40
‪TYPO3\CMS\Info\Controller\InfoPageTyposcriptConfigController
Definition: InfoPageTyposcriptConfigController.php:42