interface RoutesProviderInterface (View source)

internal  
 

Supplier for lazily fetching the routes for the router.

This layer of abstraction avoids having to parse the routes for every request. The router will only request the routes if it comes across a route it hasn't seen (i.e. cached) before.

Methods

getRoutes()

No description

Details

Routes getRoutes()

No description

Return Value

Routes