SetupExtensionsCommand extends Command
Command for setting up all extensions via CLI.
Table of Contents
Methods
- __construct() : mixed
- configure() : mixed
- Defines the allowed options for this command
- execute() : mixed
- Sets up one or all extensions
Methods
__construct()
public
__construct(EventDispatcherInterface $eventDispatcher, InstallUtility $installUtility, PackageManager $packageManager) : mixed
Parameters
- $eventDispatcher : EventDispatcherInterface
- $installUtility : InstallUtility
- $packageManager : PackageManager
configure()
Defines the allowed options for this command
protected
configure() : mixed
execute()
Sets up one or all extensions
protected
execute(InputInterface $input, OutputInterface $output) : mixed
Parameters
- $input : InputInterface
- $output : OutputInterface