Skip to content
Snippets Groups Projects
Commit 3af8323b authored by Fabrice Gangler's avatar Fabrice Gangler :art:
Browse files

doc: update auto generated routes documentation

parent 479154be
No related branches found
No related tags found
No related merge requests found
......@@ -659,6 +659,44 @@
"utf8": true
}
},
"app_anonymous_organization_display_all_company_allow_to_change_locale_in_url.en": {
"path": "\/{_locale}\/organisations\/entreprises\/",
"pathRegex": "{^\/en\/organisations\/entreprises\/$}sDu",
"host": "ANY",
"hostRegex": "",
"scheme": "ANY",
"method": "GET|HEAD",
"class": "Symfony\\Component\\Routing\\Route",
"defaults": {
"_controller": "App\\Controller\\Organization\\OrganizationDisplayController::allCompaniesPageAllowToChangeLocaleInUrl",
"_locale": "en",
"_canonical_route": "app_anonymous_organization_display_all_company_allow_to_change_locale_in_url"
},
"requirements": "NO CUSTOM",
"options": {
"compiler_class": "Symfony\\Component\\Routing\\RouteCompiler",
"utf8": true
}
},
"app_anonymous_organization_display_all_company_allow_to_change_locale_in_url.fr": {
"path": "\/{_locale}\/organizations\/companies\/",
"pathRegex": "{^\/fr\/organizations\/companies\/$}sDu",
"host": "ANY",
"hostRegex": "",
"scheme": "ANY",
"method": "GET|HEAD",
"class": "Symfony\\Component\\Routing\\Route",
"defaults": {
"_controller": "App\\Controller\\Organization\\OrganizationDisplayController::allCompaniesPageAllowToChangeLocaleInUrl",
"_locale": "fr",
"_canonical_route": "app_anonymous_organization_display_all_company_allow_to_change_locale_in_url"
},
"requirements": "NO CUSTOM",
"options": {
"compiler_class": "Symfony\\Component\\Routing\\RouteCompiler",
"utf8": true
}
},
"app_anonymous_organization_display_all_org_company.en": {
"path": "\/{_locale}\/organizations\/companies\/",
"pathRegex": "{^\/en\/organizations\/companies\/$}sDu",
......@@ -697,6 +735,44 @@
"utf8": true
}
},
"app_anonymous_organization_display_all_public_sector_allow_to_change_locale_in_url.en": {
"path": "\/{_locale}\/organisations\/administration\/",
"pathRegex": "{^\/en\/organisations\/administration\/$}sDu",
"host": "ANY",
"hostRegex": "",
"scheme": "ANY",
"method": "GET|HEAD",
"class": "Symfony\\Component\\Routing\\Route",
"defaults": {
"_controller": "App\\Controller\\Organization\\OrganizationDisplayController::allPublicSectorPageAllowToChangeLocaleInUrl",
"_locale": "en",
"_canonical_route": "app_anonymous_organization_display_all_public_sector_allow_to_change_locale_in_url"
},
"requirements": "NO CUSTOM",
"options": {
"compiler_class": "Symfony\\Component\\Routing\\RouteCompiler",
"utf8": true
}
},
"app_anonymous_organization_display_all_public_sector_allow_to_change_locale_in_url.fr": {
"path": "\/{_locale}\/organizations\/public-sector\/",
"pathRegex": "{^\/fr\/organizations\/public\\-sector\/$}sDu",
"host": "ANY",
"hostRegex": "",
"scheme": "ANY",
"method": "GET|HEAD",
"class": "Symfony\\Component\\Routing\\Route",
"defaults": {
"_controller": "App\\Controller\\Organization\\OrganizationDisplayController::allPublicSectorPageAllowToChangeLocaleInUrl",
"_locale": "fr",
"_canonical_route": "app_anonymous_organization_display_all_public_sector_allow_to_change_locale_in_url"
},
"requirements": "NO CUSTOM",
"options": {
"compiler_class": "Symfony\\Component\\Routing\\RouteCompiler",
"utf8": true
}
},
"app_anonymous_organization_display_all_org_public_sector.en": {
"path": "\/{_locale}\/organizations\/public-sector\/",
"pathRegex": "{^\/en\/organizations\/public\\-sector\/$}sDu",
......@@ -735,6 +811,44 @@
"utf8": true
}
},
"app_anonymous_organization_display_all_no_profit_allow_to_change_locale_in_url.en": {
"path": "\/{_locale}\/organisations\/association\/",
"pathRegex": "{^\/en\/organisations\/association\/$}sDu",
"host": "ANY",
"hostRegex": "",
"scheme": "ANY",
"method": "GET|HEAD",
"class": "Symfony\\Component\\Routing\\Route",
"defaults": {
"_controller": "App\\Controller\\Organization\\OrganizationDisplayController::allNoProfitOrgPageAllowToChangeLocaleInUrl",
"_locale": "en",
"_canonical_route": "app_anonymous_organization_display_all_no_profit_allow_to_change_locale_in_url"
},
"requirements": "NO CUSTOM",
"options": {
"compiler_class": "Symfony\\Component\\Routing\\RouteCompiler",
"utf8": true
}
},
"app_anonymous_organization_display_all_no_profit_allow_to_change_locale_in_url.fr": {
"path": "\/{_locale}\/organizations\/non-profit\/",
"pathRegex": "{^\/fr\/organizations\/non\\-profit\/$}sDu",
"host": "ANY",
"hostRegex": "",
"scheme": "ANY",
"method": "GET|HEAD",
"class": "Symfony\\Component\\Routing\\Route",
"defaults": {
"_controller": "App\\Controller\\Organization\\OrganizationDisplayController::allNoProfitOrgPageAllowToChangeLocaleInUrl",
"_locale": "fr",
"_canonical_route": "app_anonymous_organization_display_all_no_profit_allow_to_change_locale_in_url"
},
"requirements": "NO CUSTOM",
"options": {
"compiler_class": "Symfony\\Component\\Routing\\RouteCompiler",
"utf8": true
}
},
"app_anonymous_organization_display_all_org_no_profit.en": {
"path": "\/{_locale}\/organizations\/non-profit\/",
"pathRegex": "{^\/en\/organizations\/non\\-profit\/$}sDu",
......
......@@ -692,6 +692,46 @@ app_anonymous_organization_display_all_organization.fr
- `utf8`: true
app_anonymous_organization_display_all_company_allow_to_change_locale_in_url.en
-------------------------------------------------------------------------------
- Path: /{_locale}/organisations/entreprises/
- Path Regex: {^/en/organisations/entreprises/$}sDu
- Host: ANY
- Host Regex:
- Scheme: ANY
- Method: GET|HEAD
- Class: Symfony\Component\Routing\Route
- Defaults:
- `_canonical_route`: app_anonymous_organization_display_all_company_allow_to_change_locale_in_url
- `_controller`: App\Controller\Organization\OrganizationDisplayController::allCompaniesPageAllowToChangeLocaleInUrl
- `_locale`: en
- Requirements: NO CUSTOM
- Options:
- `compiler_class`: Symfony\Component\Routing\RouteCompiler
- `utf8`: true
app_anonymous_organization_display_all_company_allow_to_change_locale_in_url.fr
-------------------------------------------------------------------------------
- Path: /{_locale}/organizations/companies/
- Path Regex: {^/fr/organizations/companies/$}sDu
- Host: ANY
- Host Regex:
- Scheme: ANY
- Method: GET|HEAD
- Class: Symfony\Component\Routing\Route
- Defaults:
- `_canonical_route`: app_anonymous_organization_display_all_company_allow_to_change_locale_in_url
- `_controller`: App\Controller\Organization\OrganizationDisplayController::allCompaniesPageAllowToChangeLocaleInUrl
- `_locale`: fr
- Requirements: NO CUSTOM
- Options:
- `compiler_class`: Symfony\Component\Routing\RouteCompiler
- `utf8`: true
app_anonymous_organization_display_all_org_company.en
-----------------------------------------------------
......@@ -732,6 +772,46 @@ app_anonymous_organization_display_all_org_company.fr
- `utf8`: true
app_anonymous_organization_display_all_public_sector_allow_to_change_locale_in_url.en
-------------------------------------------------------------------------------------
- Path: /{_locale}/organisations/administration/
- Path Regex: {^/en/organisations/administration/$}sDu
- Host: ANY
- Host Regex:
- Scheme: ANY
- Method: GET|HEAD
- Class: Symfony\Component\Routing\Route
- Defaults:
- `_canonical_route`: app_anonymous_organization_display_all_public_sector_allow_to_change_locale_in_url
- `_controller`: App\Controller\Organization\OrganizationDisplayController::allPublicSectorPageAllowToChangeLocaleInUrl
- `_locale`: en
- Requirements: NO CUSTOM
- Options:
- `compiler_class`: Symfony\Component\Routing\RouteCompiler
- `utf8`: true
app_anonymous_organization_display_all_public_sector_allow_to_change_locale_in_url.fr
-------------------------------------------------------------------------------------
- Path: /{_locale}/organizations/public-sector/
- Path Regex: {^/fr/organizations/public\-sector/$}sDu
- Host: ANY
- Host Regex:
- Scheme: ANY
- Method: GET|HEAD
- Class: Symfony\Component\Routing\Route
- Defaults:
- `_canonical_route`: app_anonymous_organization_display_all_public_sector_allow_to_change_locale_in_url
- `_controller`: App\Controller\Organization\OrganizationDisplayController::allPublicSectorPageAllowToChangeLocaleInUrl
- `_locale`: fr
- Requirements: NO CUSTOM
- Options:
- `compiler_class`: Symfony\Component\Routing\RouteCompiler
- `utf8`: true
app_anonymous_organization_display_all_org_public_sector.en
-----------------------------------------------------------
......@@ -772,6 +852,46 @@ app_anonymous_organization_display_all_org_public_sector.fr
- `utf8`: true
app_anonymous_organization_display_all_no_profit_allow_to_change_locale_in_url.en
---------------------------------------------------------------------------------
- Path: /{_locale}/organisations/association/
- Path Regex: {^/en/organisations/association/$}sDu
- Host: ANY
- Host Regex:
- Scheme: ANY
- Method: GET|HEAD
- Class: Symfony\Component\Routing\Route
- Defaults:
- `_canonical_route`: app_anonymous_organization_display_all_no_profit_allow_to_change_locale_in_url
- `_controller`: App\Controller\Organization\OrganizationDisplayController::allNoProfitOrgPageAllowToChangeLocaleInUrl
- `_locale`: en
- Requirements: NO CUSTOM
- Options:
- `compiler_class`: Symfony\Component\Routing\RouteCompiler
- `utf8`: true
app_anonymous_organization_display_all_no_profit_allow_to_change_locale_in_url.fr
---------------------------------------------------------------------------------
- Path: /{_locale}/organizations/non-profit/
- Path Regex: {^/fr/organizations/non\-profit/$}sDu
- Host: ANY
- Host Regex:
- Scheme: ANY
- Method: GET|HEAD
- Class: Symfony\Component\Routing\Route
- Defaults:
- `_canonical_route`: app_anonymous_organization_display_all_no_profit_allow_to_change_locale_in_url
- `_controller`: App\Controller\Organization\OrganizationDisplayController::allNoProfitOrgPageAllowToChangeLocaleInUrl
- `_locale`: fr
- Requirements: NO CUSTOM
- Options:
- `compiler_class`: Symfony\Component\Routing\RouteCompiler
- `utf8`: true
app_anonymous_organization_display_all_org_no_profit.en
-------------------------------------------------------
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment