Routing
php_translation_profiler_translation_edit
Matched route
Route Parameters
| Name | Value |
|---|---|
| token | "af9ad9" |
Route Matching Logs
Path to match:
/af9ad9/translation/edit
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | swagger_ui | /documentation_api | Path does not match |
| 2 | translation_index | /admin/_trans/{configName} | Path does not match |
| 3 | translation_show | /admin/_trans/{configName}/{locale}/{domain} | Path does not match |
| 4 | translation_create | /admin/_trans/{configName}/{locale}/{domain}/new | Path does not match |
| 5 | translation_edit | /admin/_trans/{configName}/{locale}/{domain} | Path does not match |
| 6 | translation_delete | /admin/_trans/{configName}/{locale}/{domain} | Path does not match |
| 7 | php_translation_profiler_translation_edit | /{token}/translation/edit | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.