TYPO3 CMS
TYPO3_6-2
Main Page
Related Pages
+
Classes
Class List
Class Index
Class Hierarchy
+
Class Members
+
All
$
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
+
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
+
Variables
$
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
r
s
t
u
v
w
+
Files
File List
+
File Members
+
All
$
(
_
a
c
d
e
f
h
i
l
o
p
r
s
t
u
x
+
Functions
_
a
c
d
e
f
i
l
o
p
r
s
u
x
+
Variables
$
(
_
a
d
e
h
i
p
r
s
t
Examples
•
All
Classes
Namespaces
Files
Functions
Variables
Pages
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'
) {
6
if
(!\
TYPO3
\CMS\Core\Utility\ExtensionManagementUtility::isLoaded(
'workspaces'
)) {
7
// Register version_click_module
8
\TYPO3\CMS\Core\Utility\ExtensionManagementUtility::addModulePath
(
9
'web_txversionM1'
,
10
\
TYPO3
\CMS\Core\Utility\ExtensionManagementUtility::extPath($_EXTKEY) .
'cm1/'
11
);
12
13
$GLOBALS
[
'TBE_MODULES_EXT'
][
'xMOD_alt_clickmenu'
][
'extendCMclasses'
][] = array(
14
'name'
=>
'TYPO3\\CMS\\Version\\ClickMenu\\VersionClickMenu'
,
15
);
16
}
17
}
TYPO3
TYPO3_MODE
const TYPO3_MODE
Definition:
init.php:40
$GLOBALS
$GLOBALS['TYPO3_CONF_VARS']['SYS']['locallangXMLOverride']['EXT:context_help/locallang_csh_pages.xlf'][]
Definition:
ext_tables.php:15
die
die
Definition:
index.php:6
TYPO3\CMS\Core\Utility\ExtensionManagementUtility\addModulePath
static addModulePath($name, $path)
Definition:
ExtensionManagementUtility.php:955
typo3
sysext
version
ext_tables.php
Generated on Wed Aug 7 2019 09:52:17 for TYPO3 CMS by
1.8.13