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

Public Member Functions

 configure ()
 

Protected Member Functions

int execute (InputInterface $input, OutputInterface $output)
 

Detailed Description

Removes unused records from sys_preview

Definition at line 30 of file CleanupPreviewLinksCommand.php.

Member Function Documentation

◆ configure()

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

Configuring the command options

Definition at line 36 of file CleanupPreviewLinksCommand.php.

◆ execute()

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

Executes the command to find versioned records

Parameters
InputInterface$input
OutputInterface$output
Returns
‪int

Definition at line 50 of file CleanupPreviewLinksCommand.php.

References $GLOBALS, and $output.