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.
Table of Contents
Methods
- __construct() : mixed
- configure() : mixed
- Defines the allowed options for this command
- execute() : mixed
- 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) : mixed
Parameters
- $input : InputInterface
- $output : OutputInterface