DeactivateExtensionCommand extends Command
Command for deactivating an extension via CLI.
Table of Contents
Methods
- __construct() : mixed
- isEnabled() : bool
- This command is not needed in composer mode.
- configure() : mixed
- Defines the allowed options for this command
- execute() : int
- Installs an extension
Methods
__construct()
public
__construct(InstallUtility $installUtility) : mixed
Parameters
- $installUtility : InstallUtility
isEnabled()
This command is not needed in composer mode.
public
isEnabled() : bool
Return values
boolconfigure()
Defines the allowed options for this command
protected
configure() : mixed
execute()
Installs an extension
protected
execute(InputInterface $input, OutputInterface $output) : int
Parameters
- $input : InputInterface
- $output : OutputInterface