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

Public Member Functions

 __construct (private readonly Registry $registry, private readonly IntegrityService $integrityService)
 

Public Attributes

const REGISTRY_KEY_CONFLICTING_REDIRECTS = 'conflicting_redirects'
 
const REGISTRY_KEY_LAST_TIMESTAMP_CHECK_INTEGRITY = 'redirects_check_integrity_last_check'
 

Protected Member Functions

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

Private Attributes

const REGISTRY_NAMESPACE = 'tx_redirects'
 
const LANGUAGE_FILE_PATH = 'LLL:EXT:redirects/Resources/Private/Language/locallang_db.xlf'
 

Detailed Description

Definition at line 31 of file CheckIntegrityCommand.php.

Constructor & Destructor Documentation

◆ __construct()

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

Definition at line 38 of file CheckIntegrityCommand.php.

Member Function Documentation

◆ configure()

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

Definition at line 45 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 58 of file CheckIntegrityCommand.php.

References $output, and TYPO3\CMS\Extbase\Utility\LocalizationUtility\translate().

Member Data Documentation

◆ LANGUAGE_FILE_PATH

const TYPO3\CMS\Redirects\Command\CheckIntegrityCommand::LANGUAGE_FILE_PATH = 'LLL:EXT:redirects/Resources/Private/Language/locallang_db.xlf'
private

Definition at line 36 of file CheckIntegrityCommand.php.

◆ REGISTRY_KEY_CONFLICTING_REDIRECTS

const TYPO3\CMS\Redirects\Command\CheckIntegrityCommand::REGISTRY_KEY_CONFLICTING_REDIRECTS = 'conflicting_redirects'

◆ REGISTRY_KEY_LAST_TIMESTAMP_CHECK_INTEGRITY

const TYPO3\CMS\Redirects\Command\CheckIntegrityCommand::REGISTRY_KEY_LAST_TIMESTAMP_CHECK_INTEGRITY = 'redirects_check_integrity_last_check'

◆ REGISTRY_NAMESPACE

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

Definition at line 33 of file CheckIntegrityCommand.php.