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
▼
TYPO3 CMS
TYPO3 CMS
Test List
Todo List
Deprecated List
►
Namespace Members
►
Classes
▼
Files
►
File List
►
File Members
►
Examples
•
All
Classes
Namespaces
Files
Functions
Variables
Pages
ext_localconf.php
Go to the documentation of this file.
1
<?php
2
if
(!defined(
'TYPO3_MODE'
)) {
3
die
(
'Access denied.'
);
4
}
5
6
\TYPO3\CMS\Core\Utility\ExtensionManagementUtility::addPageTSConfig
(
7
'<INCLUDE_TYPOSCRIPT: source="FILE:EXT:linkvalidator/Configuration/TsConfig/Page/pagetsconfig.txt">'
8
);
9
10
$GLOBALS
[
'TYPO3_CONF_VARS'
][
'SC_OPTIONS'
][
'scheduler'
][
'tasks'
][
'TYPO3\\CMS\\Linkvalidator\\Task\\ValidatorTask'
] = array(
11
'extension'
=> $_EXTKEY,
12
'title'
=>
'LLL:EXT:'
. $_EXTKEY .
'/Resources/Private/Language/locallang.xlf:tasks.validate.name'
,
13
'description'
=>
'LLL:EXT:'
. $_EXTKEY .
'/Resources/Private/Language/locallang.xlf:tasks.validate.description'
,
14
'additionalFields'
=>
'TYPO3\\CMS\\Linkvalidator\\Task\\ValidatorTaskAdditionalFieldProvider'
15
);
16
17
if
(!is_array(
$GLOBALS
[
'TYPO3_CONF_VARS'
][
'EXTCONF'
][
'linkvalidator'
][
'checkLinks'
])) {
18
$GLOBALS
[
'TYPO3_CONF_VARS'
][
'EXTCONF'
][
'linkvalidator'
][
'checkLinks'
] = array();
19
}
20
21
$GLOBALS
[
'TYPO3_CONF_VARS'
][
'EXTCONF'
][
'linkvalidator'
][
'checkLinks'
][
'db'
] =
'TYPO3\\CMS\\Linkvalidator\\Linktype\\InternalLinktype'
;
22
$GLOBALS
[
'TYPO3_CONF_VARS'
][
'EXTCONF'
][
'linkvalidator'
][
'checkLinks'
][
'file'
] =
'TYPO3\\CMS\\Linkvalidator\\Linktype\\FileLinktype'
;
23
$GLOBALS
[
'TYPO3_CONF_VARS'
][
'EXTCONF'
][
'linkvalidator'
][
'checkLinks'
][
'external'
] =
'TYPO3\\CMS\\Linkvalidator\\Linktype\\ExternalLinktype'
;
24
$GLOBALS
[
'TYPO3_CONF_VARS'
][
'EXTCONF'
][
'linkvalidator'
][
'checkLinks'
][
'linkhandler'
] =
'TYPO3\\CMS\\Linkvalidator\\Linktype\\LinkHandler'
;
die
die
Definition:
index.php:6
TYPO3\CMS\Core\Utility\ExtensionManagementUtility\addPageTSConfig
static addPageTSConfig($content)
Definition:
ExtensionManagementUtility.php:1020
$GLOBALS
if(!defined('TYPO3_MODE')) $GLOBALS['TYPO3_CONF_VARS']['SC_OPTIONS']['t3lib/class.t3lib_userauth.php']['logoff_pre_processing'][]
Definition:
ext_localconf.php:5
typo3
sysext
linkvalidator
ext_localconf.php
Generated on Wed Aug 7 2019 09:52:19 for TYPO3 CMS by
1.8.13