CleanupRedirectsCommand extends Command
Table of Contents
Properties
Methods
- __construct() : mixed
- configure() : void
- execute() : int
Properties
$languageService
protected
LanguageService
$languageService
$redirectRepository
protected
RedirectRepository
$redirectRepository
Methods
__construct()
public
__construct(RedirectRepository $redirectRepository, LanguageServiceFactory $languageServiceFactory) : mixed
Parameters
- $redirectRepository : RedirectRepository
- $languageServiceFactory : LanguageServiceFactory
configure()
protected
configure() : void
execute()
protected
execute(InputInterface $input, OutputInterface $output) : int
Parameters
- $input : InputInterface
- $output : OutputInterface