‪TYPO3CMS  ‪main
TYPO3\CMS\Core\Command\ExtensionListCommand Class Reference
Inheritance diagram for TYPO3\CMS\Core\Command\ExtensionListCommand:

Public Member Functions

 __construct (private readonly PackageManager $packageManager)
 

Protected Member Functions

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

Detailed Description

Command for listing all extensions known to the system.

If the command is called with the verbose option, also shows the description of the package.

Definition at line 35 of file ExtensionListCommand.php.

Constructor & Destructor Documentation

◆ __construct()

TYPO3\CMS\Core\Command\ExtensionListCommand::__construct ( private readonly PackageManager  $packageManager)

Definition at line 37 of file ExtensionListCommand.php.

Member Function Documentation

◆ configure()

TYPO3\CMS\Core\Command\ExtensionListCommand::configure ( )
protected

Defines the allowed options for this command

Definition at line 45 of file ExtensionListCommand.php.

◆ execute()

TYPO3\CMS\Core\Command\ExtensionListCommand::execute ( InputInterface  $input,
OutputInterface  $output 
)
protected

Shows the list of all extensions

Definition at line 65 of file ExtensionListCommand.php.

References $output.