TYPO3 CMS  TYPO3_7-6
ext_localconf.php File Reference

Go to the source code of this file.

Variables

 $GLOBALS ['TYPO3_CONF_VARS']['EXTCONF']['extbase']['extensions']['SysNote']['modules']['Note']['controllers']
 
 $GLOBALS ['TYPO3_CONF_VARS']['SC_OPTIONS']['recordlist/Modules/Recordlist/index.php']['drawFooterHook']['sys_note'] = \TYPO3\CMS\SysNote\Hook\RecordListHook::class . '->render'
 
 $GLOBALS ['TYPO3_CONF_VARS']['SC_OPTIONS']['cms/layout/db_layout.php']['drawFooterHook']['sys_note'] = \TYPO3\CMS\SysNote\Hook\PageHook::class . '->render'
 
 $GLOBALS ['TYPO3_CONF_VARS']['SC_OPTIONS']['cms/web_info/class.tx_cms_webinfo.php']['drawFooterHook']['sys_note'] = \TYPO3\CMS\SysNote\Hook\InfoModuleHook::class . '->render'
 

Variable Documentation

◆ $GLOBALS [1/4]

$GLOBALS[ 'TYPO3_CONF_VARS'][ 'EXTCONF'][ 'extbase'][ 'extensions'][ 'SysNote'][ 'modules'][ 'Note'][ 'controllers']
Initial value:
= [
'Note' => [
'actions' => ['list']
]
]

Definition at line 5 of file ext_localconf.php.

◆ $GLOBALS [2/4]

$GLOBALS[ 'TYPO3_CONF_VARS'][ 'SC_OPTIONS'][ 'recordlist/Modules/Recordlist/index.php'][ 'drawFooterHook'][ 'sys_note'] = \TYPO3\CMS\SysNote\Hook\RecordListHook::class . '->render'

Definition at line 12 of file ext_localconf.php.

◆ $GLOBALS [3/4]

$GLOBALS[ 'TYPO3_CONF_VARS'][ 'SC_OPTIONS'][ 'cms/layout/db_layout.php'][ 'drawFooterHook'][ 'sys_note'] = \TYPO3\CMS\SysNote\Hook\PageHook::class . '->render'

Definition at line 14 of file ext_localconf.php.

◆ $GLOBALS [4/4]

$GLOBALS[ 'TYPO3_CONF_VARS'][ 'SC_OPTIONS'][ 'cms/web_info/class.tx_cms_webinfo.php'][ 'drawFooterHook'][ 'sys_note'] = \TYPO3\CMS\SysNote\Hook\InfoModuleHook::class . '->render'

Definition at line 16 of file ext_localconf.php.