‪TYPO3CMS  ‪main
Modules.php File Reference

Go to the source code of this file.

Variables

 return ['web_IndexedSearchIsearch'=>['parent'=> 'web', 'access'=> 'user', 'iconIdentifier'=> 'module-indexed_search', 'labels'=> 'LLL:EXT:indexed_search/Resources/Private/Language/locallang_mod.xlf', 'extensionName'=> 'IndexedSearch', 'controllerActions'=>[AdministrationController::class=>['statistic', 'index', 'pages', 'externalDocuments', 'statisticDetails', 'deleteIndexedItem', 'saveStopwords', 'wordDetail',],],],]
 

Variable Documentation

◆ return

return[ 'web_IndexedSearchIsearch'=>[ 'parent'=> 'web', 'access'=> 'user', 'iconIdentifier'=> 'module-indexed_search', 'labels'=> 'LLL:EXT:indexed_search/Resources/Private/Language/locallang_mod.xlf', 'extensionName'=> 'IndexedSearch', 'controllerActions'=>[ AdministrationController::class=>[ 'statistic', 'index', 'pages', 'externalDocuments', 'statisticDetails', 'deleteIndexedItem', 'saveStopwords', 'wordDetail',],],],]

Definitions for modules provided by EXT:indexed_search

Definition at line 8 of file Modules.php.