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

Public Member Functions

 __construct (Registry $registry, IntegrityService $integrityService)
 

Protected Member Functions

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

Private Attributes

const REGISTRY_NAMESPACE = 'tx_redirects'
 
const REGISTRY_KEY = 'conflicting_redirects'
 
Registry $registry
 
IntegrityService $integrityService
 

Detailed Description

Definition at line 27 of file CheckIntegrityCommand.php.

Constructor & Destructor Documentation

◆ __construct()

TYPO3\CMS\Redirects\Command\CheckIntegrityCommand::__construct ( Registry  $registry,
IntegrityService  $integrityService 
)

Member Function Documentation

◆ configure()

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

Definition at line 47 of file CheckIntegrityCommand.php.

◆ execute()

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

Executes the command for checking for conflicting redirects

Definition at line 60 of file CheckIntegrityCommand.php.

References $output.

Member Data Documentation

◆ $integrityService

IntegrityService TYPO3\CMS\Redirects\Command\CheckIntegrityCommand::$integrityService
private

◆ $registry

Registry TYPO3\CMS\Redirects\Command\CheckIntegrityCommand::$registry
private

◆ REGISTRY_KEY

const TYPO3\CMS\Redirects\Command\CheckIntegrityCommand::REGISTRY_KEY = 'conflicting_redirects'
private

Definition at line 30 of file CheckIntegrityCommand.php.

◆ REGISTRY_NAMESPACE

const TYPO3\CMS\Redirects\Command\CheckIntegrityCommand::REGISTRY_NAMESPACE = 'tx_redirects'
private

Definition at line 29 of file CheckIntegrityCommand.php.