Routing
articles-edit
Matched route
Route Parameters
| Name | Value |
|---|---|
| id | "3" |
Route Matching Logs
Path to match:
/os-admin/articles/3/edit
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | page | /p/{slug}/ | Path does not match |
| 2 | search | /recherche/ | Path does not match |
| 3 | subscribers | /inscription/ | Path does not match |
| 4 | sitemap-articles | /articles.xml | Path does not match |
| 5 | sitemap-videos | /videos.xml | Path does not match |
| 6 | sitemap-documents | /documents.xml | Path does not match |
| 7 | sitemap-projects | /projects.xml | Path does not match |
| 8 | sitemap-towns | /towns.xml | Path does not match |
| 9 | _preview_error | /_error/{code}.{_format} | Path does not match |
| 10 | _wdt | /_wdt/{token} | Path does not match |
| 11 | _profiler_home | /_profiler/ | Path does not match |
| 12 | _profiler_search | /_profiler/search | Path does not match |
| 13 | _profiler_search_bar | /_profiler/search_bar | Path does not match |
| 14 | _profiler_phpinfo | /_profiler/phpinfo | Path does not match |
| 15 | _profiler_xdebug | /_profiler/xdebug | Path does not match |
| 16 | _profiler_search_results | /_profiler/{token}/search/results | Path does not match |
| 17 | _profiler_open_file | /_profiler/open | Path does not match |
| 18 | _profiler | /_profiler/{token} | Path does not match |
| 19 | _profiler_router | /_profiler/{token}/router | Path does not match |
| 20 | _profiler_exception | /_profiler/{token}/exception | Path does not match |
| 21 | _profiler_exception_css | /_profiler/{token}/exception.css | Path does not match |
| 22 | admin-home | /os-admin/ | Path does not match |
| 23 | login | /os-admin/login/ | Path does not match |
| 24 | forgot-password | /os-admin/forgot-password/ | Path does not match |
| 25 | logout | /os-admin/logout | Path does not match |
| 26 | albums-admin-page | /os-admin/albums/page/{offset}/ | Path does not match |
| 27 | albums-admin | /os-admin/albums/ | Path does not match |
| 28 | albums-search-admin-page | /os-admin/albums/search/{keywords}/page/{offset}/ | Path does not match |
| 29 | albums-search-admin | /os-admin/albums/search/{keywords}/ | Path does not match |
| 30 | albums-new | /os-admin/albums/add/ | Path does not match |
| 31 | albums-edit | /os-admin/albums/edit/{id}/ | Path does not match |
| 32 | albums-enable | /os-admin/albums/enabled/{id} | Path does not match |
| 33 | articlescategories-admin-page | /os-admin/articles/categories/page/{offset}/ | Path does not match |
| 34 | articlescategories-admin | /os-admin/articles/categories/ | Path does not match |
| 35 | articlescategories-new | /os-admin/articles/categories/add/ | Path does not match |
| 36 | articlescategories-edit | /os-admin/articles/categories/edit/{id}/ | Path does not match |
| 37 | articlescategories-enable | /os-admin/articles/categories/{id}/enable | Path does not match |
| 38 | articles-admin-page | /os-admin/articles/page/{offset}/ | Path does not match |
| 39 | articles-admin | /os-admin/articles/ | Path does not match |
| 40 | articles-search-admin-page | /os-admin/articles/search/{keywords}/page/{offset}/ | Path does not match |
| 41 | articles-search-admin | /os-admin/articles/search/{keywords}/ | Path does not match |
| 42 | articles-new | /os-admin/articles/add/ | Path does not match |
| 43 | articles-edit | /os-admin/articles/{id}/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.