ConfigurationSetCommand extends Command
CLI command for setting a configuration value in system/settings.php
Attributes
- #[AsCommand]
- 'configuration:set'
- 'Set a configuration value in 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