Routing
products-favorite:public.index
Matched route
Route Parameters
| Name | Value |
|---|---|
| _locale | "ru" |
| page | 0 |
Route Matching Logs
Path to match:
/favorites
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | core:public.homepage.ru | /{page} | Path almost matches, but Requirement for "page" does not match (\d+) |
| 2 | core:public.google.verification.ru | /google44f3d88c6d59a486.html | Path does not match |
| 3 | auth-email:public.login.ru | /login | Path does not match |
| 4 | search:public.search | /search | Path does not match |
| 5 | products-product:public.model.ru | /catalog/{category}/{url}/model/{offer}/{variation} | Path does not match |
| 6 | products-product:public.notfound.ru | /catalog/{category}/{url}/{offer}/{variation}/{modification}/notfound | Path does not match |
| 7 | products-product:public.promo.ru | /promo | Path does not match |
| 8 | _wdt_stylesheet | /_wdt/styles | Path does not match |
| 9 | _wdt | /_wdt/{token} | Path does not match |
| 10 | _profiler_home | /_profiler/ | Path does not match |
| 11 | _profiler_search | /_profiler/search | Path does not match |
| 12 | _profiler_search_bar | /_profiler/search_bar | Path does not match |
| 13 | _profiler_phpinfo | /_profiler/phpinfo | Path does not match |
| 14 | _profiler_xdebug | /_profiler/xdebug | Path does not match |
| 15 | _profiler_font | /_profiler/font/{fontName}.woff2 | 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 | orders-order:admin.detail.ru | /admin/order/detail/{id} | Path does not match |
| 23 | orders-order:admin.document.receipt.ru | /admin/order/document/receipt/{id} | Path does not match |
| 24 | orders-order:admin.document.report.orders.ru | /admin/order/document/report/orders | Path does not match |
| 25 | orders-order:admin.document.report.products.ru | /admin/order/document/report/products | Path does not match |
| 26 | orders-order:admin.document.report.services.ru | /admin/order/document/report/services | Path does not match |
| 27 | orders-order:admin.document.sales.ru | /admin/order/document/sales | Path does not match |
| 28 | orders-order:admin.document.sticker.ru | /admin/order/document/stickers/{id} | Path does not match |
| 29 | orders-order:admin.index.ru | /admin/orders/{page} | Path does not match |
| 30 | orders-order:admin.new.ru | /admin/order/new | Path does not match |
| 31 | orders-order:admin.order.add.ru | /admin/order/add | Path does not match |
| 32 | orders-order:admin.order.all.ru | /admin/order/all/{page} | Path does not match |
| 33 | orders-order:admin.order.canceled.ru | /admin/order/canceled | Path does not match |
| 34 | orders-order:admin.order.delete.ru | /admin/order/delete/{id} | Path does not match |
| 35 | orders-order:admin.order.package.ru | /admin/order/package | Path does not match |
| 36 | orders-order:admin.order.products.ru | /admin/order/products/{id}/{page} | Path does not match |
| 37 | orders-order:admin.order.qrcode.ru | /admin/order/qrcode/{id} | Path does not match |
| 38 | orders-order:admin.order.unpaid.ru | /admin/order/unpaid | Path does not match |
| 39 | orders-order:admin.status.ru | /admin/order/status/{status} | Path does not match |
| 40 | orders-order:public.add.ru | /basket/add/ | Path does not match |
| 41 | orders-order:public.delete.ru | /basket/delete | Path does not match |
| 42 | orders-order:public.success.ru | /basket/success/{id} | Path does not match |
| 43 | orders-order:public.truncate.ru | /basket/truncate | Path does not match |
| 44 | orders-order:user.orders.ru | /orders/{status}/{page} | Path does not match |
| 45 | orders-order:user.orders.detail.ru | /order/detail/{id} | Path does not match |
| 46 | delivery-transport:admin.package.completed.ru | /admin/delivery/package/completed/{id} | Path does not match |
| 47 | delivery-transport:admin.package.index.ru | /admin/delivery/packages/{page} | Path does not match |
| 48 | delivery-transport:admin.package.navigator.ru | /admin/delivery/navigator/{id} | Path does not match |
| 49 | delivery-transport:admin.parameter.edit.ru | /admin/delivery/package/parameter/{product}/{offer}/{variation}/{modification} | Path does not match |
| 50 | delivery-transport:admin.parameter.index.ru | /admin/delivery/package/parameters/{page} | Path does not match |
| 51 | delivery-transport:admin.divide.ru | /admin/product/stock/divide/{id} | Path does not match |
| 52 | delivery-transport:admin.transport.delete.ru | /admin/delivery/transport/delete/{id} | Path does not match |
| 53 | delivery-transport:admin.transport.newedit.edit.ru | /admin/delivery/transport/edit/{id} | Path does not match |
| 54 | delivery-transport:admin.transport.index.ru | /admin/delivery/transports/{page} | Path does not match |
| 55 | delivery-transport:admin.transport.newedit.new.ru | /admin/delivery/auto/new | Path does not match |
| 56 | products-favorite:public.index.ru | /favorites/{page} | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.