TYPO3 API  SVNRelease
Variables
ext_localconf.php File Reference

Go to the source code of this file.

Variables

if(!defined('TYPO3_MODE')) $TYPO3_CONF_VARS ['SC_OPTIONS']['GLOBAL']['cliKeys'][$_EXTKEY]
 $extConf = unserialize($GLOBALS['TYPO3_CONF_VARS']['EXT']['extConf']['scheduler'])
if(!empty($extConf['showSampleTasks'])) $GLOBALS ['TYPO3_CONF_VARS']['SC_OPTIONS']['scheduler']['tasks']['tx_scheduler_CachingFrameworkGarbageCollection']

Variable Documentation

$extConf = unserialize($GLOBALS['TYPO3_CONF_VARS']['EXT']['extConf']['scheduler'])
if (!empty($extConf['showSampleTasks'])) $GLOBALS['TYPO3_CONF_VARS']['SC_OPTIONS']['scheduler']['tasks']['tx_scheduler_CachingFrameworkGarbageCollection']
Initial value:
 array(
        'extension'        => $_EXTKEY,
        'title'            => 'LLL:EXT:' . $_EXTKEY . '/locallang.xml:cachingFrameworkGarbageCollection.name',
        'description'      => 'LLL:EXT:' . $_EXTKEY . '/locallang.xml:cachingFrameworkGarbageCollection.description',
        'additionalFields' => 'tx_scheduler_CachingFrameworkGarbageCollection_AdditionalFieldProvider',
    )

Definition at line 34 of file ext_localconf.php.

if (!defined('TYPO3_MODE')) $TYPO3_CONF_VARS['SC_OPTIONS']['GLOBAL']['cliKeys'][$_EXTKEY]
Initial value:
 array(
    'EXT:' . $_EXTKEY . '/cli/scheduler_cli_dispatch.php', '_CLI_scheduler'
)

Definition at line 9 of file ext_localconf.php.