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()  : int
Shows the list of all extensions

Methods

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
Return values
int

        
On this page

Search results