‪TYPO3CMS  9.5
ext_localconf.php File Reference

Go to the source code of this file.

Variables

 $showSampleTasks
 
 $GLOBALS ['TYPO3_CONF_VARS']['SC_OPTIONS']['scheduler']['tasks'][\TYPO3\CMS\Scheduler\Task\CachingFrameworkGarbageCollectionTask::class]
 
 $GLOBALS ['TYPO3_CONF_VARS']['SC_OPTIONS']['scheduler']['tasks'][\TYPO3\CMS\Scheduler\Task\FileStorageIndexingTask::class]
 
 $GLOBALS ['TYPO3_CONF_VARS']['SC_OPTIONS']['scheduler']['tasks'][\TYPO3\CMS\Scheduler\Task\FileStorageExtractionTask::class]
 
 $GLOBALS ['TYPO3_CONF_VARS']['SC_OPTIONS']['scheduler']['tasks'][\TYPO3\CMS\Scheduler\Task\RecyclerGarbageCollectionTask::class]
 
 $GLOBALS ['TYPO3_CONF_VARS']['SC_OPTIONS']['scheduler']['tasks'][\TYPO3\CMS\Scheduler\Task\ExecuteSchedulableCommandTask::class]
 
 $garbageCollectionTaskOptions = $GLOBALS['TYPO3_CONF_VARS']['SC_OPTIONS']['scheduler']['tasks'][\TYPO3\CMS\Scheduler\Task\TableGarbageCollectionTask::class]['options'] ?? []
 
 $garbageCollectionTaskOptions ['tables'] = $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'] ?? false)) if(!is_array($GLOBALS['TYPO3_CONF_VARS']['SC_OPTIONS']['scheduler']['tasks'][\TYPO3\CMS\Scheduler\Task\TableGarbageCollectionTask::class]['options']['tables']['sys_history'] ?? false)) $ipAnonymizeCollectionTaskOptions = $GLOBALS['TYPO3_CONF_VARS']['SC_OPTIONS']['scheduler']['tasks'][\TYPO3\CMS\Scheduler\Task\IpAnonymizationTask::class]['options'] ?? []
 
 $ipAnonymizeCollectionTaskOptions ['tables'] = $ipAnonymizeCollectionTaskOptions['tables'] ?? []
 
 $GLOBALS ['TYPO3_CONF_VARS']['SC_OPTIONS']['scheduler']['tasks'][\TYPO3\CMS\Scheduler\Task\IpAnonymizationTask::class]
 
if(!is_array($GLOBALS['TYPO3_CONF_VARS']['SC_OPTIONS']['scheduler']['tasks'][\TYPO3\CMS\Scheduler\Task\IpAnonymizationTask::class]['options']['tables']['sys_log'] ?? false)) $GLOBALS ['TYPO3_CONF_VARS']['SC_OPTIONS']['scheduler']['tasks'][\TYPO3\CMS\Scheduler\Task\OptimizeDatabaseTableTask::class]
 
 $GLOBALS ['TYPO3_CONF_VARS']['SC_OPTIONS']['scheduler']['frequencyOptions']
 

Variable Documentation

◆ $garbageCollectionTaskOptions [1/2]

$garbageCollectionTaskOptions = $GLOBALS['TYPO3_CONF_VARS']['SC_OPTIONS']['scheduler']['tasks'][\TYPO3\CMS\Scheduler\Task\TableGarbageCollectionTask::class]['options'] ?? []

Definition at line 70 of file ext_localconf.php.

◆ $garbageCollectionTaskOptions [2/2]

$garbageCollectionTaskOptions[ 'tables'] = $garbageCollectionTaskOptions['tables'] ?? []

Definition at line 71 of file ext_localconf.php.

◆ $GLOBALS [1/9]

$GLOBALS[ 'TYPO3_CONF_VARS'][ 'SC_OPTIONS'][ 'scheduler'][ 'frequencyOptions']
Initial value:
= [
'0 9,15 * * 1-5' => 'LLL:EXT:scheduler/Resources/Private/Language/locallang.xlf:command.example1',
'0 */2 * * *' => 'LLL:EXT:scheduler/Resources/Private/Language/locallang.xlf:command.example2',
'*/20 * * * *' => 'LLL:EXT:scheduler/Resources/Private/Language/locallang.xlf:command.example3',
'0 7 * * 2' => 'LLL:EXT:scheduler/Resources/Private/Language/locallang.xlf:command.example4',
]

