ActivateExtensionCommand extends Command
Command for activating an existing extension via CLI.
Table of Contents
Methods
- __construct() : mixed
- isEnabled() : mixed
- This command is not needed in composer mode.
- configure() : mixed
- Defines the allowed options for this command
- execute() : mixed
- Installs an extension
Methods
__construct()
public
__construct(EventDispatcherInterface $eventDispatcher, InstallUtility $installUtility) : mixed
Parameters
- $eventDispatcher : EventDispatcherInterface
- $installUtility : InstallUtility
isEnabled()
This command is not needed in composer mode.
public
isEnabled() : mixed
Tags
configure()
Defines the allowed options for this command
protected
configure() : mixed
execute()
Installs an extension
protected
execute(InputInterface $input, OutputInterface $output) : mixed
Parameters
- $input : InputInterface
- $output : OutputInterface