Interface RoutingApplicationInterface
Interface for applications that use routing.
        
    Namespace: Cake\Routing
    
    
    
      
  
  
        Method Summary
- 
          
routes() public
Define the routes for an application.
 
Method Detail
routes() ΒΆ public
routes(Cake\Routing\RouteBuilder $routes): void
      Define 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