DebugBackendModulesCommand extends Command
Command for showing all backend modules and their associated labels
only for development purposes
Attributes
- #[AsCommand]
- 'debug:backend:modules'
- 'Debugging: Show a list of the backend module tree (only for development purpose)'
Table of Contents
Methods
- __construct() : mixed
- configure() : void
- execute() : int
Methods
__construct()
public
__construct(ContainerInterface $failsafeContainer, BootService $bootService, ModuleFactory $moduleFactory, LanguageServiceFactory $languageServiceFactory) : mixed
Parameters
- $failsafeContainer : ContainerInterface
- $bootService : BootService
- $moduleFactory : ModuleFactory
- $languageServiceFactory : LanguageServiceFactory
configure()
protected
configure() : void
execute()
protected
execute(InputInterface $input, OutputInterface $output) : int
Parameters
- $input : InputInterface
- $output : OutputInterface