TYPO3 CMS  TYPO3_7-6
ext_localconf.php File Reference

Go to the source code of this file.

Variables

 $GLOBALS ['TYPO3_CONF_VARS']['SC_OPTIONS']['GLOBAL']['cliKeys']['scheduler']
 
 $extConf = unserialize($GLOBALS['TYPO3_CONF_VARS']['EXT']['extConf']['scheduler'])
 
if(!empty($extConf['showSampleTasks'])) $GLOBALS ['TYPO3_CONF_VARS']['SC_OPTIONS']['scheduler']['tasks'][\TYPO3\CMS\Scheduler\Task\CachingFrameworkGarbageCollectionTask::class]
 
if(!empty($extConf['showSampleTasks'])) $GLOBALS ['TYPO3_CONF_VARS']['SC_OPTIONS']['scheduler']['tasks'][\TYPO3\CMS\Scheduler\Task\FileStorageIndexingTask::class]
 
if(!empty($extConf['showSampleTasks'])) $GLOBALS ['TYPO3_CONF_VARS']['SC_OPTIONS']['scheduler']['tasks'][\TYPO3\CMS\Scheduler\Task\FileStorageExtractionTask::class]
 
if(!empty($extConf['showSampleTasks'])) if(TYPO3_OS !=='WIN') $garbageCollectionTaskOptions = []
 
if(is_array($GLOBALS['TYPO3_CONF_VARS']['SC_OPTIONS']['scheduler']['tasks'][\TYPO3\CMS\Scheduler\Task\TableGarbageCollectionTask::class]['options'])) if(!is_array($garbageCollectionTaskOptions['tables'])) $GLOBALS ['TYPO3_CONF_VARS']['SC_OPTIONS']['scheduler']['tasks'][\TYPO3\CMS\Scheduler\Task\TableGarbageCollectionTask::class]
 
if(!is_array($GLOBALS['TYPO3_CONF_VARS']['SC_OPTIONS']['scheduler']['tasks'][\TYPO3\CMS\Scheduler\Task\TableGarbageCollectionTask::class]['options']['tables']['sys_log'])) if(!is_array($GLOBALS['TYPO3_CONF_VARS']['SC_OPTIONS']['scheduler']['tasks'][\TYPO3\CMS\Scheduler\Task\TableGarbageCollectionTask::class]['options']['tables']['sys_history'])) $ipAnonymizeCollectionTaskOptions
 
 $ipAnonymizeCollectionTaskOptions ['tables']
 
 $GLOBALS ['TYPO3_CONF_VARS']['SC_OPTIONS']['scheduler']['tasks'][\TYPO3\CMS\Scheduler\Task\IpAnonymizationTask::class]
 
if(!isset($GLOBALS['TYPO3_CONF_VARS']['SC_OPTIONS']['scheduler']['tasks'][\TYPO3\CMS\Scheduler\Task\IpAnonymizationTask::class]['options']['tables']['sys_log'])||!is_array($GLOBALS['TYPO3_CONF_VARS']['SC_OPTIONS']['scheduler']['tasks'][\TYPO3\CMS\Scheduler\Task\IpAnonymizationTask::class]['options']['tables']['sys_log'])) $GLOBALS ['TYPO3_CONF_VARS']['SC_OPTIONS']['scheduler']['tasks'][\TYPO3\CMS\Scheduler\Task\OptimizeDatabaseTableTask::class]
 

Variable Documentation

◆ $extConf

$extConf = unserialize($GLOBALS['TYPO3_CONF_VARS']['EXT']['extConf']['scheduler'])

Definition at line 13 of file ext_localconf.php.

◆ $garbageCollectionTaskOptions

if (!empty( $extConf[ 'showSampleTasks'])) if (TYPO3_OS !=='WIN') $garbageCollectionTaskOptions = []

Definition at line 70 of file ext_localconf.php.

◆ $GLOBALS [1/7]

$GLOBALS[ 'TYPO3_CONF_VARS'][ 'SC_OPTIONS'][ 'GLOBAL'][ 'cliKeys'][ 'scheduler']
Initial value:
= [
function () {
$schedulerCliController = \TYPO3\CMS\Core\Utility\GeneralUtility::makeInstance(\TYPO3\CMS\Scheduler\Controller\SchedulerCliController::class);
$schedulerCliController->run();
},
'_CLI_scheduler'
]

Definition at line 5 of file ext_localconf.php.

◆ $GLOBALS [2/7]

