Interface RoutingApplicationInterface
Interface for applications that use routing.
        
    Namespace: Cake\Routing
    
    
    
      
  
  
        Method Summary
- 
          routes() publicDefine the routes for an application. 
Method Detail
routes() ΒΆ public
routes(Cake\Routing\RouteBuilder $routes): voidDefine the routes for an application.
Use the provided RouteBuilder to define an application's routing.
Parameters
- 
                Cake\Routing\RouteBuilder$routes
- A route builder to add routes into. 
Returns
void