Project

General

Profile

Actions

Bug #85205

closed

[BUGFIX] Documentation: use FQCN in Table Garbage Collection Tasks

Added by Forger Service over 6 years ago. Updated about 6 years ago.

Status:
Closed
Priority:
Must have
Category:
Documentation
Target version:
-
Start date:
2018-06-10
Due date:
% Done:

100%

Estimated time:
TYPO3 Version:
9
PHP Version:
7.2
Tags:
Complexity:
Is Regression:
Sprint Focus:

Description

The fully qualified class name of class `TableGarbageCollectionTask` must be used to configure database tables, which should be cleaned up (inactive or deleted records removed from the system).

Wrong: `tx_scheduler_TableGarbageCollection`
Correct: `\TYPO3\CMS\Scheduler\Task\TableGarbageCollectionTask::class`
This issue was automatically created from https://github.com/TYPO3/TYPO3.CMS/pull/112

Actions

Also available in: Atom PDF