ExtensionListCommand extends Command
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.
Attributes
- #[AsCommand]
- 'extension:list'
- 'Shows the list of extensions available to the system.'
Table of Contents
Methods
- __construct() : mixed
- configure() : mixed
- Defines the allowed options for this command
- execute() : int
- Shows the list of all extensions
Methods
__construct()
public
__construct(PackageManager $packageManager) : mixed
Parameters
- $packageManager : PackageManager
configure()
Defines the allowed options for this command
protected
configure() : mixed
execute()
Shows the list of all extensions
protected
execute(InputInterface $input, OutputInterface $output) : int
Parameters
- $input : InputInterface
- $output : OutputInterface