‪TYPO3CMS  9.5
ext_localconf.php File Reference

Go to the source code of this file.

Variables

 $extbaseObjectContainer = \TYPO3\CMS\Core\Utility\GeneralUtility::makeInstance(\TYPO3\CMS\Extbase\Object\Container\Container::class)
 
 $GLOBALS ['TYPO3_CONF_VARS']['SC_OPTIONS']['extbase']['commandControllers'][] = \TYPO3\CMS\Extbase\Command\HelpCommandController::class
 
 $GLOBALS ['TYPO3_CONF_VARS']['SC_OPTIONS']['scheduler']['tasks'][\TYPO3\CMS\Extbase\Scheduler\Task::class]
 
 $GLOBALS ['TYPO3_CONF_VARS']['SC_OPTIONS']['t3lib/class.t3lib_tcemain.php']['checkFlexFormValue'][] = \TYPO3\CMS\Extbase\Hook\DataHandler\CheckFlexFormValue::class
 

Variable Documentation

◆ $extbaseObjectContainer

$extbaseObjectContainer = \TYPO3\CMS\Core\Utility\GeneralUtility::makeInstance(\TYPO3\CMS\Extbase\Object\Container\Container::class)

Definition at line 7 of file ext_localconf.php.

◆ $GLOBALS [1/3]

$GLOBALS[ 'TYPO3_CONF_VARS'][ 'SC_OPTIONS'][ 'extbase'][ 'commandControllers'][] = \TYPO3\CMS\Extbase\Command\HelpCommandController::class

Definition at line 36 of file ext_localconf.php.

◆ $GLOBALS [2/3]

$GLOBALS[ 'TYPO3_CONF_VARS'][ 'SC_OPTIONS'][ 'scheduler'][ 'tasks'][\TYPO3\CMS\Extbase\Scheduler\Task::class]
Initial value:
= [
'extension' => 'extbase',
'title' => 'LLL:EXT:extbase/Resources/Private/Language/locallang_db.xlf:task.name',
'description' => 'LLL:EXT:extbase/Resources/Private/Language/locallang_db.xlf:task.description',
'additionalFields' => \TYPO3\CMS\Extbase\Scheduler\FieldProvider::class
]

Definition at line 39 of file ext_localconf.php.

◆ $GLOBALS [3/3]

$GLOBALS[ 'TYPO3_CONF_VARS'][ 'SC_OPTIONS'][ 't3lib/class.t3lib_tcemain.php'][ 'checkFlexFormValue'][] = \TYPO3\CMS\Extbase\Hook\DataHandler\CheckFlexFormValue::class

Definition at line 46 of file ext_localconf.php.