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

Public Member Functions

 __construct (RedirectRepository $redirectRepository, LanguageServiceFactory $languageServiceFactory)
 

Protected Member Functions

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

Protected Attributes

RedirectRepository $redirectRepository
 
LanguageService $languageService
 

Detailed Description

Definition at line 29 of file CleanupRedirectsCommand.php.

Constructor & Destructor Documentation

◆ __construct()

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

Member Function Documentation

◆ configure()

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

Definition at line 46 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 37 of file CleanupRedirectsCommand.php.

◆ $redirectRepository

RedirectRepository TYPO3\CMS\Redirects\Command\CleanupRedirectsCommand::$redirectRepository
protected