if (!empty( $extConf[ 'showSampleTasks'])) $GLOBALS[ 'TYPO3_CONF_VARS'][ 'SC_OPTIONS'][ 'scheduler'][ 'tasks'][\TYPO3\CMS\Scheduler\Task\CachingFrameworkGarbageCollectionTask::class]
Initial value:
= [
'extension' => 'scheduler'

Definition at line 32 of file ext_localconf.php.

◆ $GLOBALS [3/7]

if (!empty( $extConf[ 'showSampleTasks'])) $GLOBALS[ 'TYPO3_CONF_VARS'][ 'SC_OPTIONS'][ 'scheduler'][ 'tasks'][\TYPO3\CMS\Scheduler\Task\FileStorageIndexingTask::class]
Initial value:
= [
'extension' => 'scheduler'

Definition at line 40 of file ext_localconf.php.

◆ $GLOBALS [4/7]

if (!empty( $extConf[ 'showSampleTasks'])) $GLOBALS[ 'TYPO3_CONF_VARS'][ 'SC_OPTIONS'][ 'scheduler'][ 'tasks'][\TYPO3\CMS\Scheduler\Task\FileStorageExtractionTask::class]
Initial value:
= [
'extension' => 'scheduler'

Definition at line 48 of file ext_localconf.php.

◆ $GLOBALS [5/7]

if (is_array( $GLOBALS[ 'TYPO3_CONF_VARS'][ 'SC_OPTIONS'][ 'scheduler'][ 'tasks'][\TYPO3\CMS\Scheduler\Task\TableGarbageCollectionTask::class][ 'options'])) if (!is_array( $garbageCollectionTaskOptions[ 'tables'])) $GLOBALS[ 'TYPO3_CONF_VARS'][ 'SC_OPTIONS'][ 'scheduler'][ 'tasks'][\TYPO3\CMS\Scheduler\Task\TableGarbageCollectionTask::class]
Initial value:
= [
'extension' => 'scheduler'

Definition at line 79 of file ext_localconf.php.

◆ $GLOBALS [6/7]

$GLOBALS[ 'TYPO3_CONF_VARS'][ 'SC_OPTIONS'][ 'scheduler'][ 'tasks'][\TYPO3\CMS\Scheduler\Task\IpAnonymizationTask::class]
Initial value:
= [
'extension' => 'scheduler'

Definition at line 113 of file ext_localconf.php.

◆ $GLOBALS [7/7]

if (!isset( $GLOBALS[ 'TYPO3_CONF_VARS'][ 'SC_OPTIONS'][ 'scheduler'][ 'tasks'][\TYPO3\CMS\Scheduler\Task\IpAnonymizationTask::class][ 'options'][ 'tables'][ 'sys_log'])||!is_array( $GLOBALS[ 'TYPO3_CONF_VARS'][ 'SC_OPTIONS'][ 'scheduler'][ 'tasks'][\TYPO3\CMS\Scheduler\Task\IpAnonymizationTask::class][ 'options'][ 'tables'][ 'sys_log'])) $GLOBALS[ 'TYPO3_CONF_VARS'][ 'SC_OPTIONS'][ 'scheduler'][ 'tasks'][\TYPO3\CMS\Scheduler\Task\OptimizeDatabaseTableTask::class]
Initial value:
= [
'extension' => 'scheduler'

Definition at line 132 of file ext_localconf.php.

◆ $ipAnonymizeCollectionTaskOptions [1/2]

if (!is_array( $GLOBALS[ 'TYPO3_CONF_VARS'][ 'SC_OPTIONS'][ 'scheduler'][ 'tasks'][\TYPO3\CMS\Scheduler\Task\TableGarbageCollectionTask::class][ 'options'][ 'tables'][ 'sys_log'])) if (!is_array( $GLOBALS[ 'TYPO3_CONF_VARS'][ 'SC_OPTIONS'][ 'scheduler'][ 'tasks'][\TYPO3\CMS\Scheduler\Task\TableGarbageCollectionTask::class][ 'options'][ 'tables'][ 'sys_history'])) $ipAnonymizeCollectionTaskOptions
Initial value:
= isset($GLOBALS['TYPO3_CONF_VARS']['SC_OPTIONS']['scheduler']['tasks'][\TYPO3\CMS\Scheduler\Task\IpAnonymizationTask::class]['options'])
? $GLOBALS['TYPO3_CONF_VARS']['SC_OPTIONS']['scheduler']['tasks'][\TYPO3\CMS\Scheduler\Task\IpAnonymizationTask::class]['options']
: []
if(TYPO3_MODE==='BE') $GLOBALS['TYPO3_CONF_VARS']['SC_OPTIONS']['t3lib/class.t3lib_tsfebeuserauth.php']['frontendEditingController']['default']

Definition at line 106 of file ext_localconf.php.

◆ $ipAnonymizeCollectionTaskOptions [2/2]

$ipAnonymizeCollectionTaskOptions[ 'tables']
Initial value:
: []
if(!is_array($GLOBALS['TYPO3_CONF_VARS']['SC_OPTIONS']['scheduler']['tasks'][\TYPO3\CMS\Scheduler\Task\TableGarbageCollectionTask::class]['options']['tables']['sys_log'])) if(!is_array($GLOBALS['TYPO3_CONF_VARS']['SC_OPTIONS']['scheduler']['tasks'][\TYPO3\CMS\Scheduler\Task\TableGarbageCollectionTask::class]['options']['tables']['sys_history'])) $ipAnonymizeCollectionTaskOptions

Definition at line 109 of file ext_localconf.php.