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 // Avoid that this block is loaded in frontend or within upgrade wizards
5 if (TYPO3_MODE === 'BE' && !(TYPO3_REQUESTTYPE & TYPO3_REQUESTTYPE_INSTALL)) {
7  'TYPO3.CMS.About',
8  'help',
9  'about',
10  'top',
11  ['About' => 'index'],
12  [
13  'access' => 'user,group',
14  'icon' => 'EXT:about/Resources/Public/Icons/module-about.svg',
15  'labels' => 'LLL:EXT:lang/locallang_mod_help_about.xlf'
16  ]
17  );
18 }
if(!defined("DB_ERROR")) define("DB_ERROR"
static registerModule($extensionName, $mainModuleName='', $subModuleName='', $position='', array $controllerActions=[], array $moduleConfiguration=[])