CheckIntegrityCommand extends Command
Table of Contents
Methods
- __construct() : mixed
- configure() : void
- execute() : int
- Executes the command for checking for conflicting redirects
Methods
__construct()
public
__construct(Registry $registry, IntegrityService $integrityService) : mixed
Parameters
- $registry : Registry
- $integrityService : IntegrityService
configure()
protected
configure() : void
execute()
Executes the command for checking for conflicting redirects
protected
execute(InputInterface $input, OutputInterface $output) : int
Parameters
- $input : InputInterface
- $output : OutputInterface