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)

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.

© 2005–present The Cake Software Foundation, Inc.
Licensed under the MIT License.
CakePHP is a registered trademark of Cake Software Foundation, Inc.
We are not endorsed by or affiliated with CakePHP.
https://api.cakephp.org/4.0/interface-Cake.Routing.RoutingApplicationInterface.html