Routing
app_admin_cron_sendrecallemail
Matched route
Route Parameters
| Name | Value |
|---|---|
| token | "ffd6600b2594eafae3b2f0528a4cb51a" |
| type | "10_days_end" |
Route Matching Logs
Path to match:
/cron/send/recall/email/10_days_end/ffd6600b2594eafae3b2f0528a4cb51a
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | app_admin_cron_debugquality | /cron/debug/quality/{token} | Path does not match |
| 2 | app_admin_cron_sendbatchemail | /cron/send/batch/email/{token} | Path does not match |
| 3 | app_admin_cron_sendrecallemail | /cron/send/recall/email/{type}/{token} | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.