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 if (TYPO3_MODE === 'BE') {
6  'TYPO3.CMS.Cshmanual',
7  'help',
8  'cshmanual',
9  'top',
10  [
11  'Help' => 'index,all,detail',
12  ],
13  [
14  'access' => 'user,group',
15  'icon' => 'EXT:cshmanual/Resources/Public/Icons/module-cshmanual.svg',
16  'labels' => 'LLL:EXT:lang/locallang_mod_help_cshmanual.xlf',
17  ]
18  );
19 
20  $GLOBALS['TYPO3_CONF_VARS']['SC_OPTIONS']['typo3/template.php']['preStartPageHook']['cshmanual'] = \TYPO3\CMS\Cshmanual\Service\JavaScriptService::class . '->addJavaScript';
21 }
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