‪TYPO3CMS  ‪main
TYPO3\CMS\Install\Command\UpgradeWizardListCommand Class Reference
Inheritance diagram for TYPO3\CMS\Install\Command\UpgradeWizardListCommand:

Public Member Functions

 __construct (string $name, private readonly LateBootService $lateBootService)
 

Protected Member Functions

 bootstrap ()
 
 configure ()
 
 execute (InputInterface $input, OutputInterface $output)
 
 getWizard (string $identifier, bool $all=false)
 

Private Attributes

UpgradeWizardsService $upgradeWizardsService
 
OutputInterface Symfony Component Console Style StyleInterface $output
 

Detailed Description

Upgrade wizard command for listing wizards

Definition at line 37 of file UpgradeWizardListCommand.php.

Constructor & Destructor Documentation

◆ __construct()

TYPO3\CMS\Install\Command\UpgradeWizardListCommand::__construct ( string  $name,
private readonly LateBootService  $lateBootService 
)

Definition at line 45 of file UpgradeWizardListCommand.php.

Member Function Documentation

◆ bootstrap()

TYPO3\CMS\Install\Command\UpgradeWizardListCommand::bootstrap ( )
protected

◆ configure()

TYPO3\CMS\Install\Command\UpgradeWizardListCommand::configure ( )
protected

Configure the command by defining the name, options and arguments

Definition at line 65 of file UpgradeWizardListCommand.php.

◆ execute()

TYPO3\CMS\Install\Command\UpgradeWizardListCommand::execute ( InputInterface  $input,
OutputInterface  $output 
)
protected

◆ getWizard()

TYPO3\CMS\Install\Command\UpgradeWizardListCommand::getWizard ( string  $identifier,
bool  $all = false 
)
protected

Get Wizard instance by identifier Returns null if wizard is already done

Definition at line 114 of file UpgradeWizardListCommand.php.

References TYPO3\CMS\Webhooks\Message\$identifier, and TYPO3\CMS\Install\Updates\UpgradeWizardInterface\updateNecessary().

Referenced by TYPO3\CMS\Install\Command\UpgradeWizardListCommand\execute().

Member Data Documentation

◆ $output

OutputInterface Symfony Component Console Style StyleInterface TYPO3\CMS\Install\Command\UpgradeWizardListCommand::$output
private

◆ $upgradeWizardsService

UpgradeWizardsService TYPO3\CMS\Install\Command\UpgradeWizardListCommand::$upgradeWizardsService
private

Definition at line 39 of file UpgradeWizardListCommand.php.