TYPO3 CMS  TYPO3_7-6
ext_tables.php
Go to the documentation of this file.
1 <?php
2 defined('TYPO3_MODE') or die();
3 
4 \TYPO3\CMS\Core\Utility\ExtensionManagementUtility::addStaticFile($_EXTKEY, 'Configuration/TypoScript', 'Indexed Search (Extbase & Fluid based)');
5 
6 if (TYPO3_MODE === 'BE') {
8  'TYPO3.CMS.IndexedSearch',
9  'web',
10  'isearch',
11  '',
12  [
13  'Administration' => 'index,pages,externalDocuments,statistic,statisticDetails,deleteIndexedItem,saveStopwordsKeywords,wordDetail',
14  ],
15  [
16  'access' => 'admin',
17  'icon' => 'EXT:indexed_search/Resources/Public/Icons/module-indexed_search.svg',
18  'labels' => 'LLL:EXT:indexed_search/Resources/Private/Language/locallang_mod.xlf',
19  ]
20  );
21 
22  $GLOBALS['TBE_MODULES_EXT']['xMOD_db_new_content_el']['addElClasses']['tx_indexed_search_pi_wizicon'] =
23  \TYPO3\CMS\Core\Utility\ExtensionManagementUtility::extPath($_EXTKEY) . 'Resources/PHP/class.tx_indexed_search_pi_wizicon.php';
24 }
25 
27 \TYPO3\CMS\Core\Utility\ExtensionManagementUtility::addLLrefForTCAdescr('index_config', 'EXT:indexed_search/Resources/Private/Language/locallang_csh_indexcfg.xlf');
if(!defined("DB_ERROR")) define("DB_ERROR"
static registerModule($extensionName, $mainModuleName='', $subModuleName='', $position='', array $controllerActions=[], array $moduleConfiguration=[])
$GLOBALS['PAGES_TYPES']
Definition: ext_tables.php:12