Routing
mdl_public_blog_by_type
Matched route
Route Parameters
Name | Value |
---|---|
_locale | "sr" |
type | "photo" |
Route Matching Logs
Path to match:
/sr/blog/by_type/photo
# | Route name | Path | Log |
---|---|---|---|
1 | public_index | / | Path does not match |
2 | public_index_localized | /{_locale} | Path does not match |
3 | public_contact | /contact/verify | Path does not match |
4 | dashboard_index | /{_locale}/dashboard/index | Path does not match |
5 | dashboard_non_localized | /dashboard/index | Path does not match |
6 | entity_ajax_choices | /entity_ajax | Path does not match |
7 | dashboard_menu_index | /{_locale}/dashboard/menu/index | Path does not match |
8 | dashboard_menu_new | /{_locale}/dashboard/menu/new | Path does not match |
9 | dashboard_menu_show | /{_locale}/dashboard/menu/{id} | Path does not match |
10 | dashboard_menu_edit | /{_locale}/dashboard/menu/{id}/edit | Path does not match |
11 | dashboard_menu_item_edit | /{_locale}/dashboard/menu/item/{id}/edit | Path does not match |
12 | dashboard_menu_delete | /{_locale}/dashboard/menu/{id}/delete | Path does not match |
13 | app_auth_api_profile_me | /api/{version}/me/ | Path does not match |
14 | register | /{_locale}/register | Path does not match |
15 | verify_email | /{_locale}/verify_email/{token} | Path does not match |
16 | reset_password | /{_locale}/reset_password | Path does not match |
17 | reset_password_submit | /{_locale}/reset_password/{token} | Path does not match |
18 | mdl_app_guest | /{_locale}/guest/login | Path does not match |
19 | profile_show | /{_locale}/profile | Path does not match |
20 | dashboard_user_index | /{_locale}/dashboard/user/ | Path does not match |
21 | dashboard_user_new | /{_locale}/dashboard/user/new | Path does not match |
22 | dashboard_user_show | /{_locale}/dashboard/user/{id} | Path does not match |
23 | dashboard_user_edit | /{_locale}/dashboard/user/{id}/edit | Path does not match |
24 | dashboard_user_delete | /{_locale}/dashboard/user/{id} | Path does not match |
25 | api_partner_employee_details | /api/{version}/crm/partner/{partner_id}/employee_details | Path does not match |
26 | api_partner_summarized_invoices | /api/{version}/crm/partner/{partner_id}/summarized_invoices | Path does not match |
27 | api_partner_invoices_all | /api/{version}/crm/partner/{partner_id}/invoices_all | Path does not match |
28 | api_partner_offers_all | /api/{version}/crm/partner/{partner_id}/offers_all | Path does not match |
29 | api_partner_confirmed_offers | /api/{version}/crm/partner/{partner_id}/confirmed_offers | Path does not match |
30 | api_ordered_goods | /api/{version}/crm/partner/{partner_id}/ordered_goods | Path does not match |
31 | api_partner_list_of_rebates | /api/{version}/crm/partner/{partner_id}/list_of_rebates | Path does not match |
32 | api_partner_product_price_all | /api/{version}/crm/partner/{partner_id}/product_price | Path does not match |
33 | api_partner_product_price | /api/{version}/crm/partner/{partner_id}/product_price/{product_id} | Path does not match |
34 | api_partner_fixed_prices_list | /api/{version}/crm/partner/{partner_id}/fixed_prices_list | Path does not match |
35 | api_partner_not_delivered_products | /api/{version}/crm/partner/{partner_id}/not_delivered_products | Path does not match |
36 | api_partner_turnover_offered | /api/{version}/crm/partner/{partner_id}/turnover_offered | Path does not match |
37 | api_partner_turnover_per_year | /api/{version}/crm/partner/{partner_id}/turnover_per_year | Path does not match |
38 | api_partner_turnover_for_month | /api/{version}/crm/partner/{partner_id}/turnover_for_month/{month} | Path does not match |
39 | api_partner_product_groups_per_year | /api/{version}/crm/partner/{partner_id}/product_groups_per_year | Path does not match |
40 | api_partner_trade_items | /api/{version}/crm/partner/{partner_id}/trade_items | Path does not match |
41 | api_partner_all | /api/{version}/crm/partner/ | Path does not match |
42 | api_partner_show | /api/{version}/crm/partner/{partner_id} | Path does not match |
43 | api_partner_financial_state | /api/{version}/crm/partner/{partner_id}/financial_state | Path does not match |
44 | api_partner_visit_create | /api/{version}/crm/partner/{partner_id}/visit | Path does not match |
45 | api_partner_visit_update | /api/{version}/crm/partner/{partner_id}/visit/{visit_id} | Path does not match |
46 | api_partner_visit | /api/{version}/crm/partner/{partner_id}/visit/{visit_id} | Path does not match |
47 | api_partner_visit_all | /api/{version}/crm/partner/{partner_id}/visit | Path does not match |
48 | mdl_public_about_index | /{_locale}/about/ | Path does not match |
49 | mdl_public_blog_index | /{_locale}/blog/index | Path does not match |
50 | mdl_public_blog_by_type | /{_locale}/blog/by_type/{type} | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.