Definition at line 129 of file ext_localconf.php.

◆ $GLOBALS [2/9]

$GLOBALS[ 'TYPO3_CONF_VARS'][ 'SC_OPTIONS'][ 'scheduler'][ 'tasks'][\TYPO3\CMS\Scheduler\Task\CachingFrameworkGarbageCollectionTask::class]
Initial value:
= [
'extension' => 'scheduler',
'title' => 'LLL:EXT:scheduler/Resources/Private/Language/locallang.xlf:cachingFrameworkGarbageCollection.name',
'description' => 'LLL:EXT:scheduler/Resources/Private/Language/locallang.xlf:cachingFrameworkGarbageCollection.description',
'additionalFields' => \TYPO3\CMS\Scheduler\Task\CachingFrameworkGarbageCollectionAdditionalFieldProvider::class
]

Definition at line 27 of file ext_localconf.php.

◆ $GLOBALS [3/9]

$GLOBALS[ 'TYPO3_CONF_VARS'][ 'SC_OPTIONS'][ 'scheduler'][ 'tasks'][\TYPO3\CMS\Scheduler\Task\ExecuteSchedulableCommandTask::class]
Initial value:
= [
'extension' => 'scheduler',
'title' => 'LLL:EXT:scheduler/Resources/Private/Language/locallang.xlf:executeSchedulableCommandTask.name',
'description' => 'LLL:EXT:scheduler/Resources/Private/Language/locallang.xlf:executeSchedulableCommandTask.name',
'additionalFields' => \TYPO3\CMS\Scheduler\Task\ExecuteSchedulableCommandAdditionalFieldProvider::class
]

Definition at line 60 of file ext_localconf.php.

◆ $GLOBALS [4/9]

$GLOBALS[ 'TYPO3_CONF_VARS'][ 'SC_OPTIONS'][ 'scheduler'][ 'tasks'][\TYPO3\CMS\Scheduler\Task\FileStorageExtractionTask::class]
Initial value:
= [
'extension' => 'scheduler',
'title' => 'LLL:EXT:scheduler/Resources/Private/Language/locallang.xlf:fileStorageExtraction.name',
'description' => 'LLL:EXT:scheduler/Resources/Private/Language/locallang.xlf:fileStorageExtraction.description',
'additionalFields' => \TYPO3\CMS\Scheduler\Task\FileStorageExtractionAdditionalFieldProvider::class
]

Definition at line 43 of file ext_localconf.php.

◆ $GLOBALS [5/9]

$GLOBALS[ 'TYPO3_CONF_VARS'][ 'SC_OPTIONS'][ 'scheduler'][ 'tasks'][\TYPO3\CMS\Scheduler\Task\FileStorageIndexingTask::class]
Initial value:
= [
'extension' => 'scheduler',
'title' => 'LLL:EXT:scheduler/Resources/Private/Language/locallang.xlf:fileStorageIndexing.name',
'description' => 'LLL:EXT:scheduler/Resources/Private/Language/locallang.xlf:fileStorageIndexing.description',
'additionalFields' => \TYPO3\CMS\Scheduler\Task\FileStorageIndexingAdditionalFieldProvider::class
]

Definition at line 35 of file ext_localconf.php.

◆ $GLOBALS [6/9]

$GLOBALS[ 'TYPO3_CONF_VARS'][ 'SC_OPTIONS'][ 'scheduler'][ 'tasks'][\TYPO3\CMS\Scheduler\Task\IpAnonymizationTask::class]
Initial value:
= [
'extension' => 'scheduler',
'title' => 'LLL:EXT:scheduler/Resources/Private/Language/locallang.xlf:ipAnonymization.name',
'description' => 'LLL:EXT:scheduler/Resources/Private/Language/locallang.xlf:ipAnonymization.description',
'additionalFields' => \TYPO3\CMS\Scheduler\Task\IpAnonymizationAdditionalFieldProvider::class,
]

Definition at line 103 of file ext_localconf.php.

◆ $GLOBALS [7/9]

