ConfigurationRemoveCommand extends Command
CLI command for removing configuration values from system/settings.php
Attributes
- #[AsCommand]
- 'configuration:remove'
- 'Remove configuration value(s) from system/settings.php'
Table of Contents
Methods
- __construct() : mixed
- configure() : void
- execute() : int
Methods
__construct()
public
__construct(ConfigurationManager $configurationManager) : mixed
Parameters
- $configurationManager : ConfigurationManager
configure()
protected
configure() : void
execute()
protected
execute(InputInterface $input, OutputInterface $output) : int
Parameters
- $input : InputInterface
- $output : OutputInterface