Routing

appointment_service Matched route

Route Parameters

Name Value
*parameters
[
  "_stopwatch_token" => "21800c"
  "_route" => "appointment_service"
  "_controller" => "App\Controller\Front\AppointmentController::service"
  "_locale" => "fr"
  "_route_params" => [
    "_locale" => "fr"
  ]
]

Route Matching Logs

Path to match: /fr/appointment/service
# 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 Path does not match
5 appointment_vehicle_save /{_locale}/appointment/vehicle/{id}/save Path does not match
6 appointment_service /{_locale}/appointment/service Route matches!

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