TYPO3CMS
9.5
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
q
r
s
t
u
v
w
Files
File List
File Members
All
$
d
e
r
u
Functions
Variables
$
e
r
Examples
•
All
Classes
Namespaces
Files
Functions
Variables
Pages
Commands.php
Go to the documentation of this file.
1
<?php
9
return
[
10
'_core_command'
=> [
11
'class'
=> \TYPO3\CMS\Extbase\Command\CoreCommand::class,
12
'schedulable'
=>
false
,
13
],
14
// Overriding Symfony Help command to use Extbase-specific output
15
'_extbase_help'
=> [
16
'class'
=> \TYPO3\CMS\Extbase\Command\HelpCommand::class,
17
'schedulable'
=>
false
,
18
]
19
];
doxygen
typo3
sysext
extbase
Configuration
Commands.php
Generated on Tue Oct 5 2021 01:56:58 for TYPO3CMS by
1.8.18