Routing
app_distribution_pdf
Matched route
Route Parameters
| Name | Value |
|---|---|
| id | "112" |
Route Matching Logs
Path to match:
/distribution/pdf/112
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | app_article | /article/{tri}/{asc} | Path does not match |
| 2 | app_articles_retires | /retires/{tri}/{asc} | Path does not match |
| 3 | app_articles_by_filtres | /articles/filtres/{slug}/{idf}/{tri}/{asc} | Path does not match |
| 4 | app_article_new | /article_add | Path does not match |
| 5 | app_article_edit | /article_edit/{id} | Path does not match |
| 6 | app_vetements_statistiques | /vetements/statistiques/ | Path does not match |
| 7 | app_stock | /articles/stock | Path does not match |
| 8 | app_categorie_index | /categorie/ | Path does not match |
| 9 | app_categorie_new | /categorie/new | Path does not match |
| 10 | app_categorie_show | /categorie/{id} | Path does not match |
| 11 | app_categorie_edit | /categorie/{id}/edit | Path does not match |
| 12 | app_categorie_delete | /categorie/{id} | Path does not match |
| 13 | app_certificat_index | /certificat/ | Path does not match |
| 14 | app_certificat_new | /certificat/new | Path does not match |
| 15 | app_certificat_show | /certificat/{id} | Path does not match |
| 16 | app_certificat_edit | /certificat/{id}/edit | Path does not match |
| 17 | app_certificat_delete | /certificat/{id} | Path does not match |
| 18 | app_conducteur_index | /vehicule/conducteur/ | Path does not match |
| 19 | app_conducteur_new | /vehicule/conducteur/new | Path does not match |
| 20 | app_conducteur_show | /vehicule/conducteur/{id} | Path does not match |
| 21 | app_conducteur_edit | /vehicule/conducteur/{id}/edit | Path does not match |
| 22 | app_conducteur_delete | /vehicule/conducteur/{id} | Path does not match |
| 23 | app_declinaison | /article/declinaison/declinaison/{article_id} | Path does not match |
| 24 | app_declinaison_add | /article/declinaison/add/{article_id} | Path does not match |
| 25 | app_declinaison_edit | /article/declinaison/edit/{id}/{article_id} | Path does not match |
| 26 | app_declinaison_delete | /article/declinaison/delete/{id}/{article_id} | Path does not match |
| 27 | app_modal | /article/declinaison/modal | Path does not match |
| 28 | app_distribution_index | /distribution/ | Path does not match |
| 29 | app_distribution_beneficiaire | /distribution/distribution_beneficiare | Path does not match |
| 30 | app_distribution_new | /distribution/new | Path does not match |
| 31 | app_distribution_articles | /distribution/article/{tri}/{asc} | Path does not match |
| 32 | app_distribution_show | /distribution/recap/{id} | Path does not match |
| 33 | app_distribution_compute | /distribution/compute/{id} | Path does not match |
| 34 | app_distribution_delete | /distribution/delete/{id} | Path does not match |
| 35 | app_distribution_pdf | /distribution/pdf/{id} | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.