class ConfigCreateCommand extends Command

Console command to create config files, executed with 'config:create'

Properties

private ConfigServiceInterface $configService Stores ConfigServiceInterface

Methods

__construct(ConfigServiceInterface $configService)

No description

configure()

No description

execute(InputInterface $input, OutputInterface $output)

No description

Details

at line 30
__construct(ConfigServiceInterface $configService)

Parameters

ConfigServiceInterface $configService

at line 36
protected configure()

at line 44
protected execute(InputInterface $input, OutputInterface $output)

Parameters

InputInterface $input
OutputInterface $output