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' && !(TYPO3_REQUESTTYPE & TYPO3_REQUESTTYPE_INSTALL)) {
5  // Module Web->View
7  'TYPO3.CMS.Viewpage',
8  'web',
9  'view',
10  'after:layout',
11  [
12  'ViewModule' => 'show'
13  ],
14  [
15  'icon' => 'EXT:viewpage/Resources/Public/Icons/module-viewpage.svg',
16  'labels' => 'LLL:EXT:viewpage/Resources/Private/Language/locallang_mod.xlf',
17  'access' => 'user,group'
18  ]
19  );
20 }
if(!defined("DB_ERROR")) define("DB_ERROR"
static registerModule($extensionName, $mainModuleName='', $subModuleName='', $position='', array $controllerActions=[], array $moduleConfiguration=[])