SetupDefaultBackendUserGroupsCommand extends Command
FinalYes
Table of Contents
Methods
- __construct() : mixed
- configure() : void
- execute() : int
- Runs the backend groups setup command
Methods
__construct()
public
__construct(string $name, SetupService $setupService) : mixed
Parameters
- $name : string
- $setupService : SetupService
configure()
protected
configure() : void
execute()
Runs the backend groups setup command
protected
execute(InputInterface $input, OutputInterface $output) : int
Parameters
- $input : InputInterface
- $output : OutputInterface