TYPO3  7.6
Variables
frontend/ext_localconf.php File Reference

Go to the source code of this file.

Variables

if(TYPO3_MODE=== 'FE'&&!isset($_REQUEST['eID'])) $GLOBALS ['TYPO3_CONF_VARS']['FE']['ContentObjects']
 
 $GLOBALS ['TYPO3_CONF_VARS']['SC_OPTIONS']['t3lib/class.t3lib_tcemain.php']['processDatamapClass'][] = \TYPO3\CMS\Frontend\Hooks\TreelistCacheUpdateHooks::class
 
 $GLOBALS ['TYPO3_CONF_VARS']['SC_OPTIONS']['t3lib/class.t3lib_tcemain.php']['processCmdmapClass'][] = \TYPO3\CMS\Frontend\Hooks\TreelistCacheUpdateHooks::class
 
 $GLOBALS ['TYPO3_CONF_VARS']['SC_OPTIONS']['t3lib/class.t3lib_tcemain.php']['moveRecordClass'][] = \TYPO3\CMS\Frontend\Hooks\TreelistCacheUpdateHooks::class
 
 $GLOBALS ['TYPO3_CONF_VARS']['SC_OPTIONS']['tslib/class.tslib_fe.php']['hook_previewInfo']['cms'] = \TYPO3\CMS\Frontend\Hooks\FrontendHooks::class . '->hook_previewInfo'
 
 $GLOBALS ['TYPO3_CONF_VARS']['SYS']['livesearch']['content'] = 'tt_content'
 
 $GLOBALS ['TYPO3_CONF_VARS']['SC_OPTIONS']['urlProcessing']['urlHandlers']['frontendExternalUrl']
 

Variable Documentation

if (TYPO3_MODE=== 'FE'&&!isset($_REQUEST['eID'])) $GLOBALS['TYPO3_CONF_VARS']['FE']['ContentObjects']
Initial value:
= array_merge($GLOBALS['TYPO3_CONF_VARS']['FE']['ContentObjects'], array(
'TEXT' => \TYPO3\CMS\Frontend\ContentObject\TextContentObject::class,
'CASE' => \TYPO3\CMS\Frontend\ContentObject\CaseContentObject::class,
'COA' => \TYPO3\CMS\Frontend\ContentObject\ContentObjectArrayContentObject::class,
'COA_INT' => \TYPO3\CMS\Frontend\ContentObject\ContentObjectArrayInternalContentObject::class,
'USER' => \TYPO3\CMS\Frontend\ContentObject\UserContentObject::class,
'USER_INT' => \TYPO3\CMS\Frontend\ContentObject\UserInternalContentObject::class,
'FILE' => \TYPO3\CMS\Frontend\ContentObject\FileContentObject::class,
'FILES' => \TYPO3\CMS\Frontend\ContentObject\FilesContentObject::class,
'IMAGE' => \TYPO3\CMS\Frontend\ContentObject\ImageContentObject::class,
'IMG_RESOURCE' => \TYPO3\CMS\Frontend\ContentObject\ImageResourceContentObject::class,
'CONTENT' => \TYPO3\CMS\Frontend\ContentObject\ContentContentObject::class,
'RECORDS' => \TYPO3\CMS\Frontend\ContentObject\RecordsContentObject::class,
'HMENU' => \TYPO3\CMS\Frontend\ContentObject\HierarchicalMenuContentObject::class,
'LOAD_REGISTER' => \TYPO3\CMS\Frontend\ContentObject\LoadRegisterContentObject::class,
'RESTORE_REGISTER' => \TYPO3\CMS\Frontend\ContentObject\RestoreRegisterContentObject::class,
'TEMPLATE' => \TYPO3\CMS\Frontend\ContentObject\TemplateContentObject::class,
'FLUIDTEMPLATE' => \TYPO3\CMS\Frontend\ContentObject\FluidTemplateContentObject::class,
'SVG' => \TYPO3\CMS\Frontend\ContentObject\ScalableVectorGraphicsContentObject::class,
'EDITPANEL' => \TYPO3\CMS\Frontend\ContentObject\EditPanelContentObject::class
))

Definition at line 14 of file frontend/ext_localconf.php.

$GLOBALS['TYPO3_CONF_VARS']['SC_OPTIONS']['t3lib/class.t3lib_tcemain.php']['processDatamapClass'][] = \TYPO3\CMS\Frontend\Hooks\TreelistCacheUpdateHooks::class

Definition at line 55 of file frontend/ext_localconf.php.

$GLOBALS['TYPO3_CONF_VARS']['SC_OPTIONS']['t3lib/class.t3lib_tcemain.php']['processCmdmapClass'][] = \TYPO3\CMS\Frontend\Hooks\TreelistCacheUpdateHooks::class

Definition at line 56 of file frontend/ext_localconf.php.

$GLOBALS['TYPO3_CONF_VARS']['SC_OPTIONS']['t3lib/class.t3lib_tcemain.php']['moveRecordClass'][] = \TYPO3\CMS\Frontend\Hooks\TreelistCacheUpdateHooks::class

Definition at line 57 of file frontend/ext_localconf.php.

$GLOBALS['TYPO3_CONF_VARS']['SC_OPTIONS']['tslib/class.tslib_fe.php']['hook_previewInfo']['cms'] = \TYPO3\CMS\Frontend\Hooks\FrontendHooks::class . '->hook_previewInfo'

Definition at line 60 of file frontend/ext_localconf.php.

$GLOBALS['TYPO3_CONF_VARS']['SYS']['livesearch']['content'] = 'tt_content'

Definition at line 63 of file frontend/ext_localconf.php.

$GLOBALS['TYPO3_CONF_VARS']['SC_OPTIONS']['urlProcessing']['urlHandlers']['frontendExternalUrl']
Initial value:
= [
'handler' => \TYPO3\CMS\Frontend\Page\ExternalPageUrlHandler::class

Definition at line 66 of file frontend/ext_localconf.php.