‪TYPO3CMS  ‪main
TYPO3\CMS\Workspaces\Command\CleanupPreviewLinksCommand Class Reference
Inheritance diagram for TYPO3\CMS\Workspaces\Command\CleanupPreviewLinksCommand:

Public Member Functions

 __construct (private readonly ConnectionPool $connectionPool)
 
 configure ()
 

Protected Member Functions

 execute (InputInterface $input, OutputInterface $output)
 

Detailed Description

Removes unused records from sys_preview

Definition at line 34 of file CleanupPreviewLinksCommand.php.

Constructor & Destructor Documentation

◆ __construct()

TYPO3\CMS\Workspaces\Command\CleanupPreviewLinksCommand::__construct ( private readonly ConnectionPool  $connectionPool)

Definition at line 36 of file CleanupPreviewLinksCommand.php.

Member Function Documentation

◆ configure()

TYPO3\CMS\Workspaces\Command\CleanupPreviewLinksCommand::configure ( )

Configuring the command options

Definition at line 44 of file CleanupPreviewLinksCommand.php.

◆ execute()

TYPO3\CMS\Workspaces\Command\CleanupPreviewLinksCommand::execute ( InputInterface  $input,
OutputInterface  $output 
)
protected

Executes the command to find versioned records

Definition at line 52 of file CleanupPreviewLinksCommand.php.

References $GLOBALS, $output, and TYPO3\CMS\Core\Database\Connection\PARAM_INT.