DebugBackendRoutesCommand extends Command
Debug backend routes, including module routes, AJAX routes and regular routes.
Similar to Symfony's debug:router command.
only for development purposes
Attributes
- #[AsCommand]
- 'debug:backend:routes'
- 'Debugging: List all registered backend routes (only for development purpose)'
Table of Contents
Methods
- __construct() : mixed
- configure() : void
- execute() : int
Methods
__construct()
public
__construct(Router $router, ModuleRegistry $moduleRegistry) : mixed
Parameters
- $router : Router
- $moduleRegistry : ModuleRegistry
configure()
protected
configure() : void
execute()
protected
execute(InputInterface $input, OutputInterface $output) : int
Parameters
- $input : InputInterface
- $output : OutputInterface