Open mikemackintosh opened 11 years ago
I would like to add support for breadcrumbs to the Route class, and would initially expect it to behave like url_generator. Request/Response manager would parse it together and automatically add it to Twig global.
Route
url_generator
Request/Response
Twig
I am thinking of an addBreadcrumb() method, which takes a bind'd route as an argument and parameter as an array
addBreadcrumb()
bind
I would like to add support for breadcrumbs to the
Route
class, and would initially expect it to behave likeurl_generator
.Request/Response
manager would parse it together and automatically add it toTwig
global.