Go to the source code of this file.
|
if(!defined('TYPO3_MODE')) | $GLOBALS ['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']['TYPO3\\CMS\\Scheduler\\Task\\CachingFrameworkGarbageCollectionTask'] |
|
| $GLOBALS ['TYPO3_CONF_VARS']['SC_OPTIONS']['scheduler']['tasks']['TYPO3\\CMS\\Scheduler\\Task\\FileIndexingTask'] |
|
| $GLOBALS ['TYPO3_CONF_VARS']['SC_OPTIONS']['scheduler']['tasks']['TYPO3\\CMS\\Scheduler\\Task\\FileStorageIndexingTask'] |
|
| $GLOBALS ['TYPO3_CONF_VARS']['SC_OPTIONS']['scheduler']['tasks']['TYPO3\\CMS\\Scheduler\\Task\\FileStorageExtractionTask'] |
|
if(TYPO3_OS !=='WIN') | $garbageCollectionTaskOptions = array() |
|
if(is_array($GLOBALS['TYPO3_CONF_VARS']['SC_OPTIONS']['scheduler']['tasks']['TYPO3\\CMS\\Scheduler\\Task\\TableGarbageCollectionTask']['options'])) if(!is_array($garbageCollectionTaskOptions['tables'])) | $GLOBALS ['TYPO3_CONF_VARS']['SC_OPTIONS']['scheduler']['tasks']['TYPO3\\CMS\\Scheduler\\Task\\TableGarbageCollectionTask'] |
|
◆ $extConf
$extConf = unserialize($GLOBALS['TYPO3_CONF_VARS']['EXT']['extConf']['scheduler']) |
◆ $garbageCollectionTaskOptions
if (TYPO3_OS !=='WIN') $garbageCollectionTaskOptions = array() |
◆ $GLOBALS [1/6]
if (!defined( 'TYPO3_MODE')) $GLOBALS[ 'TYPO3_CONF_VARS'][ 'SC_OPTIONS'][ 'GLOBAL'][ 'cliKeys'][ $_EXTKEY] |
Initial value:= array(
'EXT:' . $_EXTKEY . '/cli/scheduler_cli_dispatch.php',
'_CLI_scheduler'
)
Definition at line 6 of file ext_localconf.php.
◆ $GLOBALS [2/6]
if (!empty( $extConf[ 'showSampleTasks'])) $GLOBALS[ 'TYPO3_CONF_VARS'][ 'SC_OPTIONS'][ 'scheduler'][ 'tasks'][ 'TYPO3\\CMS\\Scheduler\\Task\\CachingFrameworkGarbageCollectionTask'] |
Initial value:= array(
'extension' => $_EXTKEY,
'title' => 'LLL:EXT:' . $_EXTKEY . '/locallang.xlf:cachingFrameworkGarbageCollection.name',
'description' => 'LLL:EXT:' . $_EXTKEY . '/locallang.xlf:cachingFrameworkGarbageCollection.description',
'additionalFields' => 'TYPO3\\CMS\\Scheduler\\Task\\CachingFrameworkGarbageCollectionAdditionalFieldProvider'
)
Definition at line 29 of file ext_localconf.php.
◆ $GLOBALS [3/6]
$GLOBALS[ 'TYPO3_CONF_VARS'][ 'SC_OPTIONS'][ 'scheduler'][ 'tasks'][ 'TYPO3\\CMS\\Scheduler\\Task\\FileIndexingTask'] |
Initial value:= array(
'extension' => $_EXTKEY,
'title' => 'LLL:EXT:' . $_EXTKEY . '/locallang.xlf:fileIndexing.name',
'description' => 'LLL:EXT:' . $_EXTKEY . '/locallang.xlf:fileIndexing.description'
)
Definition at line 36 of file ext_localconf.php.
◆ $GLOBALS [4/6]
$GLOBALS[ 'TYPO3_CONF_VARS'][ 'SC_OPTIONS'][ 'scheduler'][ 'tasks'][ 'TYPO3\\CMS\\Scheduler\\Task\\FileStorageIndexingTask'] |
Initial value:= array(
'extension' => $_EXTKEY,
'title' => 'LLL:EXT:' . $_EXTKEY . '/locallang.xlf:fileStorageIndexing.name',
'description' => 'LLL:EXT:' . $_EXTKEY . '/locallang.xlf:fileStorageIndexing.description',
'additionalFields' => 'TYPO3\\CMS\\Scheduler\\Task\\FileStorageIndexingAdditionalFieldProvider'
)
Definition at line 43 of file ext_localconf.php.
◆ $GLOBALS [5/6]
$GLOBALS[ 'TYPO3_CONF_VARS'][ 'SC_OPTIONS'][ 'scheduler'][ 'tasks'][ 'TYPO3\\CMS\\Scheduler\\Task\\FileStorageExtractionTask'] |
Initial value:= array(
'extension' => $_EXTKEY,
'title' => 'LLL:EXT:' . $_EXTKEY . '/locallang.xlf:fileStorageExtraction.name',
'description' => 'LLL:EXT:' . $_EXTKEY . '/locallang.xlf:fileStorageExtraction.description',
'additionalFields' => 'TYPO3\\CMS\\Scheduler\\Task\\FileStorageExtractionAdditionalFieldProvider'
)
Definition at line 51 of file ext_localconf.php.
◆ $GLOBALS [6/6]
if (is_array( $GLOBALS[ 'TYPO3_CONF_VARS'][ 'SC_OPTIONS'][ 'scheduler'][ 'tasks'][ 'TYPO3\\CMS\\Scheduler\\Task\\TableGarbageCollectionTask'][ 'options'])) if (!is_array( $garbageCollectionTaskOptions[ 'tables'])) $GLOBALS[ 'TYPO3_CONF_VARS'][ 'SC_OPTIONS'][ 'scheduler'][ 'tasks'][ 'TYPO3\\CMS\\Scheduler\\Task\\TableGarbageCollectionTask'] |
Initial value:= array(
'extension' => $_EXTKEY,
'title' => 'LLL:EXT:' . $_EXTKEY . '/locallang.xlf:tableGarbageCollection.name',
'description' => 'LLL:EXT:' . $_EXTKEY . '/locallang.xlf:tableGarbageCollection.description',
'additionalFields' => 'TYPO3\\CMS\\Scheduler\\Task\\TableGarbageCollectionAdditionalFieldProvider',
)
if(TYPO3_OS !=='WIN') $garbageCollectionTaskOptions
Definition at line 82 of file ext_localconf.php.