mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-09-02 13:03:50 +00:00
Add ChillUrlGenerator and ChillUrlGeneratorInterface
Introduced a new interface ChillUrlGeneratorInterface for URL generation with return path handling. Implemented this interface in the ChillUrlGenerator class, which uses Symfony components to manage URL generation and request information.
This commit is contained in:
@@ -22,3 +22,8 @@ services:
|
||||
class: Chill\MainBundle\Routing\MenuTwig
|
||||
tags:
|
||||
- { name: twig.extension }
|
||||
|
||||
Chill\MainBundle\Routing\ChillUrlGenerator: ~
|
||||
|
||||
Chill\MainBundle\Routing\ChillUrlGeneratorInterface:
|
||||
alias: 'Chill\MainBundle\Routing\ChillUrlGenerator'
|
||||
|
Reference in New Issue
Block a user