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  // Add module
7  'web_info',
8  \TYPO3\CMS\Linkvalidator\Report\LinkValidatorReport::class,
9  null,
10  'LLL:EXT:linkvalidator/Resources/Private/Language/locallang.xlf:mod_linkvalidator'
11  );
12 }
13 // Initialize Context Sensitive Help (CSH)
15  'linkvalidator',
16  'EXT:linkvalidator/Resources/Private/Language/Module/locallang_csh.xlf'
17 );
if(!defined("DB_ERROR")) define("DB_ERROR"
static insertModuleFunction($modname, $className, $classPath=null, $title, $MM_key='function', $WS='')