Routing
shop.assets.urls
Matched route
Route Parameters
| Name | Value |
|---|---|
| _locale | "de" |
Route Matching Logs
Path to match:
/de/assets/urls
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | admin.article.index | /admin/article/ | Path does not match |
| 2 | admin.article.delete | /admin/article/{id}/delete | Path does not match |
| 3 | admin.article.add | /admin/article/add | Path does not match |
| 4 | admin.article.edit | /admin/article/{id}/edit | Path does not match |
| 5 | admin.article.table | /admin/article/table | Path does not match |
| 6 | admin.dashboard.index | /admin/ | Path does not match |
| 7 | admin.download.index | /admin/downloads/ | Path does not match |
| 8 | admin.download.delete | /admin/downloads/{id}/delete | Path does not match |
| 9 | admin.download.reset | /admin/downloads/{id}/reset | Path does not match |
| 10 | admin.download.view | /admin/downloads/{id}/view | Path does not match |
| 11 | admin.download.table | /admin/downloads/table | Path does not match |
| 12 | admin.external.rids.index | /admin/external/rids/ | Path does not match |
| 13 | admin.external.rids.add | /admin/external/rids/add | Path does not match |
| 14 | admin.external.rids.edit | /admin/external/rids/{id}/edit | Path does not match |
| 15 | admin.external.rids.delete | /admin/external/rids/{id}/delete | Path does not match |
| 16 | admin.external.rids.table | /admin/external/rids/table | Path does not match |
| 17 | admin.order.index | /admin/order/ | Path does not match |
| 18 | admin.order.cancel | /admin/order/{id}/cancel | Path does not match |
| 19 | admin.order.delete | /admin/order/{id}/delete | Path does not match |
| 20 | admin.order.pdf_cancel | /admin/order/{id}/pdf/cancel | Path does not match |
| 21 | admin.order.pdf_invoice | /admin/order/{id}/pdf/invoice | Path does not match |
| 22 | admin.order.send | /admin/order/{id}/send | Path does not match |
| 23 | admin.order.view | /admin/order/{id}/view | Path does not match |
| 24 | admin.order.table | /admin/order/table | Path does not match |
| 25 | admin.profile.index | /admin/profile/ | Path does not match |
| 26 | admin.publisher.index | /admin/publisher/ | Path does not match |
| 27 | admin.publisher.delete | /admin/publisher/{id}/delete | Path does not match |
| 28 | admin.publisher.add | /admin/publisher/add | Path does not match |
| 29 | admin.publisher.edit | /admin/publisher/{id}/edit | Path does not match |
| 30 | admin.publisher.import | /admin/publisher/import | Path does not match |
| 31 | admin.publisher.import.id | /admin/publisher/import/{id} | Path does not match |
| 32 | admin.publisher.list | /admin/publisher/list | Path does not match |
| 33 | admin.publisher.table | /admin/publisher/table | Path does not match |
| 34 | admin.settings.index | /admin/settings/ | Path does not match |
| 35 | admin.shop.index | /admin/shop/ | Path does not match |
| 36 | admin.shop.delete | /admin/shop/{id}/delete | Path does not match |
| 37 | admin.shop.add | /admin/shop/add | Path does not match |
| 38 | admin.shop.edit | /admin/shop/{id}/edit | Path does not match |
| 39 | admin.shop.logo | /admin/shop/{id}/logo | Path does not match |
| 40 | admin.shop.table | /admin/shop/table | Path does not match |
| 41 | admin.shop.publisher_remove | /admin/shop/{id}/publisher/{pid}/remove | Path does not match |
| 42 | admin.shop.user_remove | /admin/shop/{id}/user/{uid}/remove | Path does not match |
| 43 | admin.sync.index | /admin/sync/ | Path does not match |
| 44 | admin.sync.execute | /admin/sync/execute/{type}/{id} | Path does not match |
| 45 | admin.sync.list | /admin/sync/list/{type}/{next} | Path does not match |
| 46 | admin.user.index | /admin/user/ | Path does not match |
| 47 | admin.user.delete | /admin/user/{id}/delete | Path does not match |
| 48 | admin.user.add | /admin/user/add | Path does not match |
| 49 | admin.user.edit | /admin/user/{id}/edit | Path does not match |
| 50 | admin.user.table | /admin/user/table | Path does not match |
| 51 | api.v1.article | /api/v1/article/{id}/{rid} | Path does not match |
| 52 | api.v1.articles | /api/v1/articles | Path does not match |
| 53 | api.v1.upload | /api/v1/upload/{type}/{id} | Path does not match |
| 54 | shop.api.index | /{_locale}/api/index | Path does not match |
| 55 | shop.api.info | /{_locale}/api/info | Path does not match |
| 56 | shop.article.show.de | /de/artikel/{musician}/{publisher}/{name}.{id} | Path does not match |
| 57 | shop.article.show.en | /en/article/{musician}/{publisher}/{name}.{id} | Path does not match |
| 58 | shop.article.link.id.de | /de/artikel/id/{id} | Path does not match |
| 59 | shop.article.link.id.en | /en/article/id/{id} | Path does not match |
| 60 | shop.article.link.rid.de | /de/artikel/rid/{rid} | Path does not match |
| 61 | shop.article.link.rid.en | /en/article/rid/{rid} | Path does not match |
| 62 | shop.assets.translations | /{_locale}/assets/translations | Path does not match |
| 63 | shop.assets.urls | /{_locale}/assets/urls | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.