|
Moodle PHP Documentation 5.0
Moodle 5.0.1+ (Build: 20250711) (61af040cd5f)
|
Public Member Functions | |
| configure_routes (App $app) | |
| Configure all routes for the Application. | |
| core\router\route_loader_interface::configure_routes | ( | App | $app | ) |
Configure all routes for the Application.
This method returns a set of RouteGroupInterface instances for each route prefix.
| App | $app | The application to configure routes for |
| RouteInterface[]|RouteGroupInterface |
Implemented in core\router\route_loader, and core\tests\router\mocking_route_loader.