TYPO3 CMS  TYPO3_6-2
ext_tables.php
Go to the documentation of this file.
1 <?php
2 if (!defined('TYPO3_MODE')) {
3  die('Access denied.');
4 }
5 if (TYPO3_MODE === 'BE') {
7  'web_func',
8  'TYPO3\\CMS\\FuncWizards\\Controller\\WebFunctionWizardsBaseController',
9  NULL,
10  'LLL:EXT:func_wizards/locallang.xlf:mod_wizards'
11  );
12  \TYPO3\CMS\Core\Utility\ExtensionManagementUtility::addLLrefForTCAdescr('_MOD_web_func', 'EXT:func_wizards/locallang_csh.xlf');
13 }
const TYPO3_MODE
Definition: init.php:40
die
Definition: index.php:6
static insertModuleFunction($modname, $className, $classPath, $title, $MM_key='function', $WS='')