Routing
back_cron_index
Matched route
Route Parameters
No parameters.
Route Matching Logs
Path to match:
/admin/cron
# | Route name | Path | Log |
---|---|---|---|
1 | back_content_list | /admin/contenu | Path does not match |
2 | back_content_single | /admin/contenu/{slug} | Path does not match |
3 | back_content_edit | /admin/contenu/edit/{id} | Path does not match |
4 | back_slider_add | /admin/slider/add | Path does not match |
5 | back_slider_edit | /admin/slider/edit/{id} | Path does not match |
6 | back_slider_list | /admin/slider/list | Path does not match |
7 | back_slider_remove_img | /admin/slider/remove/{id}/{image} | Path does not match |
8 | back_cron_index | /admin/cron | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.