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') {
5  // Registers a Backend Module
7  'TYPO3.CMS.Documentation',
8  'help',
9  'documentation',
10  'top',
11  [
12  'Document' => 'list, download, fetch',
13  ],
14  [
15  'access' => 'user,group',
16  'icon' => 'EXT:documentation/Resources/Public/Icons/module-documentation.svg',
17  'labels' => 'LLL:EXT:documentation/Resources/Private/Language/locallang_mod.xlf',
18  ]
19  );
20 }
if(!defined("DB_ERROR")) define("DB_ERROR"
static registerModule($extensionName, $mainModuleName='', $subModuleName='', $position='', array $controllerActions=[], array $moduleConfiguration=[])