TYPO3
7.6
Users
bogdan
Projects
Kapeli
Resources
Dash
Docsets
TYPO3
src
typo3
sysext
dbal
dbal/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
\TYPO3\CMS\Core\Utility\ExtensionManagementUtility::addModule(
6
'tools'
,
7
'txdbalM1'
,
8
''
,
9
''
,
10
array(
11
'routeTarget'
=> \TYPO3\CMS\Dbal\Controller\ModuleController::class .
'::mainAction'
,
12
'access'
=>
'admin'
,
13
'name'
=>
'tools_txdbalM1'
,
14
'labels'
=> array(
15
'tabs_images'
=> array(
16
'tab'
=>
'EXT:dbal/Resources/Public/Icons/module-dbal.svg'
,
17
),
18
'll_ref'
=>
'LLL:EXT:dbal/Resources/Private/Language/locallang_mod.xlf'
,
19
),
20
)
21
);
22
}
Generated on Wed Nov 11 2015 01:51:55 for TYPO3 by
1.8.3