‪TYPO3CMS  ‪main
Modules.php
Go to the documentation of this file.
1 <?php
2 
4 
8 return [
9  'web_IndexedSearchIsearch' => [
10  'parent' => 'web',
11  'access' => 'user',
12  'iconIdentifier' => 'module-indexed_search',
13  'labels' => 'LLL:EXT:indexed_search/Resources/Private/Language/locallang_mod.xlf',
14  'extensionName' => 'IndexedSearch',
15  'controllerActions' => [
16  AdministrationController::class => [
17  'statistic', 'index', 'pages', 'externalDocuments', 'statisticDetails', 'deleteIndexedItem', 'saveStopwords', 'wordDetail',
18  ],
19  ],
20  ],
21 ];
‪TYPO3\CMS\IndexedSearch\Controller\AdministrationController
Definition: AdministrationController.php:46