‪TYPO3CMS  11.5
ext_tables.php
Go to the documentation of this file.
1 <?php
2 
3 declare(strict_types=1);
4 
7 
8 defined('TYPO3') or die();
9 
11  'web',
12  'list',
13  '',
14  '',
15  [
16  'routeTarget' => ‪RecordListController::class . '::mainAction',
17  'access' => 'user,group',
18  'name' => 'web_list',
19  'iconIdentifier' => 'module-list',
20  'labels' => 'LLL:EXT:core/Resources/Private/Language/locallang_mod_web_list.xlf',
21  ]
22 );
‪TYPO3\CMS\Core\Utility\ExtensionManagementUtility
Definition: ExtensionManagementUtility.php:43
‪TYPO3\CMS\Recordlist\Controller\RecordListController
Definition: RecordListController.php:58