Routing

appointment_garages Matched route

Route Parameters

Name Value
*parameters
[
  "_stopwatch_token" => "6d25e1"
  "_route" => "appointment_garages"
  "_controller" => "App\Controller\Front\AppointmentController::garages"
  "_locale" => "fr"
  "_route_params" => [
    "_locale" => "fr"
  ]
]

Route Matching Logs

Path to match: /fr/appointment/garages
# Route name Path Log
1 appointment_index /{_locale}/appointment Path does not match
2 appointment_auth /{_locale}/appointment/connexion Path does not match
3 appointment_profil /{_locale}/appointment/profil Path does not match
4 appointment_garages /{_locale}/appointment/garages Route matches!

Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.