‪TYPO3CMS  ‪main
TYPO3\CMS\Redirects\Command\CleanupRedirectsCommand Class Reference
Inheritance diagram for TYPO3\CMS\Redirects\Command\CleanupRedirectsCommand:

Public Member Functions

 __construct (protected readonly RedirectRepository $redirectRepository, protected readonly LanguageServiceFactory $languageServiceFactory)
 

Protected Member Functions

 configure ()
 
 execute (InputInterface $input, OutputInterface $output)
 

Protected Attributes

LanguageService $languageService
 

Detailed Description

Definition at line 31 of file CleanupRedirectsCommand.php.

Constructor & Destructor Documentation

◆ __construct()

TYPO3\CMS\Redirects\Command\CleanupRedirectsCommand::__construct ( protected readonly RedirectRepository  $redirectRepository,
protected readonly LanguageServiceFactory  $languageServiceFactory 
)

Definition at line 35 of file CleanupRedirectsCommand.php.

Member Function Documentation

◆ configure()

TYPO3\CMS\Redirects\Command\CleanupRedirectsCommand::configure ( )
protected

Definition at line 43 of file CleanupRedirectsCommand.php.

◆ execute()

TYPO3\CMS\Redirects\Command\CleanupRedirectsCommand::execute ( InputInterface  $input,
OutputInterface  $output 
)
protected

Member Data Documentation

◆ $languageService

LanguageService TYPO3\CMS\Redirects\Command\CleanupRedirectsCommand::$languageService
protected

Definition at line 33 of file CleanupRedirectsCommand.php.