if (!is_array( $GLOBALS[ 'TYPO3_CONF_VARS'][ 'SC_OPTIONS'][ 'scheduler'][ 'tasks'][\TYPO3\CMS\Scheduler\Task\IpAnonymizationTask::class][ 'options'][ 'tables'][ 'sys_log'] ?? false)) $GLOBALS[ 'TYPO3_CONF_VARS'][ 'SC_OPTIONS'][ 'scheduler'][ 'tasks'][\TYPO3\CMS\Scheduler\Task\OptimizeDatabaseTableTask::class]
Initial value:
= [
'extension' => 'scheduler',
'title' => 'LLL:EXT:scheduler/Resources/Private/Language/locallang.xlf:optimizeDatabaseTable.name',
'description' => 'LLL:EXT:scheduler/Resources/Private/Language/locallang.xlf:optimizeDatabaseTable.description',
'additionalFields' => \TYPO3\CMS\Scheduler\Task\OptimizeDatabaseTableAdditionalFieldProvider::class
]

Definition at line 120 of file ext_localconf.php.

◆ $GLOBALS [8/9]

$GLOBALS[ 'TYPO3_CONF_VARS'][ 'SC_OPTIONS'][ 'scheduler'][ 'tasks'][\TYPO3\CMS\Scheduler\Task\RecyclerGarbageCollectionTask::class]
Initial value:
= [
'extension' => 'scheduler',
'title' => 'LLL:EXT:scheduler/Resources/Private/Language/locallang.xlf:recyclerGarbageCollection.name',
'description' => 'LLL:EXT:scheduler/Resources/Private/Language/locallang.xlf:recyclerGarbageCollection.description',
'additionalFields' => \TYPO3\CMS\Scheduler\Task\RecyclerGarbageCollectionAdditionalFieldProvider::class
]

Definition at line 52 of file ext_localconf.php.

◆ $GLOBALS [9/9]

$GLOBALS[ 'TYPO3_CONF_VARS'][ 'SC_OPTIONS'][ 'scheduler'][ 'tasks'][\TYPO3\CMS\Scheduler\Task\TableGarbageCollectionTask::class]
Initial value:
= [
'extension' => 'scheduler',
'title' => 'LLL:EXT:scheduler/Resources/Private/Language/locallang.xlf:tableGarbageCollection.name',
'description' => 'LLL:EXT:scheduler/Resources/Private/Language/locallang.xlf:tableGarbageCollection.description',
'additionalFields' => \TYPO3\CMS\Scheduler\Task\TableGarbageCollectionAdditionalFieldProvider::class,
]

Definition at line 73 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'] ?? false)) if (!is_array( $GLOBALS[ 'TYPO3_CONF_VARS'][ 'SC_OPTIONS'][ 'scheduler'][ 'tasks'][\TYPO3\CMS\Scheduler\Task\TableGarbageCollectionTask::class][ 'options'][ 'tables'][ 'sys_history'] ?? false)) $ipAnonymizeCollectionTaskOptions = $GLOBALS['TYPO3_CONF_VARS']['SC_OPTIONS']['scheduler']['tasks'][\TYPO3\CMS\Scheduler\Task\IpAnonymizationTask::class]['options'] ?? []

Definition at line 100 of file ext_localconf.php.

◆ $ipAnonymizeCollectionTaskOptions [2/2]

$ipAnonymizeCollectionTaskOptions[ 'tables'] = $ipAnonymizeCollectionTaskOptions['tables'] ?? []

Definition at line 101 of file ext_localconf.php.

◆ $showSampleTasks

$showSampleTasks
Initial value:
= (bool)\‪TYPO3\CMS\Core\Utility\GeneralUtility::makeInstance(
\‪TYPO3\CMS\Core\Configuration\ExtensionConfiguration::class
)->get('scheduler', 'showSampleTasks')

Definition at line 5 of file ext_localconf.php.

‪TYPO3
‪$ipAnonymizeCollectionTaskOptions
‪if(!is_array($GLOBALS['TYPO3_CONF_VARS']['SC_OPTIONS']['scheduler']['tasks'][\TYPO3\CMS\Scheduler\Task\TableGarbageCollectionTask::class]['options']['tables']['sys_log'] ?? false)) if(!is_array($GLOBALS['TYPO3_CONF_VARS']['SC_OPTIONS']['scheduler']['tasks'][\TYPO3\CMS\Scheduler\Task\TableGarbageCollectionTask::class]['options']['tables']['sys_history'] ?? false)) $ipAnonymizeCollectionTaskOptions
Definition: ext_localconf.php:100
‪$garbageCollectionTaskOptions
‪$garbageCollectionTaskOptions
Definition: ext_localconf.php:70