ChattyInterface extends ChattyInterface
Is this upgradeWizard chatty aka does it need to output things?
since v14.0, will be removed in TYPO34 v15.0. Use \TYPO3\CMS\Core\Upgrades\ChattyInterface instead.
Table of Contents
Methods
- setOutput() : void
- Setter injection for output into upgrade wizards
Methods
setOutput()
Setter injection for output into upgrade wizards
public
setOutput(OutputInterface $output) : void
Parameters
- $output : OutputInterface