‪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  'system',
12  'reports',
13  '',
14  '',
15  [
16  'routeTarget' => ‪ReportController::class . '::handleRequest',
17  'access' => 'admin',
18  'name' => 'system_reports',
19  'iconIdentifier' => 'module-reports',
20  'labels' => 'LLL:EXT:reports/Resources/Private/Language/locallang.xlf',
21  ]
22 );
‪TYPO3\CMS\Core\Utility\ExtensionManagementUtility
Definition: ExtensionManagementUtility.php:43
‪TYPO3\CMS\Reports\Controller\ReportController
Definition: ReportController.php:42