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  'web',
7  'func',
8  '',
9  '',
10  [
11  'routeTarget' => \TYPO3\CMS\Func\Controller\PageFunctionsController::class . '::mainAction',
12  'access' => 'user,group',
13  'name' => 'web_func',
14  'labels' => [
15  'tabs_images' => [
16  'tab' => 'EXT:func/Resources/Public/Icons/module-func.svg',
17  ],
18  'll_ref' => 'LLL:EXT:lang/locallang_mod_web_func.xlf',
19  ],
20  ]
21  );
22 }
if(!defined("DB_ERROR")) define("DB_ERROR"
static addModule($main, $sub='', $position='', $path='', $moduleConfiguration=[])