|
TYPO3 API
SVNRelease
|
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'] |
| $extConf = unserialize($GLOBALS['TYPO3_CONF_VARS']['EXT']['extConf']['scheduler']) |
Definition at line 14 of file ext_localconf.php.
Referenced by tx_saltedpasswords_emconfhelper\checkConfigurationBackend(), tx_saltedpasswords_emconfhelper\checkConfigurationFrontend(), tx_saltedpasswords_div\getDefaultSaltingHashingMethod(), t3lib_BEfunc\getExcludeFields(), tx_saltedpasswords_emconfhelper\init(), and tx_saltedpasswords_div\isUsageEnabled().
| if (!empty($extConf['showSampleTasks'])) $GLOBALS['TYPO3_CONF_VARS']['SC_OPTIONS']['scheduler']['tasks']['tx_scheduler_CachingFrameworkGarbageCollection'] |
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] |
array(
'EXT:' . $_EXTKEY . '/cli/scheduler_cli_dispatch.php', '_CLI_scheduler'
)
Definition at line 9 of file ext_localconf.php.
1.7.5.1