Routing
blog
Matched route
Route Parameters
No parameters.
Route Matching Logs
Path to match:
/blog
# | Route name | Path | Log |
---|---|---|---|
1 | admin | /admin | Path does not match |
2 | admin_casa_index | /admin/casa | Path does not match |
3 | admin_casa_new | /admin/casa/new | Path does not match |
4 | admin_casa_batch_delete | /admin/casa/batch-delete | Path does not match |
5 | admin_casa_autocomplete | /admin/casa/autocomplete | Path does not match |
6 | admin_casa_render_filters | /admin/casa/render-filters | Path does not match |
7 | admin_casa_edit | /admin/casa/{entityId}/edit | Path does not match |
8 | admin_casa_delete | /admin/casa/{entityId}/delete | Path does not match |
9 | admin_casa_detail | /admin/casa/{entityId} | Path does not match |
10 | admin_gallery_image_index | /admin/gallery-image | Path does not match |
11 | admin_gallery_image_new | /admin/gallery-image/new | Path does not match |
12 | admin_gallery_image_batch_delete | /admin/gallery-image/batch-delete | Path does not match |
13 | admin_gallery_image_autocomplete | /admin/gallery-image/autocomplete | Path does not match |
14 | admin_gallery_image_render_filters | /admin/gallery-image/render-filters | Path does not match |
15 | admin_gallery_image_edit | /admin/gallery-image/{entityId}/edit | Path does not match |
16 | admin_gallery_image_delete | /admin/gallery-image/{entityId}/delete | Path does not match |
17 | admin_gallery_image_detail | /admin/gallery-image/{entityId} | Path does not match |
18 | admin_header_index | /admin/header | Path does not match |
19 | admin_header_new | /admin/header/new | Path does not match |
20 | admin_header_batch_delete | /admin/header/batch-delete | Path does not match |
21 | admin_header_autocomplete | /admin/header/autocomplete | Path does not match |
22 | admin_header_render_filters | /admin/header/render-filters | Path does not match |
23 | admin_header_edit | /admin/header/{entityId}/edit | Path does not match |
24 | admin_header_delete | /admin/header/{entityId}/delete | Path does not match |
25 | admin_header_detail | /admin/header/{entityId} | Path does not match |
26 | admin_space_index | /admin/space | Path does not match |
27 | admin_space_new | /admin/space/new | Path does not match |
28 | admin_space_batch_delete | /admin/space/batch-delete | Path does not match |
29 | admin_space_autocomplete | /admin/space/autocomplete | Path does not match |
30 | admin_space_render_filters | /admin/space/render-filters | Path does not match |
31 | admin_space_edit | /admin/space/{entityId}/edit | Path does not match |
32 | admin_space_delete | /admin/space/{entityId}/delete | Path does not match |
33 | admin_space_detail | /admin/space/{entityId} | Path does not match |
34 | admin_toledo_index | /admin/toledo | Path does not match |
35 | admin_toledo_new | /admin/toledo/new | Path does not match |
36 | admin_toledo_batch_delete | /admin/toledo/batch-delete | Path does not match |
37 | admin_toledo_autocomplete | /admin/toledo/autocomplete | Path does not match |
38 | admin_toledo_render_filters | /admin/toledo/render-filters | Path does not match |
39 | admin_toledo_edit | /admin/toledo/{entityId}/edit | Path does not match |
40 | admin_toledo_delete | /admin/toledo/{entityId}/delete | Path does not match |
41 | admin_toledo_detail | /admin/toledo/{entityId} | Path does not match |
42 | _preview_error | /_error/{code}.{_format} | Path does not match |
43 | _wdt_stylesheet | /_wdt/styles | Path does not match |
44 | _wdt | /_wdt/{token} | Path does not match |
45 | _profiler_home | /_profiler/ | Path does not match |
46 | _profiler_search | /_profiler/search | Path does not match |
47 | _profiler_search_bar | /_profiler/search_bar | Path does not match |
48 | _profiler_phpinfo | /_profiler/phpinfo | Path does not match |
49 | _profiler_xdebug | /_profiler/xdebug | Path does not match |
50 | _profiler_font | /_profiler/font/{fontName}.woff2 | Path does not match |
51 | _profiler_search_results | /_profiler/{token}/search/results | Path does not match |
52 | _profiler_open_file | /_profiler/open | Path does not match |
53 | _profiler | /_profiler/{token} | Path does not match |
54 | _profiler_router | /_profiler/{token}/router | Path does not match |
55 | _profiler_exception | /_profiler/{token}/exception | Path does not match |
56 | _profiler_exception_css | /_profiler/{token}/exception.css | Path does not match |
57 | home | / | Path does not match |
58 | galeria | /galeria | Path does not match |
59 | blog | /blog | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.