Routing
app_api_programme_search_
Matched route
Route Parameters
| Name | Value |
|---|---|
| page | "3" |
Route Matching Logs
Path to match:
/api/programmes/3
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | _wdt | /_wdt/{token} | Path does not match |
| 2 | _profiler_home | /_profiler/ | Path does not match |
| 3 | _profiler_search | /_profiler/search | Path does not match |
| 4 | _profiler_search_bar | /_profiler/search_bar | Path does not match |
| 5 | _profiler_phpinfo | /_profiler/phpinfo | Path does not match |
| 6 | _profiler_xdebug | /_profiler/xdebug | Path does not match |
| 7 | _profiler_font | /_profiler/font/{fontName}.woff2 | Path does not match |
| 8 | _profiler_search_results | /_profiler/{token}/search/results | Path does not match |
| 9 | _profiler_open_file | /_profiler/open | Path does not match |
| 10 | _profiler | /_profiler/{token} | Path does not match |
| 11 | _profiler_router | /_profiler/{token}/router | Path does not match |
| 12 | _profiler_exception | /_profiler/{token}/exception | Path does not match |
| 13 | _profiler_exception_css | /_profiler/{token}/exception.css | Path does not match |
| 14 | etematik_dashboard | /admin/dashboard | Path does not match |
| 15 | etematik_vendeur_add | /admin/vendeur/ajouter | Path does not match |
| 16 | etematik_vendeur_edit | /admin/vendeur/modifier/{uid} | Path does not match |
| 17 | etematik_configuration | /admin/configuration | Path does not match |
| 18 | etematik_admin_options | /admin/options | Path does not match |
| 19 | etematik_ajx_remove_account | /deleteAccount | Path does not match |
| 20 | etematik_ajx_activate_account | /activateAccount | Path does not match |
| 21 | etematik_combobox_programme_lot | /lot/programmecombobox/ | Path does not match |
| 22 | etematik_promoteur_edit | /admin/promoteur/modifier/{id} | Path does not match |
| 23 | etematik_promoteur_add | /admin/promoteur/ajouter | Path does not match |
| 24 | app_categorie_index | /admin/categories/ | Path does not match |
| 25 | app_categorie_new | /admin/categories/new | Path does not match |
| 26 | app_categorie_show | /admin/categories/{id} | Path does not match |
| 27 | app_categorie_edit | /admin/categories/{id}/edit | Path does not match |
| 28 | app_categorie_delete | /admin/categories/{id} | Path does not match |
| 29 | etematik_create_lot | /lot/creer | Path does not match |
| 30 | etematik_create_programme_lot | /programme/{pid}/lot/creer | Path does not match |
| 31 | etematik_edit_lot | /deprecated/lot/modifier/{id} | Path does not match |
| 32 | etematik_lot_add_document | /lot/{id}/documents/ajouter | Path does not match |
| 33 | etematik_import_lot | /lot/{id}/import | Path does not match |
| 34 | etematik_ajx_remove_lot_annexe | /lot/{lid}/annexe/{id}/supprimer | Path does not match |
| 35 | etematik_ajx_remove_lot_document | /lot/document/{id}/supprimer | Path does not match |
| 36 | etematik_lot_activation_toggle | /lot/{id}/toggle-status | Path does not match |
| 37 | etematik_programme_create | /programme/creer | Path does not match |
| 38 | etematik_programme_edit | /programme/{id}/modifier | Path does not match |
| 39 | etematik_prog_liste | /programme/liste/{id} | Path does not match |
| 40 | etematik_programme_fichier_edit | /programme/fichier/modifier/{id} | Path does not match |
| 41 | etematik_toggle_programme | /programme/{id}/toggle/{mode} | Path does not match |
| 42 | etematik_programme_rating | /programme/rating/{pid}/{pvote} | Path does not match |
| 43 | etematik_ajx_remove_programme_document | /programme/deleteDocumentProgramme | Path does not match |
| 44 | app_api_lot_model | /api/lot/model | Path does not match |
| 45 | app_api_lot_new | /api/lot/new | Path does not match |
| 46 | app_api_programme_search_ | /api/programmes/{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.