Routing
homepage
Matched route
Route Parameters
No parameters.
Route Matching Logs
Path to match:
/
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | translation_index | /admin/_trans/{configName} | Path does not match |
| 2 | translation_show | /admin/_trans/{configName}/{locale}/{domain} | Path does not match |
| 3 | translation_create | /admin/_trans/{configName}/{locale}/{domain}/new | Path does not match |
| 4 | translation_edit | /admin/_trans/{configName}/{locale}/{domain} | Path does not match |
| 5 | translation_delete | /admin/_trans/{configName}/{locale}/{domain} | Path does not match |
| 6 | php_translation_profiler_translation_edit | /{token}/translation/edit | Path does not match |
| 7 | php_translation_profiler_translation_sync | /{token}/translation/sync | Path does not match |
| 8 | php_translation_profiler_translation_sync_all | /{token}/translation/sync_all | Path does not match |
| 9 | php_translation_profiler_translation_create_assets | /{token}/translation/create_assets | Path does not match |
| 10 | app_admin_dashboard_index | /admin | Path does not match |
| 11 | admin_land_sort | /admin/land/sort | Path does not match |
| 12 | ajax_admin_land_sort | /ajax/admin/land/sort | Path does not match |
| 13 | ajax_admin_land_set_top | /ajax/admin/land/set_top | Path does not match |
| 14 | ajax_admin_land_check_feed | /ajax/admin/land/check_feed | Path does not match |
| 15 | app_adminland_deletediscount | /admin/land/delete-discount | Path does not match |
| 16 | app_api_list | /api/land.list | Path does not match |
| 17 | app_api_uvcoordinates | /api/uv_coordinates | Path does not match |
| 18 | app_api_bycadastr | /api/by_cadastr/{cadastr} | Path does not match |
| 19 | app_editorjs_uploadfile | /editor-js/upload-file | Path does not match |
| 20 | app_editorjs_fetchurl | /editor-js/fetch-url | Path does not match |
| 21 | ajax_feature_save | /ajax/feature/save | Path does not match |
| 22 | ajax_feature_list | /ajax/feature/list | Path does not match |
| 23 | app_feed_land | /land-feed.xml | Path does not match |
| 24 | land_new | /land/new | Path does not match |
| 25 | old_land_index | /land | Path does not match |
| 26 | old_land_type_index | /land/{type} | Path does not match |
| 27 | land_index | /{type} | Path does not match |
| 28 | land_edit | /land/{id}/edit | Path does not match |
| 29 | old_land_show_nomination | /land/{type}/{land_number}/{nominationSlug} | Path does not match |
| 30 | old_land_show | /land/{type}/{land_number} | Path does not match |
| 31 | land_show | /{type}/{land_number}/{sub_land_number} | Path does not match |
| 32 | homepage | / | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.