Skip to content

Instantly share code, notes, and snippets.

@dzuelke
Created March 14, 2017 10:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dzuelke/fe867f55f09e0bf79ecefcc815b7fe92 to your computer and use it in GitHub Desktop.
Save dzuelke/fe867f55f09e0bf79ecefcc815b7fe92 to your computer and use it in GitHub Desktop.
PHP OPcache performance regression reproduce case
This file has been truncated, but you can view the full file.
<?php
/**
* appDevUrlMatcher
*
* This class has been auto-generated
* by the Symfony Routing Component.
*/
class appDevUrlMatcher
{
public function match($pathinfo)
{
$allow = array();
$pathinfo = rawurldecode($pathinfo);
$context = $this->context;
$request = $this->request;
$host = $this->context->getHost();
if (0 === strpos($pathinfo, '/a')) {
if (0 === strpos($pathinfo, '/api')) {
if (0 === strpos($pathinfo, '/api/machine-ad')) {
// acme_api_import_machine_ad_upload
if (0 === strpos($pathinfo, '/api/machine-ad/upload') && preg_match('#^/api/machine\\-ad/upload(?:\\.(?P<_format>[^/]++))?$#s', $pathinfo, $matches)) {
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'acme_api_import_machine_ad_upload', key($requiredSchemes));
}
return $this->mergeDefaults(array_replace($matches, array('_route' => 'acme_api_import_machine_ad_upload')), array ( '_controller' => 'AcmeApi\\Bundle\\ImportBundle\\Controller\\MachineAdController::uploadAction', '_format' => NULL,));
}
if (0 === strpos($pathinfo, '/api/machine-ad/list-')) {
if (0 === strpos($pathinfo, '/api/machine-ad/list-machines-')) {
// acme_api.import.machine_ad.list_machines_from_user
if (0 === strpos($pathinfo, '/api/machine-ad/list-machines-from-user') && preg_match('#^/api/machine\\-ad/list\\-machines\\-from\\-user(?:/(?P<userId>[^/\\.]++)(?:\\.(?P<_format>[^/]++))?)?$#s', $pathinfo, $matches)) {
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'acme_api.import.machine_ad.list_machines_from_user', key($requiredSchemes));
}
return $this->mergeDefaults(array_replace($matches, array('_route' => 'acme_api.import.machine_ad.list_machines_from_user')), array ( '_controller' => 'AcmeApi\\Bundle\\ImportBundle\\Controller\\MachineAdController::listMachinesFromUserAction', '_format' => NULL, 'userId' => NULL,));
}
// acme_api.import.machine_ad.list_machines_by_user_type
if (0 === strpos($pathinfo, '/api/machine-ad/list-machines-by-user-type') && preg_match('#^/api/machine\\-ad/list\\-machines\\-by\\-user\\-type(?:/(?P<houseType>[^/]++)(?:/(?P<offset>[^/\\.]++)(?:\\.(?P<_format>[^/]++))?)?)?$#s', $pathinfo, $matches)) {
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'acme_api.import.machine_ad.list_machines_by_user_type', key($requiredSchemes));
}
return $this->mergeDefaults(array_replace($matches, array('_route' => 'acme_api.import.machine_ad.list_machines_by_user_type')), array ( '_controller' => 'AcmeApi\\Bundle\\ImportBundle\\Controller\\MachineAdController::listMachinesByUserTypeAction', '_format' => NULL, 'houseType' => NULL, 'offset' => NULL,));
}
}
// acme_api.import.machine_ad.list_sold_machines_by_user
if (0 === strpos($pathinfo, '/api/machine-ad/list-sold-machines-by-user') && preg_match('#^/api/machine\\-ad/list\\-sold\\-machines\\-by\\-user(?:/(?P<userId>[^/\\.]++)(?:\\.(?P<_format>[^/]++))?)?$#s', $pathinfo, $matches)) {
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'acme_api.import.machine_ad.list_sold_machines_by_user', key($requiredSchemes));
}
return $this->mergeDefaults(array_replace($matches, array('_route' => 'acme_api.import.machine_ad.list_sold_machines_by_user')), array ( '_controller' => 'AcmeApi\\Bundle\\ImportBundle\\Controller\\MachineAdController::listSoldMachinesByUserAction', '_format' => NULL, 'userId' => NULL,));
}
}
}
// acme_api.import.machine_ad
if (0 === strpos($pathinfo, '/api/machine-ad') && preg_match('#^/api/machine\\-ad(?:/(?P<adId>[^/\\.]++)(?:\\.(?P<_format>[^/]++))?)?$#s', $pathinfo, $matches)) {
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'acme_api.import.machine_ad', key($requiredSchemes));
}
return $this->mergeDefaults(array_replace($matches, array('_route' => 'acme_api.import.machine_ad')), array ( '_controller' => 'AcmeApi\\Bundle\\ImportBundle\\Controller\\MachineAdController::indexAction', '_format' => NULL, 'adId' => NULL,));
}
}
// acme_tiny_url_machine_ad_detail_page
if (0 === strpos($pathinfo, '/ad') && preg_match('#^/ad/(?P<machineAdId>[^/]++)$#s', $pathinfo, $matches)) {
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'acme_tiny_url_machine_ad_detail_page', key($requiredSchemes));
}
return $this->mergeDefaults(array_replace($matches, array('_route' => 'acme_tiny_url_machine_ad_detail_page')), array ( '_controller' => 'Acme\\Bundle\\TinyUrlBundle\\Controller\\DefaultController::detailPageAction',));
}
}
if (0 === strpos($pathinfo, '/lottery')) {
// acme_lottery_homepage
if ($pathinfo === '/lottery') {
if (!in_array($this->context->getMethod(), array('GET', 'POST', 'HEAD'))) {
$allow = array_merge($allow, array('GET', 'POST', 'HEAD'));
goto not_acme_lottery_homepage;
}
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'acme_lottery_homepage', key($requiredSchemes));
}
return array ( '_controller' => 'Acme\\Bundle\\LotteryBundle\\Controller\\DefaultController::indexAction', '_route' => 'acme_lottery_homepage',);
}
not_acme_lottery_homepage:
// acme_lottery_terms
if ($pathinfo === '/lottery/teilnahmebedingungen') {
if (!in_array($this->context->getMethod(), array('GET', 'HEAD'))) {
$allow = array_merge($allow, array('GET', 'HEAD'));
goto not_acme_lottery_terms;
}
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'acme_lottery_terms', key($requiredSchemes));
}
return array ( '_controller' => 'Acme\\Bundle\\LotteryBundle\\Controller\\DefaultController::termsAction', '_route' => 'acme_lottery_terms',);
}
not_acme_lottery_terms:
// acme_lottery_legal
if ($pathinfo === '/lottery/impressum') {
if (!in_array($this->context->getMethod(), array('GET', 'HEAD'))) {
$allow = array_merge($allow, array('GET', 'HEAD'));
goto not_acme_lottery_legal;
}
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'acme_lottery_legal', key($requiredSchemes));
}
return array ( '_controller' => 'Acme\\Bundle\\LotteryBundle\\Controller\\DefaultController::legalAction', '_route' => 'acme_lottery_legal',);
}
not_acme_lottery_legal:
// acme_lottery_verify
if (0 === strpos($pathinfo, '/lottery/verifikation') && preg_match('#^/lottery/verifikation/(?P<token>[^/]++)$#s', $pathinfo, $matches)) {
if (!in_array($this->context->getMethod(), array('GET', 'HEAD'))) {
$allow = array_merge($allow, array('GET', 'HEAD'));
goto not_acme_lottery_verify;
}
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'acme_lottery_verify', key($requiredSchemes));
}
return $this->mergeDefaults(array_replace($matches, array('_route' => 'acme_lottery_verify')), array ( '_controller' => 'Acme\\Bundle\\LotteryBundle\\Controller\\DefaultController::verifyAction',));
}
not_acme_lottery_verify:
// acme_lottery_resend_verification
if (0 === strpos($pathinfo, '/lottery/erneut-senden') && preg_match('#^/lottery/erneut\\-senden/(?P<email>[^/]++)$#s', $pathinfo, $matches)) {
if (!in_array($this->context->getMethod(), array('GET', 'HEAD'))) {
$allow = array_merge($allow, array('GET', 'HEAD'));
goto not_acme_lottery_resend_verification;
}
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'acme_lottery_resend_verification', key($requiredSchemes));
}
return $this->mergeDefaults(array_replace($matches, array('_route' => 'acme_lottery_resend_verification')), array ( '_controller' => 'Acme\\Bundle\\LotteryBundle\\Controller\\DefaultController::resendVerificationAction',));
}
not_acme_lottery_resend_verification:
}
// de_DE__RG__acme_service_lake_stone
if ($pathinfo === '/de/bird-stone') {
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'de_DE__RG__acme_service_lake_stone', key($requiredSchemes));
}
return array ( '_controller' => 'Acme\\Bundle\\ServiceLakeBundle\\Controller\\Stone\\DefaultController::indexAction', '_locale' => 'de_DE', '_route' => 'de_DE__RG__acme_service_lake_stone',);
}
if (0 === strpos($pathinfo, '/u')) {
// en_GB__RG__acme_service_lake_stone
if ($pathinfo === '/uk/bird-stone') {
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'en_GB__RG__acme_service_lake_stone', key($requiredSchemes));
}
return array ( '_controller' => 'Acme\\Bundle\\ServiceLakeBundle\\Controller\\Stone\\DefaultController::indexAction', '_locale' => 'en_GB', '_route' => 'en_GB__RG__acme_service_lake_stone',);
}
// en_US__RG__acme_service_lake_stone
if ($pathinfo === '/us/bird-stone') {
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'en_US__RG__acme_service_lake_stone', key($requiredSchemes));
}
return array ( '_controller' => 'Acme\\Bundle\\ServiceLakeBundle\\Controller\\Stone\\DefaultController::indexAction', '_locale' => 'en_US', '_route' => 'en_US__RG__acme_service_lake_stone',);
}
}
// it_IT__RG__acme_service_lake_stone
if ($pathinfo === '/it/bird-stone') {
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'it_IT__RG__acme_service_lake_stone', key($requiredSchemes));
}
return array ( '_controller' => 'Acme\\Bundle\\ServiceLakeBundle\\Controller\\Stone\\DefaultController::indexAction', '_locale' => 'it_IT', '_route' => 'it_IT__RG__acme_service_lake_stone',);
}
// fr_FR__RG__acme_service_lake_stone
if ($pathinfo === '/fr/bird-stone') {
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'fr_FR__RG__acme_service_lake_stone', key($requiredSchemes));
}
return array ( '_controller' => 'Acme\\Bundle\\ServiceLakeBundle\\Controller\\Stone\\DefaultController::indexAction', '_locale' => 'fr_FR', '_route' => 'fr_FR__RG__acme_service_lake_stone',);
}
// es_ES__RG__acme_service_lake_stone
if ($pathinfo === '/es/bird-stone') {
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'es_ES__RG__acme_service_lake_stone', key($requiredSchemes));
}
return array ( '_controller' => 'Acme\\Bundle\\ServiceLakeBundle\\Controller\\Stone\\DefaultController::indexAction', '_locale' => 'es_ES', '_route' => 'es_ES__RG__acme_service_lake_stone',);
}
// nl_NL__RG__acme_service_lake_stone
if ($pathinfo === '/nl/bird-stone') {
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'nl_NL__RG__acme_service_lake_stone', key($requiredSchemes));
}
return array ( '_controller' => 'Acme\\Bundle\\ServiceLakeBundle\\Controller\\Stone\\DefaultController::indexAction', '_locale' => 'nl_NL', '_route' => 'nl_NL__RG__acme_service_lake_stone',);
}
// de_CH__RG__acme_service_lake_stone
if ($pathinfo === '/ch/bird-stone') {
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'de_CH__RG__acme_service_lake_stone', key($requiredSchemes));
}
return array ( '_controller' => 'Acme\\Bundle\\ServiceLakeBundle\\Controller\\Stone\\DefaultController::indexAction', '_locale' => 'de_CH', '_route' => 'de_CH__RG__acme_service_lake_stone',);
}
if (0 === strpos($pathinfo, '/a')) {
// en_AU__RG__acme_service_lake_stone
if ($pathinfo === '/au/bird-stone') {
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'en_AU__RG__acme_service_lake_stone', key($requiredSchemes));
}
return array ( '_controller' => 'Acme\\Bundle\\ServiceLakeBundle\\Controller\\Stone\\DefaultController::indexAction', '_locale' => 'en_AU', '_route' => 'en_AU__RG__acme_service_lake_stone',);
}
// de_AT__RG__acme_service_lake_stone
if ($pathinfo === '/at/bird-stone') {
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'de_AT__RG__acme_service_lake_stone', key($requiredSchemes));
}
return array ( '_controller' => 'Acme\\Bundle\\ServiceLakeBundle\\Controller\\Stone\\DefaultController::indexAction', '_locale' => 'de_AT', '_route' => 'de_AT__RG__acme_service_lake_stone',);
}
}
// zu_ZZ__RG__acme_service_lake_stone
if ($pathinfo === '/zz/bird-stone') {
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'zu_ZZ__RG__acme_service_lake_stone', key($requiredSchemes));
}
return array ( '_controller' => 'Acme\\Bundle\\ServiceLakeBundle\\Controller\\Stone\\DefaultController::indexAction', '_locale' => 'zu_ZZ', '_route' => 'zu_ZZ__RG__acme_service_lake_stone',);
}
// de_DE__RG__acme_service_lake_stone_select_povider_by_machine
if (0 === strpos($pathinfo, '/de/bird-stone/select-lake/machine') && preg_match('#^/de/bird\\-stone/select\\-lake/machine(?:/(?P<machineId>[^/]++)(?:/(?P<yearOfProduction>[^/]++))?)?$#s', $pathinfo, $matches)) {
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'de_DE__RG__acme_service_lake_stone_select_povider_by_machine', key($requiredSchemes));
}
return $this->mergeDefaults(array_replace($matches, array('_route' => 'de_DE__RG__acme_service_lake_stone_select_povider_by_machine')), array ( 'machineId' => NULL, 'yearOfProduction' => NULL, '_controller' => 'Acme\\Bundle\\ServiceLakeBundle\\Controller\\Stone\\DefaultController::selectLakeByMachineAction', '_locale' => 'de_DE',));
}
if (0 === strpos($pathinfo, '/u')) {
// en_GB__RG__acme_service_lake_stone_select_povider_by_machine
if (0 === strpos($pathinfo, '/uk/bird-stone/select-lake/machine') && preg_match('#^/uk/bird\\-stone/select\\-lake/machine(?:/(?P<machineId>[^/]++)(?:/(?P<yearOfProduction>[^/]++))?)?$#s', $pathinfo, $matches)) {
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'en_GB__RG__acme_service_lake_stone_select_povider_by_machine', key($requiredSchemes));
}
return $this->mergeDefaults(array_replace($matches, array('_route' => 'en_GB__RG__acme_service_lake_stone_select_povider_by_machine')), array ( 'machineId' => NULL, 'yearOfProduction' => NULL, '_controller' => 'Acme\\Bundle\\ServiceLakeBundle\\Controller\\Stone\\DefaultController::selectLakeByMachineAction', '_locale' => 'en_GB',));
}
// en_US__RG__acme_service_lake_stone_select_povider_by_machine
if (0 === strpos($pathinfo, '/us/bird-stone/select-lake/machine') && preg_match('#^/us/bird\\-stone/select\\-lake/machine(?:/(?P<machineId>[^/]++)(?:/(?P<yearOfProduction>[^/]++))?)?$#s', $pathinfo, $matches)) {
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'en_US__RG__acme_service_lake_stone_select_povider_by_machine', key($requiredSchemes));
}
return $this->mergeDefaults(array_replace($matches, array('_route' => 'en_US__RG__acme_service_lake_stone_select_povider_by_machine')), array ( 'machineId' => NULL, 'yearOfProduction' => NULL, '_controller' => 'Acme\\Bundle\\ServiceLakeBundle\\Controller\\Stone\\DefaultController::selectLakeByMachineAction', '_locale' => 'en_US',));
}
}
// it_IT__RG__acme_service_lake_stone_select_povider_by_machine
if (0 === strpos($pathinfo, '/it/bird-stone/select-lake/machine') && preg_match('#^/it/bird\\-stone/select\\-lake/machine(?:/(?P<machineId>[^/]++)(?:/(?P<yearOfProduction>[^/]++))?)?$#s', $pathinfo, $matches)) {
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'it_IT__RG__acme_service_lake_stone_select_povider_by_machine', key($requiredSchemes));
}
return $this->mergeDefaults(array_replace($matches, array('_route' => 'it_IT__RG__acme_service_lake_stone_select_povider_by_machine')), array ( 'machineId' => NULL, 'yearOfProduction' => NULL, '_controller' => 'Acme\\Bundle\\ServiceLakeBundle\\Controller\\Stone\\DefaultController::selectLakeByMachineAction', '_locale' => 'it_IT',));
}
// fr_FR__RG__acme_service_lake_stone_select_povider_by_machine
if (0 === strpos($pathinfo, '/fr/bird-stone/select-lake/machine') && preg_match('#^/fr/bird\\-stone/select\\-lake/machine(?:/(?P<machineId>[^/]++)(?:/(?P<yearOfProduction>[^/]++))?)?$#s', $pathinfo, $matches)) {
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'fr_FR__RG__acme_service_lake_stone_select_povider_by_machine', key($requiredSchemes));
}
return $this->mergeDefaults(array_replace($matches, array('_route' => 'fr_FR__RG__acme_service_lake_stone_select_povider_by_machine')), array ( 'machineId' => NULL, 'yearOfProduction' => NULL, '_controller' => 'Acme\\Bundle\\ServiceLakeBundle\\Controller\\Stone\\DefaultController::selectLakeByMachineAction', '_locale' => 'fr_FR',));
}
// es_ES__RG__acme_service_lake_stone_select_povider_by_machine
if (0 === strpos($pathinfo, '/es/bird-stone/select-lake/machine') && preg_match('#^/es/bird\\-stone/select\\-lake/machine(?:/(?P<machineId>[^/]++)(?:/(?P<yearOfProduction>[^/]++))?)?$#s', $pathinfo, $matches)) {
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'es_ES__RG__acme_service_lake_stone_select_povider_by_machine', key($requiredSchemes));
}
return $this->mergeDefaults(array_replace($matches, array('_route' => 'es_ES__RG__acme_service_lake_stone_select_povider_by_machine')), array ( 'machineId' => NULL, 'yearOfProduction' => NULL, '_controller' => 'Acme\\Bundle\\ServiceLakeBundle\\Controller\\Stone\\DefaultController::selectLakeByMachineAction', '_locale' => 'es_ES',));
}
// nl_NL__RG__acme_service_lake_stone_select_povider_by_machine
if (0 === strpos($pathinfo, '/nl/bird-stone/select-lake/machine') && preg_match('#^/nl/bird\\-stone/select\\-lake/machine(?:/(?P<machineId>[^/]++)(?:/(?P<yearOfProduction>[^/]++))?)?$#s', $pathinfo, $matches)) {
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'nl_NL__RG__acme_service_lake_stone_select_povider_by_machine', key($requiredSchemes));
}
return $this->mergeDefaults(array_replace($matches, array('_route' => 'nl_NL__RG__acme_service_lake_stone_select_povider_by_machine')), array ( 'machineId' => NULL, 'yearOfProduction' => NULL, '_controller' => 'Acme\\Bundle\\ServiceLakeBundle\\Controller\\Stone\\DefaultController::selectLakeByMachineAction', '_locale' => 'nl_NL',));
}
// de_CH__RG__acme_service_lake_stone_select_povider_by_machine
if (0 === strpos($pathinfo, '/ch/bird-stone/select-lake/machine') && preg_match('#^/ch/bird\\-stone/select\\-lake/machine(?:/(?P<machineId>[^/]++)(?:/(?P<yearOfProduction>[^/]++))?)?$#s', $pathinfo, $matches)) {
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'de_CH__RG__acme_service_lake_stone_select_povider_by_machine', key($requiredSchemes));
}
return $this->mergeDefaults(array_replace($matches, array('_route' => 'de_CH__RG__acme_service_lake_stone_select_povider_by_machine')), array ( 'machineId' => NULL, 'yearOfProduction' => NULL, '_controller' => 'Acme\\Bundle\\ServiceLakeBundle\\Controller\\Stone\\DefaultController::selectLakeByMachineAction', '_locale' => 'de_CH',));
}
if (0 === strpos($pathinfo, '/a')) {
// en_AU__RG__acme_service_lake_stone_select_povider_by_machine
if (0 === strpos($pathinfo, '/au/bird-stone/select-lake/machine') && preg_match('#^/au/bird\\-stone/select\\-lake/machine(?:/(?P<machineId>[^/]++)(?:/(?P<yearOfProduction>[^/]++))?)?$#s', $pathinfo, $matches)) {
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'en_AU__RG__acme_service_lake_stone_select_povider_by_machine', key($requiredSchemes));
}
return $this->mergeDefaults(array_replace($matches, array('_route' => 'en_AU__RG__acme_service_lake_stone_select_povider_by_machine')), array ( 'machineId' => NULL, 'yearOfProduction' => NULL, '_controller' => 'Acme\\Bundle\\ServiceLakeBundle\\Controller\\Stone\\DefaultController::selectLakeByMachineAction', '_locale' => 'en_AU',));
}
// de_AT__RG__acme_service_lake_stone_select_povider_by_machine
if (0 === strpos($pathinfo, '/at/bird-stone/select-lake/machine') && preg_match('#^/at/bird\\-stone/select\\-lake/machine(?:/(?P<machineId>[^/]++)(?:/(?P<yearOfProduction>[^/]++))?)?$#s', $pathinfo, $matches)) {
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'de_AT__RG__acme_service_lake_stone_select_povider_by_machine', key($requiredSchemes));
}
return $this->mergeDefaults(array_replace($matches, array('_route' => 'de_AT__RG__acme_service_lake_stone_select_povider_by_machine')), array ( 'machineId' => NULL, 'yearOfProduction' => NULL, '_controller' => 'Acme\\Bundle\\ServiceLakeBundle\\Controller\\Stone\\DefaultController::selectLakeByMachineAction', '_locale' => 'de_AT',));
}
}
// zu_ZZ__RG__acme_service_lake_stone_select_povider_by_machine
if (0 === strpos($pathinfo, '/zz/bird-stone/select-lake/machine') && preg_match('#^/zz/bird\\-stone/select\\-lake/machine(?:/(?P<machineId>[^/]++)(?:/(?P<yearOfProduction>[^/]++))?)?$#s', $pathinfo, $matches)) {
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'zu_ZZ__RG__acme_service_lake_stone_select_povider_by_machine', key($requiredSchemes));
}
return $this->mergeDefaults(array_replace($matches, array('_route' => 'zu_ZZ__RG__acme_service_lake_stone_select_povider_by_machine')), array ( 'machineId' => NULL, 'yearOfProduction' => NULL, '_controller' => 'Acme\\Bundle\\ServiceLakeBundle\\Controller\\Stone\\DefaultController::selectLakeByMachineAction', '_locale' => 'zu_ZZ',));
}
// de_DE__RG__acme_service_lake_stone_select_povider_by_machine_ad
if (0 === strpos($pathinfo, '/de/bird-stone/select-lake/machine-ad') && preg_match('#^/de/bird\\-stone/select\\-lake/machine\\-ad(?:/(?P<machineAdId>[^/]++))?$#s', $pathinfo, $matches)) {
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'de_DE__RG__acme_service_lake_stone_select_povider_by_machine_ad', key($requiredSchemes));
}
return $this->mergeDefaults(array_replace($matches, array('_route' => 'de_DE__RG__acme_service_lake_stone_select_povider_by_machine_ad')), array ( 'machineAdId' => NULL, '_controller' => 'Acme\\Bundle\\ServiceLakeBundle\\Controller\\Stone\\DefaultController::selectLakeByMachineAdAction', '_locale' => 'de_DE',));
}
if (0 === strpos($pathinfo, '/u')) {
// en_GB__RG__acme_service_lake_stone_select_povider_by_machine_ad
if (0 === strpos($pathinfo, '/uk/bird-stone/select-lake/machine-ad') && preg_match('#^/uk/bird\\-stone/select\\-lake/machine\\-ad(?:/(?P<machineAdId>[^/]++))?$#s', $pathinfo, $matches)) {
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'en_GB__RG__acme_service_lake_stone_select_povider_by_machine_ad', key($requiredSchemes));
}
return $this->mergeDefaults(array_replace($matches, array('_route' => 'en_GB__RG__acme_service_lake_stone_select_povider_by_machine_ad')), array ( 'machineAdId' => NULL, '_controller' => 'Acme\\Bundle\\ServiceLakeBundle\\Controller\\Stone\\DefaultController::selectLakeByMachineAdAction', '_locale' => 'en_GB',));
}
// en_US__RG__acme_service_lake_stone_select_povider_by_machine_ad
if (0 === strpos($pathinfo, '/us/bird-stone/select-lake/machine-ad') && preg_match('#^/us/bird\\-stone/select\\-lake/machine\\-ad(?:/(?P<machineAdId>[^/]++))?$#s', $pathinfo, $matches)) {
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'en_US__RG__acme_service_lake_stone_select_povider_by_machine_ad', key($requiredSchemes));
}
return $this->mergeDefaults(array_replace($matches, array('_route' => 'en_US__RG__acme_service_lake_stone_select_povider_by_machine_ad')), array ( 'machineAdId' => NULL, '_controller' => 'Acme\\Bundle\\ServiceLakeBundle\\Controller\\Stone\\DefaultController::selectLakeByMachineAdAction', '_locale' => 'en_US',));
}
}
// it_IT__RG__acme_service_lake_stone_select_povider_by_machine_ad
if (0 === strpos($pathinfo, '/it/bird-stone/select-lake/machine-ad') && preg_match('#^/it/bird\\-stone/select\\-lake/machine\\-ad(?:/(?P<machineAdId>[^/]++))?$#s', $pathinfo, $matches)) {
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'it_IT__RG__acme_service_lake_stone_select_povider_by_machine_ad', key($requiredSchemes));
}
return $this->mergeDefaults(array_replace($matches, array('_route' => 'it_IT__RG__acme_service_lake_stone_select_povider_by_machine_ad')), array ( 'machineAdId' => NULL, '_controller' => 'Acme\\Bundle\\ServiceLakeBundle\\Controller\\Stone\\DefaultController::selectLakeByMachineAdAction', '_locale' => 'it_IT',));
}
// fr_FR__RG__acme_service_lake_stone_select_povider_by_machine_ad
if (0 === strpos($pathinfo, '/fr/bird-stone/select-lake/machine-ad') && preg_match('#^/fr/bird\\-stone/select\\-lake/machine\\-ad(?:/(?P<machineAdId>[^/]++))?$#s', $pathinfo, $matches)) {
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'fr_FR__RG__acme_service_lake_stone_select_povider_by_machine_ad', key($requiredSchemes));
}
return $this->mergeDefaults(array_replace($matches, array('_route' => 'fr_FR__RG__acme_service_lake_stone_select_povider_by_machine_ad')), array ( 'machineAdId' => NULL, '_controller' => 'Acme\\Bundle\\ServiceLakeBundle\\Controller\\Stone\\DefaultController::selectLakeByMachineAdAction', '_locale' => 'fr_FR',));
}
// es_ES__RG__acme_service_lake_stone_select_povider_by_machine_ad
if (0 === strpos($pathinfo, '/es/bird-stone/select-lake/machine-ad') && preg_match('#^/es/bird\\-stone/select\\-lake/machine\\-ad(?:/(?P<machineAdId>[^/]++))?$#s', $pathinfo, $matches)) {
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'es_ES__RG__acme_service_lake_stone_select_povider_by_machine_ad', key($requiredSchemes));
}
return $this->mergeDefaults(array_replace($matches, array('_route' => 'es_ES__RG__acme_service_lake_stone_select_povider_by_machine_ad')), array ( 'machineAdId' => NULL, '_controller' => 'Acme\\Bundle\\ServiceLakeBundle\\Controller\\Stone\\DefaultController::selectLakeByMachineAdAction', '_locale' => 'es_ES',));
}
// nl_NL__RG__acme_service_lake_stone_select_povider_by_machine_ad
if (0 === strpos($pathinfo, '/nl/bird-stone/select-lake/machine-ad') && preg_match('#^/nl/bird\\-stone/select\\-lake/machine\\-ad(?:/(?P<machineAdId>[^/]++))?$#s', $pathinfo, $matches)) {
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'nl_NL__RG__acme_service_lake_stone_select_povider_by_machine_ad', key($requiredSchemes));
}
return $this->mergeDefaults(array_replace($matches, array('_route' => 'nl_NL__RG__acme_service_lake_stone_select_povider_by_machine_ad')), array ( 'machineAdId' => NULL, '_controller' => 'Acme\\Bundle\\ServiceLakeBundle\\Controller\\Stone\\DefaultController::selectLakeByMachineAdAction', '_locale' => 'nl_NL',));
}
// de_CH__RG__acme_service_lake_stone_select_povider_by_machine_ad
if (0 === strpos($pathinfo, '/ch/bird-stone/select-lake/machine-ad') && preg_match('#^/ch/bird\\-stone/select\\-lake/machine\\-ad(?:/(?P<machineAdId>[^/]++))?$#s', $pathinfo, $matches)) {
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'de_CH__RG__acme_service_lake_stone_select_povider_by_machine_ad', key($requiredSchemes));
}
return $this->mergeDefaults(array_replace($matches, array('_route' => 'de_CH__RG__acme_service_lake_stone_select_povider_by_machine_ad')), array ( 'machineAdId' => NULL, '_controller' => 'Acme\\Bundle\\ServiceLakeBundle\\Controller\\Stone\\DefaultController::selectLakeByMachineAdAction', '_locale' => 'de_CH',));
}
if (0 === strpos($pathinfo, '/a')) {
// en_AU__RG__acme_service_lake_stone_select_povider_by_machine_ad
if (0 === strpos($pathinfo, '/au/bird-stone/select-lake/machine-ad') && preg_match('#^/au/bird\\-stone/select\\-lake/machine\\-ad(?:/(?P<machineAdId>[^/]++))?$#s', $pathinfo, $matches)) {
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'en_AU__RG__acme_service_lake_stone_select_povider_by_machine_ad', key($requiredSchemes));
}
return $this->mergeDefaults(array_replace($matches, array('_route' => 'en_AU__RG__acme_service_lake_stone_select_povider_by_machine_ad')), array ( 'machineAdId' => NULL, '_controller' => 'Acme\\Bundle\\ServiceLakeBundle\\Controller\\Stone\\DefaultController::selectLakeByMachineAdAction', '_locale' => 'en_AU',));
}
// de_AT__RG__acme_service_lake_stone_select_povider_by_machine_ad
if (0 === strpos($pathinfo, '/at/bird-stone/select-lake/machine-ad') && preg_match('#^/at/bird\\-stone/select\\-lake/machine\\-ad(?:/(?P<machineAdId>[^/]++))?$#s', $pathinfo, $matches)) {
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'de_AT__RG__acme_service_lake_stone_select_povider_by_machine_ad', key($requiredSchemes));
}
return $this->mergeDefaults(array_replace($matches, array('_route' => 'de_AT__RG__acme_service_lake_stone_select_povider_by_machine_ad')), array ( 'machineAdId' => NULL, '_controller' => 'Acme\\Bundle\\ServiceLakeBundle\\Controller\\Stone\\DefaultController::selectLakeByMachineAdAction', '_locale' => 'de_AT',));
}
}
// zu_ZZ__RG__acme_service_lake_stone_select_povider_by_machine_ad
if (0 === strpos($pathinfo, '/zz/bird-stone/select-lake/machine-ad') && preg_match('#^/zz/bird\\-stone/select\\-lake/machine\\-ad(?:/(?P<machineAdId>[^/]++))?$#s', $pathinfo, $matches)) {
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'zu_ZZ__RG__acme_service_lake_stone_select_povider_by_machine_ad', key($requiredSchemes));
}
return $this->mergeDefaults(array_replace($matches, array('_route' => 'zu_ZZ__RG__acme_service_lake_stone_select_povider_by_machine_ad')), array ( 'machineAdId' => NULL, '_controller' => 'Acme\\Bundle\\ServiceLakeBundle\\Controller\\Stone\\DefaultController::selectLakeByMachineAdAction', '_locale' => 'zu_ZZ',));
}
// de_DE__RG__acme_service_lake_stone_river_start_by_machine
if (0 === strpos($pathinfo, '/de/bird-stone/river/machine') && preg_match('#^/de/bird\\-stone/river/machine(?:/(?P<machineId>[^/]++)(?:/(?P<yearOfProduction>[^/]++))?)?$#s', $pathinfo, $matches)) {
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'de_DE__RG__acme_service_lake_stone_river_start_by_machine', key($requiredSchemes));
}
return $this->mergeDefaults(array_replace($matches, array('_route' => 'de_DE__RG__acme_service_lake_stone_river_start_by_machine')), array ( 'machineId' => NULL, 'yearOfProduction' => NULL, '_controller' => 'Acme\\Bundle\\ServiceLakeBundle\\Controller\\Stone\\RiverController::startByMachineAction', '_locale' => 'de_DE',));
}
if (0 === strpos($pathinfo, '/u')) {
// en_GB__RG__acme_service_lake_stone_river_start_by_machine
if (0 === strpos($pathinfo, '/uk/bird-stone/river/machine') && preg_match('#^/uk/bird\\-stone/river/machine(?:/(?P<machineId>[^/]++)(?:/(?P<yearOfProduction>[^/]++))?)?$#s', $pathinfo, $matches)) {
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'en_GB__RG__acme_service_lake_stone_river_start_by_machine', key($requiredSchemes));
}
return $this->mergeDefaults(array_replace($matches, array('_route' => 'en_GB__RG__acme_service_lake_stone_river_start_by_machine')), array ( 'machineId' => NULL, 'yearOfProduction' => NULL, '_controller' => 'Acme\\Bundle\\ServiceLakeBundle\\Controller\\Stone\\RiverController::startByMachineAction', '_locale' => 'en_GB',));
}
// en_US__RG__acme_service_lake_stone_river_start_by_machine
if (0 === strpos($pathinfo, '/us/bird-stone/river/machine') && preg_match('#^/us/bird\\-stone/river/machine(?:/(?P<machineId>[^/]++)(?:/(?P<yearOfProduction>[^/]++))?)?$#s', $pathinfo, $matches)) {
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'en_US__RG__acme_service_lake_stone_river_start_by_machine', key($requiredSchemes));
}
return $this->mergeDefaults(array_replace($matches, array('_route' => 'en_US__RG__acme_service_lake_stone_river_start_by_machine')), array ( 'machineId' => NULL, 'yearOfProduction' => NULL, '_controller' => 'Acme\\Bundle\\ServiceLakeBundle\\Controller\\Stone\\RiverController::startByMachineAction', '_locale' => 'en_US',));
}
}
// it_IT__RG__acme_service_lake_stone_river_start_by_machine
if (0 === strpos($pathinfo, '/it/bird-stone/river/machine') && preg_match('#^/it/bird\\-stone/river/machine(?:/(?P<machineId>[^/]++)(?:/(?P<yearOfProduction>[^/]++))?)?$#s', $pathinfo, $matches)) {
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'it_IT__RG__acme_service_lake_stone_river_start_by_machine', key($requiredSchemes));
}
return $this->mergeDefaults(array_replace($matches, array('_route' => 'it_IT__RG__acme_service_lake_stone_river_start_by_machine')), array ( 'machineId' => NULL, 'yearOfProduction' => NULL, '_controller' => 'Acme\\Bundle\\ServiceLakeBundle\\Controller\\Stone\\RiverController::startByMachineAction', '_locale' => 'it_IT',));
}
// fr_FR__RG__acme_service_lake_stone_river_start_by_machine
if (0 === strpos($pathinfo, '/fr/bird-stone/river/machine') && preg_match('#^/fr/bird\\-stone/river/machine(?:/(?P<machineId>[^/]++)(?:/(?P<yearOfProduction>[^/]++))?)?$#s', $pathinfo, $matches)) {
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'fr_FR__RG__acme_service_lake_stone_river_start_by_machine', key($requiredSchemes));
}
return $this->mergeDefaults(array_replace($matches, array('_route' => 'fr_FR__RG__acme_service_lake_stone_river_start_by_machine')), array ( 'machineId' => NULL, 'yearOfProduction' => NULL, '_controller' => 'Acme\\Bundle\\ServiceLakeBundle\\Controller\\Stone\\RiverController::startByMachineAction', '_locale' => 'fr_FR',));
}
// es_ES__RG__acme_service_lake_stone_river_start_by_machine
if (0 === strpos($pathinfo, '/es/bird-stone/river/machine') && preg_match('#^/es/bird\\-stone/river/machine(?:/(?P<machineId>[^/]++)(?:/(?P<yearOfProduction>[^/]++))?)?$#s', $pathinfo, $matches)) {
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'es_ES__RG__acme_service_lake_stone_river_start_by_machine', key($requiredSchemes));
}
return $this->mergeDefaults(array_replace($matches, array('_route' => 'es_ES__RG__acme_service_lake_stone_river_start_by_machine')), array ( 'machineId' => NULL, 'yearOfProduction' => NULL, '_controller' => 'Acme\\Bundle\\ServiceLakeBundle\\Controller\\Stone\\RiverController::startByMachineAction', '_locale' => 'es_ES',));
}
// nl_NL__RG__acme_service_lake_stone_river_start_by_machine
if (0 === strpos($pathinfo, '/nl/bird-stone/river/machine') && preg_match('#^/nl/bird\\-stone/river/machine(?:/(?P<machineId>[^/]++)(?:/(?P<yearOfProduction>[^/]++))?)?$#s', $pathinfo, $matches)) {
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'nl_NL__RG__acme_service_lake_stone_river_start_by_machine', key($requiredSchemes));
}
return $this->mergeDefaults(array_replace($matches, array('_route' => 'nl_NL__RG__acme_service_lake_stone_river_start_by_machine')), array ( 'machineId' => NULL, 'yearOfProduction' => NULL, '_controller' => 'Acme\\Bundle\\ServiceLakeBundle\\Controller\\Stone\\RiverController::startByMachineAction', '_locale' => 'nl_NL',));
}
// de_CH__RG__acme_service_lake_stone_river_start_by_machine
if (0 === strpos($pathinfo, '/ch/bird-stone/river/machine') && preg_match('#^/ch/bird\\-stone/river/machine(?:/(?P<machineId>[^/]++)(?:/(?P<yearOfProduction>[^/]++))?)?$#s', $pathinfo, $matches)) {
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'de_CH__RG__acme_service_lake_stone_river_start_by_machine', key($requiredSchemes));
}
return $this->mergeDefaults(array_replace($matches, array('_route' => 'de_CH__RG__acme_service_lake_stone_river_start_by_machine')), array ( 'machineId' => NULL, 'yearOfProduction' => NULL, '_controller' => 'Acme\\Bundle\\ServiceLakeBundle\\Controller\\Stone\\RiverController::startByMachineAction', '_locale' => 'de_CH',));
}
if (0 === strpos($pathinfo, '/a')) {
// en_AU__RG__acme_service_lake_stone_river_start_by_machine
if (0 === strpos($pathinfo, '/au/bird-stone/river/machine') && preg_match('#^/au/bird\\-stone/river/machine(?:/(?P<machineId>[^/]++)(?:/(?P<yearOfProduction>[^/]++))?)?$#s', $pathinfo, $matches)) {
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'en_AU__RG__acme_service_lake_stone_river_start_by_machine', key($requiredSchemes));
}
return $this->mergeDefaults(array_replace($matches, array('_route' => 'en_AU__RG__acme_service_lake_stone_river_start_by_machine')), array ( 'machineId' => NULL, 'yearOfProduction' => NULL, '_controller' => 'Acme\\Bundle\\ServiceLakeBundle\\Controller\\Stone\\RiverController::startByMachineAction', '_locale' => 'en_AU',));
}
// de_AT__RG__acme_service_lake_stone_river_start_by_machine
if (0 === strpos($pathinfo, '/at/bird-stone/river/machine') && preg_match('#^/at/bird\\-stone/river/machine(?:/(?P<machineId>[^/]++)(?:/(?P<yearOfProduction>[^/]++))?)?$#s', $pathinfo, $matches)) {
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'de_AT__RG__acme_service_lake_stone_river_start_by_machine', key($requiredSchemes));
}
return $this->mergeDefaults(array_replace($matches, array('_route' => 'de_AT__RG__acme_service_lake_stone_river_start_by_machine')), array ( 'machineId' => NULL, 'yearOfProduction' => NULL, '_controller' => 'Acme\\Bundle\\ServiceLakeBundle\\Controller\\Stone\\RiverController::startByMachineAction', '_locale' => 'de_AT',));
}
}
// zu_ZZ__RG__acme_service_lake_stone_river_start_by_machine
if (0 === strpos($pathinfo, '/zz/bird-stone/river/machine') && preg_match('#^/zz/bird\\-stone/river/machine(?:/(?P<machineId>[^/]++)(?:/(?P<yearOfProduction>[^/]++))?)?$#s', $pathinfo, $matches)) {
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'zu_ZZ__RG__acme_service_lake_stone_river_start_by_machine', key($requiredSchemes));
}
return $this->mergeDefaults(array_replace($matches, array('_route' => 'zu_ZZ__RG__acme_service_lake_stone_river_start_by_machine')), array ( 'machineId' => NULL, 'yearOfProduction' => NULL, '_controller' => 'Acme\\Bundle\\ServiceLakeBundle\\Controller\\Stone\\RiverController::startByMachineAction', '_locale' => 'zu_ZZ',));
}
// de_DE__RG__acme_service_lake_stone_river_start_by_machine_ad
if (0 === strpos($pathinfo, '/de/bird-stone/river/machine-ad') && preg_match('#^/de/bird\\-stone/river/machine\\-ad(?:/(?P<machineAdId>[^/]++))?$#s', $pathinfo, $matches)) {
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'de_DE__RG__acme_service_lake_stone_river_start_by_machine_ad', key($requiredSchemes));
}
return $this->mergeDefaults(array_replace($matches, array('_route' => 'de_DE__RG__acme_service_lake_stone_river_start_by_machine_ad')), array ( 'machineAdId' => NULL, '_controller' => 'Acme\\Bundle\\ServiceLakeBundle\\Controller\\Stone\\RiverController::startByMachineAdAction', '_locale' => 'de_DE',));
}
if (0 === strpos($pathinfo, '/u')) {
// en_GB__RG__acme_service_lake_stone_river_start_by_machine_ad
if (0 === strpos($pathinfo, '/uk/bird-stone/river/machine-ad') && preg_match('#^/uk/bird\\-stone/river/machine\\-ad(?:/(?P<machineAdId>[^/]++))?$#s', $pathinfo, $matches)) {
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'en_GB__RG__acme_service_lake_stone_river_start_by_machine_ad', key($requiredSchemes));
}
return $this->mergeDefaults(array_replace($matches, array('_route' => 'en_GB__RG__acme_service_lake_stone_river_start_by_machine_ad')), array ( 'machineAdId' => NULL, '_controller' => 'Acme\\Bundle\\ServiceLakeBundle\\Controller\\Stone\\RiverController::startByMachineAdAction', '_locale' => 'en_GB',));
}
// en_US__RG__acme_service_lake_stone_river_start_by_machine_ad
if (0 === strpos($pathinfo, '/us/bird-stone/river/machine-ad') && preg_match('#^/us/bird\\-stone/river/machine\\-ad(?:/(?P<machineAdId>[^/]++))?$#s', $pathinfo, $matches)) {
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'en_US__RG__acme_service_lake_stone_river_start_by_machine_ad', key($requiredSchemes));
}
return $this->mergeDefaults(array_replace($matches, array('_route' => 'en_US__RG__acme_service_lake_stone_river_start_by_machine_ad')), array ( 'machineAdId' => NULL, '_controller' => 'Acme\\Bundle\\ServiceLakeBundle\\Controller\\Stone\\RiverController::startByMachineAdAction', '_locale' => 'en_US',));
}
}
// it_IT__RG__acme_service_lake_stone_river_start_by_machine_ad
if (0 === strpos($pathinfo, '/it/bird-stone/river/machine-ad') && preg_match('#^/it/bird\\-stone/river/machine\\-ad(?:/(?P<machineAdId>[^/]++))?$#s', $pathinfo, $matches)) {
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'it_IT__RG__acme_service_lake_stone_river_start_by_machine_ad', key($requiredSchemes));
}
return $this->mergeDefaults(array_replace($matches, array('_route' => 'it_IT__RG__acme_service_lake_stone_river_start_by_machine_ad')), array ( 'machineAdId' => NULL, '_controller' => 'Acme\\Bundle\\ServiceLakeBundle\\Controller\\Stone\\RiverController::startByMachineAdAction', '_locale' => 'it_IT',));
}
// fr_FR__RG__acme_service_lake_stone_river_start_by_machine_ad
if (0 === strpos($pathinfo, '/fr/bird-stone/river/machine-ad') && preg_match('#^/fr/bird\\-stone/river/machine\\-ad(?:/(?P<machineAdId>[^/]++))?$#s', $pathinfo, $matches)) {
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'fr_FR__RG__acme_service_lake_stone_river_start_by_machine_ad', key($requiredSchemes));
}
return $this->mergeDefaults(array_replace($matches, array('_route' => 'fr_FR__RG__acme_service_lake_stone_river_start_by_machine_ad')), array ( 'machineAdId' => NULL, '_controller' => 'Acme\\Bundle\\ServiceLakeBundle\\Controller\\Stone\\RiverController::startByMachineAdAction', '_locale' => 'fr_FR',));
}
// es_ES__RG__acme_service_lake_stone_river_start_by_machine_ad
if (0 === strpos($pathinfo, '/es/bird-stone/river/machine-ad') && preg_match('#^/es/bird\\-stone/river/machine\\-ad(?:/(?P<machineAdId>[^/]++))?$#s', $pathinfo, $matches)) {
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'es_ES__RG__acme_service_lake_stone_river_start_by_machine_ad', key($requiredSchemes));
}
return $this->mergeDefaults(array_replace($matches, array('_route' => 'es_ES__RG__acme_service_lake_stone_river_start_by_machine_ad')), array ( 'machineAdId' => NULL, '_controller' => 'Acme\\Bundle\\ServiceLakeBundle\\Controller\\Stone\\RiverController::startByMachineAdAction', '_locale' => 'es_ES',));
}
// nl_NL__RG__acme_service_lake_stone_river_start_by_machine_ad
if (0 === strpos($pathinfo, '/nl/bird-stone/river/machine-ad') && preg_match('#^/nl/bird\\-stone/river/machine\\-ad(?:/(?P<machineAdId>[^/]++))?$#s', $pathinfo, $matches)) {
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'nl_NL__RG__acme_service_lake_stone_river_start_by_machine_ad', key($requiredSchemes));
}
return $this->mergeDefaults(array_replace($matches, array('_route' => 'nl_NL__RG__acme_service_lake_stone_river_start_by_machine_ad')), array ( 'machineAdId' => NULL, '_controller' => 'Acme\\Bundle\\ServiceLakeBundle\\Controller\\Stone\\RiverController::startByMachineAdAction', '_locale' => 'nl_NL',));
}
// de_CH__RG__acme_service_lake_stone_river_start_by_machine_ad
if (0 === strpos($pathinfo, '/ch/bird-stone/river/machine-ad') && preg_match('#^/ch/bird\\-stone/river/machine\\-ad(?:/(?P<machineAdId>[^/]++))?$#s', $pathinfo, $matches)) {
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'de_CH__RG__acme_service_lake_stone_river_start_by_machine_ad', key($requiredSchemes));
}
return $this->mergeDefaults(array_replace($matches, array('_route' => 'de_CH__RG__acme_service_lake_stone_river_start_by_machine_ad')), array ( 'machineAdId' => NULL, '_controller' => 'Acme\\Bundle\\ServiceLakeBundle\\Controller\\Stone\\RiverController::startByMachineAdAction', '_locale' => 'de_CH',));
}
if (0 === strpos($pathinfo, '/a')) {
// en_AU__RG__acme_service_lake_stone_river_start_by_machine_ad
if (0 === strpos($pathinfo, '/au/bird-stone/river/machine-ad') && preg_match('#^/au/bird\\-stone/river/machine\\-ad(?:/(?P<machineAdId>[^/]++))?$#s', $pathinfo, $matches)) {
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'en_AU__RG__acme_service_lake_stone_river_start_by_machine_ad', key($requiredSchemes));
}
return $this->mergeDefaults(array_replace($matches, array('_route' => 'en_AU__RG__acme_service_lake_stone_river_start_by_machine_ad')), array ( 'machineAdId' => NULL, '_controller' => 'Acme\\Bundle\\ServiceLakeBundle\\Controller\\Stone\\RiverController::startByMachineAdAction', '_locale' => 'en_AU',));
}
// de_AT__RG__acme_service_lake_stone_river_start_by_machine_ad
if (0 === strpos($pathinfo, '/at/bird-stone/river/machine-ad') && preg_match('#^/at/bird\\-stone/river/machine\\-ad(?:/(?P<machineAdId>[^/]++))?$#s', $pathinfo, $matches)) {
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'de_AT__RG__acme_service_lake_stone_river_start_by_machine_ad', key($requiredSchemes));
}
return $this->mergeDefaults(array_replace($matches, array('_route' => 'de_AT__RG__acme_service_lake_stone_river_start_by_machine_ad')), array ( 'machineAdId' => NULL, '_controller' => 'Acme\\Bundle\\ServiceLakeBundle\\Controller\\Stone\\RiverController::startByMachineAdAction', '_locale' => 'de_AT',));
}
}
// zu_ZZ__RG__acme_service_lake_stone_river_start_by_machine_ad
if (0 === strpos($pathinfo, '/zz/bird-stone/river/machine-ad') && preg_match('#^/zz/bird\\-stone/river/machine\\-ad(?:/(?P<machineAdId>[^/]++))?$#s', $pathinfo, $matches)) {
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'zu_ZZ__RG__acme_service_lake_stone_river_start_by_machine_ad', key($requiredSchemes));
}
return $this->mergeDefaults(array_replace($matches, array('_route' => 'zu_ZZ__RG__acme_service_lake_stone_river_start_by_machine_ad')), array ( 'machineAdId' => NULL, '_controller' => 'Acme\\Bundle\\ServiceLakeBundle\\Controller\\Stone\\RiverController::startByMachineAdAction', '_locale' => 'zu_ZZ',));
}
// de_DE__RG__acme_service_lake_stone_river_step_one
if ($pathinfo === '/de/bird-stone/river/step-1') {
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'de_DE__RG__acme_service_lake_stone_river_step_one', key($requiredSchemes));
}
return array ( '_controller' => 'Acme\\Bundle\\ServiceLakeBundle\\Controller\\Stone\\RiverController::stepOneAction', '_locale' => 'de_DE', '_route' => 'de_DE__RG__acme_service_lake_stone_river_step_one',);
}
if (0 === strpos($pathinfo, '/u')) {
// en_GB__RG__acme_service_lake_stone_river_step_one
if ($pathinfo === '/uk/bird-stone/river/step-1') {
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'en_GB__RG__acme_service_lake_stone_river_step_one', key($requiredSchemes));
}
return array ( '_controller' => 'Acme\\Bundle\\ServiceLakeBundle\\Controller\\Stone\\RiverController::stepOneAction', '_locale' => 'en_GB', '_route' => 'en_GB__RG__acme_service_lake_stone_river_step_one',);
}
// en_US__RG__acme_service_lake_stone_river_step_one
if ($pathinfo === '/us/bird-stone/river/step-1') {
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'en_US__RG__acme_service_lake_stone_river_step_one', key($requiredSchemes));
}
return array ( '_controller' => 'Acme\\Bundle\\ServiceLakeBundle\\Controller\\Stone\\RiverController::stepOneAction', '_locale' => 'en_US', '_route' => 'en_US__RG__acme_service_lake_stone_river_step_one',);
}
}
// it_IT__RG__acme_service_lake_stone_river_step_one
if ($pathinfo === '/it/bird-stone/river/step-1') {
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'it_IT__RG__acme_service_lake_stone_river_step_one', key($requiredSchemes));
}
return array ( '_controller' => 'Acme\\Bundle\\ServiceLakeBundle\\Controller\\Stone\\RiverController::stepOneAction', '_locale' => 'it_IT', '_route' => 'it_IT__RG__acme_service_lake_stone_river_step_one',);
}
// fr_FR__RG__acme_service_lake_stone_river_step_one
if ($pathinfo === '/fr/bird-stone/river/step-1') {
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'fr_FR__RG__acme_service_lake_stone_river_step_one', key($requiredSchemes));
}
return array ( '_controller' => 'Acme\\Bundle\\ServiceLakeBundle\\Controller\\Stone\\RiverController::stepOneAction', '_locale' => 'fr_FR', '_route' => 'fr_FR__RG__acme_service_lake_stone_river_step_one',);
}
// es_ES__RG__acme_service_lake_stone_river_step_one
if ($pathinfo === '/es/bird-stone/river/step-1') {
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'es_ES__RG__acme_service_lake_stone_river_step_one', key($requiredSchemes));
}
return array ( '_controller' => 'Acme\\Bundle\\ServiceLakeBundle\\Controller\\Stone\\RiverController::stepOneAction', '_locale' => 'es_ES', '_route' => 'es_ES__RG__acme_service_lake_stone_river_step_one',);
}
// nl_NL__RG__acme_service_lake_stone_river_step_one
if ($pathinfo === '/nl/bird-stone/river/step-1') {
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'nl_NL__RG__acme_service_lake_stone_river_step_one', key($requiredSchemes));
}
return array ( '_controller' => 'Acme\\Bundle\\ServiceLakeBundle\\Controller\\Stone\\RiverController::stepOneAction', '_locale' => 'nl_NL', '_route' => 'nl_NL__RG__acme_service_lake_stone_river_step_one',);
}
// de_CH__RG__acme_service_lake_stone_river_step_one
if ($pathinfo === '/ch/bird-stone/river/step-1') {
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'de_CH__RG__acme_service_lake_stone_river_step_one', key($requiredSchemes));
}
return array ( '_controller' => 'Acme\\Bundle\\ServiceLakeBundle\\Controller\\Stone\\RiverController::stepOneAction', '_locale' => 'de_CH', '_route' => 'de_CH__RG__acme_service_lake_stone_river_step_one',);
}
if (0 === strpos($pathinfo, '/a')) {
// en_AU__RG__acme_service_lake_stone_river_step_one
if ($pathinfo === '/au/bird-stone/river/step-1') {
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'en_AU__RG__acme_service_lake_stone_river_step_one', key($requiredSchemes));
}
return array ( '_controller' => 'Acme\\Bundle\\ServiceLakeBundle\\Controller\\Stone\\RiverController::stepOneAction', '_locale' => 'en_AU', '_route' => 'en_AU__RG__acme_service_lake_stone_river_step_one',);
}
// de_AT__RG__acme_service_lake_stone_river_step_one
if ($pathinfo === '/at/bird-stone/river/step-1') {
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'de_AT__RG__acme_service_lake_stone_river_step_one', key($requiredSchemes));
}
return array ( '_controller' => 'Acme\\Bundle\\ServiceLakeBundle\\Controller\\Stone\\RiverController::stepOneAction', '_locale' => 'de_AT', '_route' => 'de_AT__RG__acme_service_lake_stone_river_step_one',);
}
}
// zu_ZZ__RG__acme_service_lake_stone_river_step_one
if ($pathinfo === '/zz/bird-stone/river/step-1') {
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'zu_ZZ__RG__acme_service_lake_stone_river_step_one', key($requiredSchemes));
}
return array ( '_controller' => 'Acme\\Bundle\\ServiceLakeBundle\\Controller\\Stone\\RiverController::stepOneAction', '_locale' => 'zu_ZZ', '_route' => 'zu_ZZ__RG__acme_service_lake_stone_river_step_one',);
}
// de_DE__RG__acme_service_lake_stone_river_step_two
if ($pathinfo === '/de/bird-stone/river/step-2') {
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'de_DE__RG__acme_service_lake_stone_river_step_two', key($requiredSchemes));
}
return array ( '_controller' => 'Acme\\Bundle\\ServiceLakeBundle\\Controller\\Stone\\RiverController::stepTwoAction', '_locale' => 'de_DE', '_route' => 'de_DE__RG__acme_service_lake_stone_river_step_two',);
}
if (0 === strpos($pathinfo, '/u')) {
// en_GB__RG__acme_service_lake_stone_river_step_two
if ($pathinfo === '/uk/bird-stone/river/step-2') {
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'en_GB__RG__acme_service_lake_stone_river_step_two', key($requiredSchemes));
}
return array ( '_controller' => 'Acme\\Bundle\\ServiceLakeBundle\\Controller\\Stone\\RiverController::stepTwoAction', '_locale' => 'en_GB', '_route' => 'en_GB__RG__acme_service_lake_stone_river_step_two',);
}
// en_US__RG__acme_service_lake_stone_river_step_two
if ($pathinfo === '/us/bird-stone/river/step-2') {
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'en_US__RG__acme_service_lake_stone_river_step_two', key($requiredSchemes));
}
return array ( '_controller' => 'Acme\\Bundle\\ServiceLakeBundle\\Controller\\Stone\\RiverController::stepTwoAction', '_locale' => 'en_US', '_route' => 'en_US__RG__acme_service_lake_stone_river_step_two',);
}
}
// it_IT__RG__acme_service_lake_stone_river_step_two
if ($pathinfo === '/it/bird-stone/river/step-2') {
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'it_IT__RG__acme_service_lake_stone_river_step_two', key($requiredSchemes));
}
return array ( '_controller' => 'Acme\\Bundle\\ServiceLakeBundle\\Controller\\Stone\\RiverController::stepTwoAction', '_locale' => 'it_IT', '_route' => 'it_IT__RG__acme_service_lake_stone_river_step_two',);
}
// fr_FR__RG__acme_service_lake_stone_river_step_two
if ($pathinfo === '/fr/bird-stone/river/step-2') {
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'fr_FR__RG__acme_service_lake_stone_river_step_two', key($requiredSchemes));
}
return array ( '_controller' => 'Acme\\Bundle\\ServiceLakeBundle\\Controller\\Stone\\RiverController::stepTwoAction', '_locale' => 'fr_FR', '_route' => 'fr_FR__RG__acme_service_lake_stone_river_step_two',);
}
// es_ES__RG__acme_service_lake_stone_river_step_two
if ($pathinfo === '/es/bird-stone/river/step-2') {
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'es_ES__RG__acme_service_lake_stone_river_step_two', key($requiredSchemes));
}
return array ( '_controller' => 'Acme\\Bundle\\ServiceLakeBundle\\Controller\\Stone\\RiverController::stepTwoAction', '_locale' => 'es_ES', '_route' => 'es_ES__RG__acme_service_lake_stone_river_step_two',);
}
// nl_NL__RG__acme_service_lake_stone_river_step_two
if ($pathinfo === '/nl/bird-stone/river/step-2') {
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'nl_NL__RG__acme_service_lake_stone_river_step_two', key($requiredSchemes));
}
return array ( '_controller' => 'Acme\\Bundle\\ServiceLakeBundle\\Controller\\Stone\\RiverController::stepTwoAction', '_locale' => 'nl_NL', '_route' => 'nl_NL__RG__acme_service_lake_stone_river_step_two',);
}
// de_CH__RG__acme_service_lake_stone_river_step_two
if ($pathinfo === '/ch/bird-stone/river/step-2') {
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'de_CH__RG__acme_service_lake_stone_river_step_two', key($requiredSchemes));
}
return array ( '_controller' => 'Acme\\Bundle\\ServiceLakeBundle\\Controller\\Stone\\RiverController::stepTwoAction', '_locale' => 'de_CH', '_route' => 'de_CH__RG__acme_service_lake_stone_river_step_two',);
}
if (0 === strpos($pathinfo, '/a')) {
// en_AU__RG__acme_service_lake_stone_river_step_two
if ($pathinfo === '/au/bird-stone/river/step-2') {
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'en_AU__RG__acme_service_lake_stone_river_step_two', key($requiredSchemes));
}
return array ( '_controller' => 'Acme\\Bundle\\ServiceLakeBundle\\Controller\\Stone\\RiverController::stepTwoAction', '_locale' => 'en_AU', '_route' => 'en_AU__RG__acme_service_lake_stone_river_step_two',);
}
// de_AT__RG__acme_service_lake_stone_river_step_two
if ($pathinfo === '/at/bird-stone/river/step-2') {
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'de_AT__RG__acme_service_lake_stone_river_step_two', key($requiredSchemes));
}
return array ( '_controller' => 'Acme\\Bundle\\ServiceLakeBundle\\Controller\\Stone\\RiverController::stepTwoAction', '_locale' => 'de_AT', '_route' => 'de_AT__RG__acme_service_lake_stone_river_step_two',);
}
}
// zu_ZZ__RG__acme_service_lake_stone_river_step_two
if ($pathinfo === '/zz/bird-stone/river/step-2') {
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'zu_ZZ__RG__acme_service_lake_stone_river_step_two', key($requiredSchemes));
}
return array ( '_controller' => 'Acme\\Bundle\\ServiceLakeBundle\\Controller\\Stone\\RiverController::stepTwoAction', '_locale' => 'zu_ZZ', '_route' => 'zu_ZZ__RG__acme_service_lake_stone_river_step_two',);
}
// de_DE__RG__acme_service_lake_stone_river_step_three
if ($pathinfo === '/de/bird-stone/river/step-3') {
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'de_DE__RG__acme_service_lake_stone_river_step_three', key($requiredSchemes));
}
return array ( '_controller' => 'Acme\\Bundle\\ServiceLakeBundle\\Controller\\Stone\\RiverController::stepThreeAction', '_locale' => 'de_DE', '_route' => 'de_DE__RG__acme_service_lake_stone_river_step_three',);
}
if (0 === strpos($pathinfo, '/u')) {
// en_GB__RG__acme_service_lake_stone_river_step_three
if ($pathinfo === '/uk/bird-stone/river/step-3') {
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'en_GB__RG__acme_service_lake_stone_river_step_three', key($requiredSchemes));
}
return array ( '_controller' => 'Acme\\Bundle\\ServiceLakeBundle\\Controller\\Stone\\RiverController::stepThreeAction', '_locale' => 'en_GB', '_route' => 'en_GB__RG__acme_service_lake_stone_river_step_three',);
}
// en_US__RG__acme_service_lake_stone_river_step_three
if ($pathinfo === '/us/bird-stone/river/step-3') {
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'en_US__RG__acme_service_lake_stone_river_step_three', key($requiredSchemes));
}
return array ( '_controller' => 'Acme\\Bundle\\ServiceLakeBundle\\Controller\\Stone\\RiverController::stepThreeAction', '_locale' => 'en_US', '_route' => 'en_US__RG__acme_service_lake_stone_river_step_three',);
}
}
// it_IT__RG__acme_service_lake_stone_river_step_three
if ($pathinfo === '/it/bird-stone/river/step-3') {
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'it_IT__RG__acme_service_lake_stone_river_step_three', key($requiredSchemes));
}
return array ( '_controller' => 'Acme\\Bundle\\ServiceLakeBundle\\Controller\\Stone\\RiverController::stepThreeAction', '_locale' => 'it_IT', '_route' => 'it_IT__RG__acme_service_lake_stone_river_step_three',);
}
// fr_FR__RG__acme_service_lake_stone_river_step_three
if ($pathinfo === '/fr/bird-stone/river/step-3') {
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'fr_FR__RG__acme_service_lake_stone_river_step_three', key($requiredSchemes));
}
return array ( '_controller' => 'Acme\\Bundle\\ServiceLakeBundle\\Controller\\Stone\\RiverController::stepThreeAction', '_locale' => 'fr_FR', '_route' => 'fr_FR__RG__acme_service_lake_stone_river_step_three',);
}
// es_ES__RG__acme_service_lake_stone_river_step_three
if ($pathinfo === '/es/bird-stone/river/step-3') {
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'es_ES__RG__acme_service_lake_stone_river_step_three', key($requiredSchemes));
}
return array ( '_controller' => 'Acme\\Bundle\\ServiceLakeBundle\\Controller\\Stone\\RiverController::stepThreeAction', '_locale' => 'es_ES', '_route' => 'es_ES__RG__acme_service_lake_stone_river_step_three',);
}
// nl_NL__RG__acme_service_lake_stone_river_step_three
if ($pathinfo === '/nl/bird-stone/river/step-3') {
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'nl_NL__RG__acme_service_lake_stone_river_step_three', key($requiredSchemes));
}
return array ( '_controller' => 'Acme\\Bundle\\ServiceLakeBundle\\Controller\\Stone\\RiverController::stepThreeAction', '_locale' => 'nl_NL', '_route' => 'nl_NL__RG__acme_service_lake_stone_river_step_three',);
}
// de_CH__RG__acme_service_lake_stone_river_step_three
if ($pathinfo === '/ch/bird-stone/river/step-3') {
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'de_CH__RG__acme_service_lake_stone_river_step_three', key($requiredSchemes));
}
return array ( '_controller' => 'Acme\\Bundle\\ServiceLakeBundle\\Controller\\Stone\\RiverController::stepThreeAction', '_locale' => 'de_CH', '_route' => 'de_CH__RG__acme_service_lake_stone_river_step_three',);
}
if (0 === strpos($pathinfo, '/a')) {
// en_AU__RG__acme_service_lake_stone_river_step_three
if ($pathinfo === '/au/bird-stone/river/step-3') {
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'en_AU__RG__acme_service_lake_stone_river_step_three', key($requiredSchemes));
}
return array ( '_controller' => 'Acme\\Bundle\\ServiceLakeBundle\\Controller\\Stone\\RiverController::stepThreeAction', '_locale' => 'en_AU', '_route' => 'en_AU__RG__acme_service_lake_stone_river_step_three',);
}
// de_AT__RG__acme_service_lake_stone_river_step_three
if ($pathinfo === '/at/bird-stone/river/step-3') {
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'de_AT__RG__acme_service_lake_stone_river_step_three', key($requiredSchemes));
}
return array ( '_controller' => 'Acme\\Bundle\\ServiceLakeBundle\\Controller\\Stone\\RiverController::stepThreeAction', '_locale' => 'de_AT', '_route' => 'de_AT__RG__acme_service_lake_stone_river_step_three',);
}
}
// zu_ZZ__RG__acme_service_lake_stone_river_step_three
if ($pathinfo === '/zz/bird-stone/river/step-3') {
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'zu_ZZ__RG__acme_service_lake_stone_river_step_three', key($requiredSchemes));
}
return array ( '_controller' => 'Acme\\Bundle\\ServiceLakeBundle\\Controller\\Stone\\RiverController::stepThreeAction', '_locale' => 'zu_ZZ', '_route' => 'zu_ZZ__RG__acme_service_lake_stone_river_step_three',);
}
// de_DE__RG__acme_service_lake_stone_river_thank_you
if ($pathinfo === '/de/bird-stone/river/thank-you') {
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'de_DE__RG__acme_service_lake_stone_river_thank_you', key($requiredSchemes));
}
return array ( '_controller' => 'Acme\\Bundle\\ServiceLakeBundle\\Controller\\Stone\\RiverController::thankYouAction', '_locale' => 'de_DE', '_route' => 'de_DE__RG__acme_service_lake_stone_river_thank_you',);
}
if (0 === strpos($pathinfo, '/u')) {
// en_GB__RG__acme_service_lake_stone_river_thank_you
if ($pathinfo === '/uk/bird-stone/river/thank-you') {
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'en_GB__RG__acme_service_lake_stone_river_thank_you', key($requiredSchemes));
}
return array ( '_controller' => 'Acme\\Bundle\\ServiceLakeBundle\\Controller\\Stone\\RiverController::thankYouAction', '_locale' => 'en_GB', '_route' => 'en_GB__RG__acme_service_lake_stone_river_thank_you',);
}
// en_US__RG__acme_service_lake_stone_river_thank_you
if ($pathinfo === '/us/bird-stone/river/thank-you') {
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'en_US__RG__acme_service_lake_stone_river_thank_you', key($requiredSchemes));
}
return array ( '_controller' => 'Acme\\Bundle\\ServiceLakeBundle\\Controller\\Stone\\RiverController::thankYouAction', '_locale' => 'en_US', '_route' => 'en_US__RG__acme_service_lake_stone_river_thank_you',);
}
}
// it_IT__RG__acme_service_lake_stone_river_thank_you
if ($pathinfo === '/it/bird-stone/river/thank-you') {
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'it_IT__RG__acme_service_lake_stone_river_thank_you', key($requiredSchemes));
}
return array ( '_controller' => 'Acme\\Bundle\\ServiceLakeBundle\\Controller\\Stone\\RiverController::thankYouAction', '_locale' => 'it_IT', '_route' => 'it_IT__RG__acme_service_lake_stone_river_thank_you',);
}
// fr_FR__RG__acme_service_lake_stone_river_thank_you
if ($pathinfo === '/fr/bird-stone/river/thank-you') {
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'fr_FR__RG__acme_service_lake_stone_river_thank_you', key($requiredSchemes));
}
return array ( '_controller' => 'Acme\\Bundle\\ServiceLakeBundle\\Controller\\Stone\\RiverController::thankYouAction', '_locale' => 'fr_FR', '_route' => 'fr_FR__RG__acme_service_lake_stone_river_thank_you',);
}
// es_ES__RG__acme_service_lake_stone_river_thank_you
if ($pathinfo === '/es/bird-stone/river/thank-you') {
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'es_ES__RG__acme_service_lake_stone_river_thank_you', key($requiredSchemes));
}
return array ( '_controller' => 'Acme\\Bundle\\ServiceLakeBundle\\Controller\\Stone\\RiverController::thankYouAction', '_locale' => 'es_ES', '_route' => 'es_ES__RG__acme_service_lake_stone_river_thank_you',);
}
// nl_NL__RG__acme_service_lake_stone_river_thank_you
if ($pathinfo === '/nl/bird-stone/river/thank-you') {
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'nl_NL__RG__acme_service_lake_stone_river_thank_you', key($requiredSchemes));
}
return array ( '_controller' => 'Acme\\Bundle\\ServiceLakeBundle\\Controller\\Stone\\RiverController::thankYouAction', '_locale' => 'nl_NL', '_route' => 'nl_NL__RG__acme_service_lake_stone_river_thank_you',);
}
// de_CH__RG__acme_service_lake_stone_river_thank_you
if ($pathinfo === '/ch/bird-stone/river/thank-you') {
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'de_CH__RG__acme_service_lake_stone_river_thank_you', key($requiredSchemes));
}
return array ( '_controller' => 'Acme\\Bundle\\ServiceLakeBundle\\Controller\\Stone\\RiverController::thankYouAction', '_locale' => 'de_CH', '_route' => 'de_CH__RG__acme_service_lake_stone_river_thank_you',);
}
if (0 === strpos($pathinfo, '/a')) {
// en_AU__RG__acme_service_lake_stone_river_thank_you
if ($pathinfo === '/au/bird-stone/river/thank-you') {
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'en_AU__RG__acme_service_lake_stone_river_thank_you', key($requiredSchemes));
}
return array ( '_controller' => 'Acme\\Bundle\\ServiceLakeBundle\\Controller\\Stone\\RiverController::thankYouAction', '_locale' => 'en_AU', '_route' => 'en_AU__RG__acme_service_lake_stone_river_thank_you',);
}
// de_AT__RG__acme_service_lake_stone_river_thank_you
if ($pathinfo === '/at/bird-stone/river/thank-you') {
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'de_AT__RG__acme_service_lake_stone_river_thank_you', key($requiredSchemes));
}
return array ( '_controller' => 'Acme\\Bundle\\ServiceLakeBundle\\Controller\\Stone\\RiverController::thankYouAction', '_locale' => 'de_AT', '_route' => 'de_AT__RG__acme_service_lake_stone_river_thank_you',);
}
}
// zu_ZZ__RG__acme_service_lake_stone_river_thank_you
if ($pathinfo === '/zz/bird-stone/river/thank-you') {
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'zu_ZZ__RG__acme_service_lake_stone_river_thank_you', key($requiredSchemes));
}
return array ( '_controller' => 'Acme\\Bundle\\ServiceLakeBundle\\Controller\\Stone\\RiverController::thankYouAction', '_locale' => 'zu_ZZ', '_route' => 'zu_ZZ__RG__acme_service_lake_stone_river_thank_you',);
}
// de_DE__RG__acme_service_lake_fire
if ($pathinfo === '/de/bird-fire') {
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'de_DE__RG__acme_service_lake_fire', key($requiredSchemes));
}
return array ( '_controller' => 'Acme\\Bundle\\ServiceLakeBundle\\Controller\\Fire\\DefaultController::indexAction', '_locale' => 'de_DE', '_route' => 'de_DE__RG__acme_service_lake_fire',);
}
if (0 === strpos($pathinfo, '/u')) {
// en_GB__RG__acme_service_lake_fire
if ($pathinfo === '/uk/bird-fire') {
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'en_GB__RG__acme_service_lake_fire', key($requiredSchemes));
}
return array ( '_controller' => 'Acme\\Bundle\\ServiceLakeBundle\\Controller\\Fire\\DefaultController::indexAction', '_locale' => 'en_GB', '_route' => 'en_GB__RG__acme_service_lake_fire',);
}
// en_US__RG__acme_service_lake_fire
if ($pathinfo === '/us/bird-fire') {
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'en_US__RG__acme_service_lake_fire', key($requiredSchemes));
}
return array ( '_controller' => 'Acme\\Bundle\\ServiceLakeBundle\\Controller\\Fire\\DefaultController::indexAction', '_locale' => 'en_US', '_route' => 'en_US__RG__acme_service_lake_fire',);
}
}
// it_IT__RG__acme_service_lake_fire
if ($pathinfo === '/it/bird-fire') {
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'it_IT__RG__acme_service_lake_fire', key($requiredSchemes));
}
return array ( '_controller' => 'Acme\\Bundle\\ServiceLakeBundle\\Controller\\Fire\\DefaultController::indexAction', '_locale' => 'it_IT', '_route' => 'it_IT__RG__acme_service_lake_fire',);
}
// fr_FR__RG__acme_service_lake_fire
if ($pathinfo === '/fr/bird-fire') {
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'fr_FR__RG__acme_service_lake_fire', key($requiredSchemes));
}
return array ( '_controller' => 'Acme\\Bundle\\ServiceLakeBundle\\Controller\\Fire\\DefaultController::indexAction', '_locale' => 'fr_FR', '_route' => 'fr_FR__RG__acme_service_lake_fire',);
}
// es_ES__RG__acme_service_lake_fire
if ($pathinfo === '/es/bird-fire') {
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'es_ES__RG__acme_service_lake_fire', key($requiredSchemes));
}
return array ( '_controller' => 'Acme\\Bundle\\ServiceLakeBundle\\Controller\\Fire\\DefaultController::indexAction', '_locale' => 'es_ES', '_route' => 'es_ES__RG__acme_service_lake_fire',);
}
// nl_NL__RG__acme_service_lake_fire
if ($pathinfo === '/nl/bird-fire') {
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'nl_NL__RG__acme_service_lake_fire', key($requiredSchemes));
}
return array ( '_controller' => 'Acme\\Bundle\\ServiceLakeBundle\\Controller\\Fire\\DefaultController::indexAction', '_locale' => 'nl_NL', '_route' => 'nl_NL__RG__acme_service_lake_fire',);
}
// de_CH__RG__acme_service_lake_fire
if ($pathinfo === '/ch/bird-fire') {
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'de_CH__RG__acme_service_lake_fire', key($requiredSchemes));
}
return array ( '_controller' => 'Acme\\Bundle\\ServiceLakeBundle\\Controller\\Fire\\DefaultController::indexAction', '_locale' => 'de_CH', '_route' => 'de_CH__RG__acme_service_lake_fire',);
}
if (0 === strpos($pathinfo, '/a')) {
// en_AU__RG__acme_service_lake_fire
if ($pathinfo === '/au/bird-fire') {
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'en_AU__RG__acme_service_lake_fire', key($requiredSchemes));
}
return array ( '_controller' => 'Acme\\Bundle\\ServiceLakeBundle\\Controller\\Fire\\DefaultController::indexAction', '_locale' => 'en_AU', '_route' => 'en_AU__RG__acme_service_lake_fire',);
}
// de_AT__RG__acme_service_lake_fire
if ($pathinfo === '/at/bird-fire') {
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'de_AT__RG__acme_service_lake_fire', key($requiredSchemes));
}
return array ( '_controller' => 'Acme\\Bundle\\ServiceLakeBundle\\Controller\\Fire\\DefaultController::indexAction', '_locale' => 'de_AT', '_route' => 'de_AT__RG__acme_service_lake_fire',);
}
}
// zu_ZZ__RG__acme_service_lake_fire
if ($pathinfo === '/zz/bird-fire') {
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'zu_ZZ__RG__acme_service_lake_fire', key($requiredSchemes));
}
return array ( '_controller' => 'Acme\\Bundle\\ServiceLakeBundle\\Controller\\Fire\\DefaultController::indexAction', '_locale' => 'zu_ZZ', '_route' => 'zu_ZZ__RG__acme_service_lake_fire',);
}
// de_DE__RG__acme_service_lake_fire_select_povider_by_machine
if (0 === strpos($pathinfo, '/de/bird-fire/select-lake/machine') && preg_match('#^/de/bird\\-fire/select\\-lake/machine(?:/(?P<machineId>[^/]++)(?:/(?P<yearOfProduction>[^/]++))?)?$#s', $pathinfo, $matches)) {
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'de_DE__RG__acme_service_lake_fire_select_povider_by_machine', key($requiredSchemes));
}
return $this->mergeDefaults(array_replace($matches, array('_route' => 'de_DE__RG__acme_service_lake_fire_select_povider_by_machine')), array ( 'machineId' => NULL, 'yearOfProduction' => NULL, '_controller' => 'Acme\\Bundle\\ServiceLakeBundle\\Controller\\Fire\\DefaultController::selectLakeByMachineAction', '_locale' => 'de_DE',));
}
if (0 === strpos($pathinfo, '/u')) {
// en_GB__RG__acme_service_lake_fire_select_povider_by_machine
if (0 === strpos($pathinfo, '/uk/bird-fire/select-lake/machine') && preg_match('#^/uk/bird\\-fire/select\\-lake/machine(?:/(?P<machineId>[^/]++)(?:/(?P<yearOfProduction>[^/]++))?)?$#s', $pathinfo, $matches)) {
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'en_GB__RG__acme_service_lake_fire_select_povider_by_machine', key($requiredSchemes));
}
return $this->mergeDefaults(array_replace($matches, array('_route' => 'en_GB__RG__acme_service_lake_fire_select_povider_by_machine')), array ( 'machineId' => NULL, 'yearOfProduction' => NULL, '_controller' => 'Acme\\Bundle\\ServiceLakeBundle\\Controller\\Fire\\DefaultController::selectLakeByMachineAction', '_locale' => 'en_GB',));
}
// en_US__RG__acme_service_lake_fire_select_povider_by_machine
if (0 === strpos($pathinfo, '/us/bird-fire/select-lake/machine') && preg_match('#^/us/bird\\-fire/select\\-lake/machine(?:/(?P<machineId>[^/]++)(?:/(?P<yearOfProduction>[^/]++))?)?$#s', $pathinfo, $matches)) {
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'en_US__RG__acme_service_lake_fire_select_povider_by_machine', key($requiredSchemes));
}
return $this->mergeDefaults(array_replace($matches, array('_route' => 'en_US__RG__acme_service_lake_fire_select_povider_by_machine')), array ( 'machineId' => NULL, 'yearOfProduction' => NULL, '_controller' => 'Acme\\Bundle\\ServiceLakeBundle\\Controller\\Fire\\DefaultController::selectLakeByMachineAction', '_locale' => 'en_US',));
}
}
// it_IT__RG__acme_service_lake_fire_select_povider_by_machine
if (0 === strpos($pathinfo, '/it/bird-fire/select-lake/machine') && preg_match('#^/it/bird\\-fire/select\\-lake/machine(?:/(?P<machineId>[^/]++)(?:/(?P<yearOfProduction>[^/]++))?)?$#s', $pathinfo, $matches)) {
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'it_IT__RG__acme_service_lake_fire_select_povider_by_machine', key($requiredSchemes));
}
return $this->mergeDefaults(array_replace($matches, array('_route' => 'it_IT__RG__acme_service_lake_fire_select_povider_by_machine')), array ( 'machineId' => NULL, 'yearOfProduction' => NULL, '_controller' => 'Acme\\Bundle\\ServiceLakeBundle\\Controller\\Fire\\DefaultController::selectLakeByMachineAction', '_locale' => 'it_IT',));
}
// fr_FR__RG__acme_service_lake_fire_select_povider_by_machine
if (0 === strpos($pathinfo, '/fr/bird-fire/select-lake/machine') && preg_match('#^/fr/bird\\-fire/select\\-lake/machine(?:/(?P<machineId>[^/]++)(?:/(?P<yearOfProduction>[^/]++))?)?$#s', $pathinfo, $matches)) {
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'fr_FR__RG__acme_service_lake_fire_select_povider_by_machine', key($requiredSchemes));
}
return $this->mergeDefaults(array_replace($matches, array('_route' => 'fr_FR__RG__acme_service_lake_fire_select_povider_by_machine')), array ( 'machineId' => NULL, 'yearOfProduction' => NULL, '_controller' => 'Acme\\Bundle\\ServiceLakeBundle\\Controller\\Fire\\DefaultController::selectLakeByMachineAction', '_locale' => 'fr_FR',));
}
// es_ES__RG__acme_service_lake_fire_select_povider_by_machine
if (0 === strpos($pathinfo, '/es/bird-fire/select-lake/machine') && preg_match('#^/es/bird\\-fire/select\\-lake/machine(?:/(?P<machineId>[^/]++)(?:/(?P<yearOfProduction>[^/]++))?)?$#s', $pathinfo, $matches)) {
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'es_ES__RG__acme_service_lake_fire_select_povider_by_machine', key($requiredSchemes));
}
return $this->mergeDefaults(array_replace($matches, array('_route' => 'es_ES__RG__acme_service_lake_fire_select_povider_by_machine')), array ( 'machineId' => NULL, 'yearOfProduction' => NULL, '_controller' => 'Acme\\Bundle\\ServiceLakeBundle\\Controller\\Fire\\DefaultController::selectLakeByMachineAction', '_locale' => 'es_ES',));
}
// nl_NL__RG__acme_service_lake_fire_select_povider_by_machine
if (0 === strpos($pathinfo, '/nl/bird-fire/select-lake/machine') && preg_match('#^/nl/bird\\-fire/select\\-lake/machine(?:/(?P<machineId>[^/]++)(?:/(?P<yearOfProduction>[^/]++))?)?$#s', $pathinfo, $matches)) {
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'nl_NL__RG__acme_service_lake_fire_select_povider_by_machine', key($requiredSchemes));
}
return $this->mergeDefaults(array_replace($matches, array('_route' => 'nl_NL__RG__acme_service_lake_fire_select_povider_by_machine')), array ( 'machineId' => NULL, 'yearOfProduction' => NULL, '_controller' => 'Acme\\Bundle\\ServiceLakeBundle\\Controller\\Fire\\DefaultController::selectLakeByMachineAction', '_locale' => 'nl_NL',));
}
// de_CH__RG__acme_service_lake_fire_select_povider_by_machine
if (0 === strpos($pathinfo, '/ch/bird-fire/select-lake/machine') && preg_match('#^/ch/bird\\-fire/select\\-lake/machine(?:/(?P<machineId>[^/]++)(?:/(?P<yearOfProduction>[^/]++))?)?$#s', $pathinfo, $matches)) {
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'de_CH__RG__acme_service_lake_fire_select_povider_by_machine', key($requiredSchemes));
}
return $this->mergeDefaults(array_replace($matches, array('_route' => 'de_CH__RG__acme_service_lake_fire_select_povider_by_machine')), array ( 'machineId' => NULL, 'yearOfProduction' => NULL, '_controller' => 'Acme\\Bundle\\ServiceLakeBundle\\Controller\\Fire\\DefaultController::selectLakeByMachineAction', '_locale' => 'de_CH',));
}
if (0 === strpos($pathinfo, '/a')) {
// en_AU__RG__acme_service_lake_fire_select_povider_by_machine
if (0 === strpos($pathinfo, '/au/bird-fire/select-lake/machine') && preg_match('#^/au/bird\\-fire/select\\-lake/machine(?:/(?P<machineId>[^/]++)(?:/(?P<yearOfProduction>[^/]++))?)?$#s', $pathinfo, $matches)) {
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'en_AU__RG__acme_service_lake_fire_select_povider_by_machine', key($requiredSchemes));
}
return $this->mergeDefaults(array_replace($matches, array('_route' => 'en_AU__RG__acme_service_lake_fire_select_povider_by_machine')), array ( 'machineId' => NULL, 'yearOfProduction' => NULL, '_controller' => 'Acme\\Bundle\\ServiceLakeBundle\\Controller\\Fire\\DefaultController::selectLakeByMachineAction', '_locale' => 'en_AU',));
}
// de_AT__RG__acme_service_lake_fire_select_povider_by_machine
if (0 === strpos($pathinfo, '/at/bird-fire/select-lake/machine') && preg_match('#^/at/bird\\-fire/select\\-lake/machine(?:/(?P<machineId>[^/]++)(?:/(?P<yearOfProduction>[^/]++))?)?$#s', $pathinfo, $matches)) {
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'de_AT__RG__acme_service_lake_fire_select_povider_by_machine', key($requiredSchemes));
}
return $this->mergeDefaults(array_replace($matches, array('_route' => 'de_AT__RG__acme_service_lake_fire_select_povider_by_machine')), array ( 'machineId' => NULL, 'yearOfProduction' => NULL, '_controller' => 'Acme\\Bundle\\ServiceLakeBundle\\Controller\\Fire\\DefaultController::selectLakeByMachineAction', '_locale' => 'de_AT',));
}
}
// zu_ZZ__RG__acme_service_lake_fire_select_povider_by_machine
if (0 === strpos($pathinfo, '/zz/bird-fire/select-lake/machine') && preg_match('#^/zz/bird\\-fire/select\\-lake/machine(?:/(?P<machineId>[^/]++)(?:/(?P<yearOfProduction>[^/]++))?)?$#s', $pathinfo, $matches)) {
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'zu_ZZ__RG__acme_service_lake_fire_select_povider_by_machine', key($requiredSchemes));
}
return $this->mergeDefaults(array_replace($matches, array('_route' => 'zu_ZZ__RG__acme_service_lake_fire_select_povider_by_machine')), array ( 'machineId' => NULL, 'yearOfProduction' => NULL, '_controller' => 'Acme\\Bundle\\ServiceLakeBundle\\Controller\\Fire\\DefaultController::selectLakeByMachineAction', '_locale' => 'zu_ZZ',));
}
// de_DE__RG__acme_service_lake_fire_select_povider_by_machine_ad
if (0 === strpos($pathinfo, '/de/bird-fire/select-lake/machine-ad') && preg_match('#^/de/bird\\-fire/select\\-lake/machine\\-ad(?:/(?P<machineAdId>[^/]++))?$#s', $pathinfo, $matches)) {
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'de_DE__RG__acme_service_lake_fire_select_povider_by_machine_ad', key($requiredSchemes));
}
return $this->mergeDefaults(array_replace($matches, array('_route' => 'de_DE__RG__acme_service_lake_fire_select_povider_by_machine_ad')), array ( 'machineAdId' => NULL, '_controller' => 'Acme\\Bundle\\ServiceLakeBundle\\Controller\\Fire\\DefaultController::selectLakeByMachineAdAction', '_locale' => 'de_DE',));
}
if (0 === strpos($pathinfo, '/u')) {
// en_GB__RG__acme_service_lake_fire_select_povider_by_machine_ad
if (0 === strpos($pathinfo, '/uk/bird-fire/select-lake/machine-ad') && preg_match('#^/uk/bird\\-fire/select\\-lake/machine\\-ad(?:/(?P<machineAdId>[^/]++))?$#s', $pathinfo, $matches)) {
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'en_GB__RG__acme_service_lake_fire_select_povider_by_machine_ad', key($requiredSchemes));
}
return $this->mergeDefaults(array_replace($matches, array('_route' => 'en_GB__RG__acme_service_lake_fire_select_povider_by_machine_ad')), array ( 'machineAdId' => NULL, '_controller' => 'Acme\\Bundle\\ServiceLakeBundle\\Controller\\Fire\\DefaultController::selectLakeByMachineAdAction', '_locale' => 'en_GB',));
}
// en_US__RG__acme_service_lake_fire_select_povider_by_machine_ad
if (0 === strpos($pathinfo, '/us/bird-fire/select-lake/machine-ad') && preg_match('#^/us/bird\\-fire/select\\-lake/machine\\-ad(?:/(?P<machineAdId>[^/]++))?$#s', $pathinfo, $matches)) {
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'en_US__RG__acme_service_lake_fire_select_povider_by_machine_ad', key($requiredSchemes));
}
return $this->mergeDefaults(array_replace($matches, array('_route' => 'en_US__RG__acme_service_lake_fire_select_povider_by_machine_ad')), array ( 'machineAdId' => NULL, '_controller' => 'Acme\\Bundle\\ServiceLakeBundle\\Controller\\Fire\\DefaultController::selectLakeByMachineAdAction', '_locale' => 'en_US',));
}
}
// it_IT__RG__acme_service_lake_fire_select_povider_by_machine_ad
if (0 === strpos($pathinfo, '/it/bird-fire/select-lake/machine-ad') && preg_match('#^/it/bird\\-fire/select\\-lake/machine\\-ad(?:/(?P<machineAdId>[^/]++))?$#s', $pathinfo, $matches)) {
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'it_IT__RG__acme_service_lake_fire_select_povider_by_machine_ad', key($requiredSchemes));
}
return $this->mergeDefaults(array_replace($matches, array('_route' => 'it_IT__RG__acme_service_lake_fire_select_povider_by_machine_ad')), array ( 'machineAdId' => NULL, '_controller' => 'Acme\\Bundle\\ServiceLakeBundle\\Controller\\Fire\\DefaultController::selectLakeByMachineAdAction', '_locale' => 'it_IT',));
}
// fr_FR__RG__acme_service_lake_fire_select_povider_by_machine_ad
if (0 === strpos($pathinfo, '/fr/bird-fire/select-lake/machine-ad') && preg_match('#^/fr/bird\\-fire/select\\-lake/machine\\-ad(?:/(?P<machineAdId>[^/]++))?$#s', $pathinfo, $matches)) {
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'fr_FR__RG__acme_service_lake_fire_select_povider_by_machine_ad', key($requiredSchemes));
}
return $this->mergeDefaults(array_replace($matches, array('_route' => 'fr_FR__RG__acme_service_lake_fire_select_povider_by_machine_ad')), array ( 'machineAdId' => NULL, '_controller' => 'Acme\\Bundle\\ServiceLakeBundle\\Controller\\Fire\\DefaultController::selectLakeByMachineAdAction', '_locale' => 'fr_FR',));
}
// es_ES__RG__acme_service_lake_fire_select_povider_by_machine_ad
if (0 === strpos($pathinfo, '/es/bird-fire/select-lake/machine-ad') && preg_match('#^/es/bird\\-fire/select\\-lake/machine\\-ad(?:/(?P<machineAdId>[^/]++))?$#s', $pathinfo, $matches)) {
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'es_ES__RG__acme_service_lake_fire_select_povider_by_machine_ad', key($requiredSchemes));
}
return $this->mergeDefaults(array_replace($matches, array('_route' => 'es_ES__RG__acme_service_lake_fire_select_povider_by_machine_ad')), array ( 'machineAdId' => NULL, '_controller' => 'Acme\\Bundle\\ServiceLakeBundle\\Controller\\Fire\\DefaultController::selectLakeByMachineAdAction', '_locale' => 'es_ES',));
}
// nl_NL__RG__acme_service_lake_fire_select_povider_by_machine_ad
if (0 === strpos($pathinfo, '/nl/bird-fire/select-lake/machine-ad') && preg_match('#^/nl/bird\\-fire/select\\-lake/machine\\-ad(?:/(?P<machineAdId>[^/]++))?$#s', $pathinfo, $matches)) {
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'nl_NL__RG__acme_service_lake_fire_select_povider_by_machine_ad', key($requiredSchemes));
}
return $this->mergeDefaults(array_replace($matches, array('_route' => 'nl_NL__RG__acme_service_lake_fire_select_povider_by_machine_ad')), array ( 'machineAdId' => NULL, '_controller' => 'Acme\\Bundle\\ServiceLakeBundle\\Controller\\Fire\\DefaultController::selectLakeByMachineAdAction', '_locale' => 'nl_NL',));
}
// de_CH__RG__acme_service_lake_fire_select_povider_by_machine_ad
if (0 === strpos($pathinfo, '/ch/bird-fire/select-lake/machine-ad') && preg_match('#^/ch/bird\\-fire/select\\-lake/machine\\-ad(?:/(?P<machineAdId>[^/]++))?$#s', $pathinfo, $matches)) {
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'de_CH__RG__acme_service_lake_fire_select_povider_by_machine_ad', key($requiredSchemes));
}
return $this->mergeDefaults(array_replace($matches, array('_route' => 'de_CH__RG__acme_service_lake_fire_select_povider_by_machine_ad')), array ( 'machineAdId' => NULL, '_controller' => 'Acme\\Bundle\\ServiceLakeBundle\\Controller\\Fire\\DefaultController::selectLakeByMachineAdAction', '_locale' => 'de_CH',));
}
if (0 === strpos($pathinfo, '/a')) {
// en_AU__RG__acme_service_lake_fire_select_povider_by_machine_ad
if (0 === strpos($pathinfo, '/au/bird-fire/select-lake/machine-ad') && preg_match('#^/au/bird\\-fire/select\\-lake/machine\\-ad(?:/(?P<machineAdId>[^/]++))?$#s', $pathinfo, $matches)) {
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'en_AU__RG__acme_service_lake_fire_select_povider_by_machine_ad', key($requiredSchemes));
}
return $this->mergeDefaults(array_replace($matches, array('_route' => 'en_AU__RG__acme_service_lake_fire_select_povider_by_machine_ad')), array ( 'machineAdId' => NULL, '_controller' => 'Acme\\Bundle\\ServiceLakeBundle\\Controller\\Fire\\DefaultController::selectLakeByMachineAdAction', '_locale' => 'en_AU',));
}
// de_AT__RG__acme_service_lake_fire_select_povider_by_machine_ad
if (0 === strpos($pathinfo, '/at/bird-fire/select-lake/machine-ad') && preg_match('#^/at/bird\\-fire/select\\-lake/machine\\-ad(?:/(?P<machineAdId>[^/]++))?$#s', $pathinfo, $matches)) {
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'de_AT__RG__acme_service_lake_fire_select_povider_by_machine_ad', key($requiredSchemes));
}
return $this->mergeDefaults(array_replace($matches, array('_route' => 'de_AT__RG__acme_service_lake_fire_select_povider_by_machine_ad')), array ( 'machineAdId' => NULL, '_controller' => 'Acme\\Bundle\\ServiceLakeBundle\\Controller\\Fire\\DefaultController::selectLakeByMachineAdAction', '_locale' => 'de_AT',));
}
}
// zu_ZZ__RG__acme_service_lake_fire_select_povider_by_machine_ad
if (0 === strpos($pathinfo, '/zz/bird-fire/select-lake/machine-ad') && preg_match('#^/zz/bird\\-fire/select\\-lake/machine\\-ad(?:/(?P<machineAdId>[^/]++))?$#s', $pathinfo, $matches)) {
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'zu_ZZ__RG__acme_service_lake_fire_select_povider_by_machine_ad', key($requiredSchemes));
}
return $this->mergeDefaults(array_replace($matches, array('_route' => 'zu_ZZ__RG__acme_service_lake_fire_select_povider_by_machine_ad')), array ( 'machineAdId' => NULL, '_controller' => 'Acme\\Bundle\\ServiceLakeBundle\\Controller\\Fire\\DefaultController::selectLakeByMachineAdAction', '_locale' => 'zu_ZZ',));
}
// de_DE__RG__acme_service_lake_fire_tree_start_by_machine
if (0 === strpos($pathinfo, '/de/bird-fire/tree/machine') && preg_match('#^/de/bird\\-fire/tree/machine(?:/(?P<machineId>[^/]++)(?:/(?P<yearOfProduction>[^/]++))?)?$#s', $pathinfo, $matches)) {
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'de_DE__RG__acme_service_lake_fire_tree_start_by_machine', key($requiredSchemes));
}
return $this->mergeDefaults(array_replace($matches, array('_route' => 'de_DE__RG__acme_service_lake_fire_tree_start_by_machine')), array ( 'machineId' => NULL, 'yearOfProduction' => NULL, '_controller' => 'Acme\\Bundle\\ServiceLakeBundle\\Controller\\Fire\\TreeController::startByMachineAction', '_locale' => 'de_DE',));
}
if (0 === strpos($pathinfo, '/u')) {
// en_GB__RG__acme_service_lake_fire_tree_start_by_machine
if (0 === strpos($pathinfo, '/uk/bird-fire/tree/machine') && preg_match('#^/uk/bird\\-fire/tree/machine(?:/(?P<machineId>[^/]++)(?:/(?P<yearOfProduction>[^/]++))?)?$#s', $pathinfo, $matches)) {
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'en_GB__RG__acme_service_lake_fire_tree_start_by_machine', key($requiredSchemes));
}
return $this->mergeDefaults(array_replace($matches, array('_route' => 'en_GB__RG__acme_service_lake_fire_tree_start_by_machine')), array ( 'machineId' => NULL, 'yearOfProduction' => NULL, '_controller' => 'Acme\\Bundle\\ServiceLakeBundle\\Controller\\Fire\\TreeController::startByMachineAction', '_locale' => 'en_GB',));
}
// en_US__RG__acme_service_lake_fire_tree_start_by_machine
if (0 === strpos($pathinfo, '/us/bird-fire/tree/machine') && preg_match('#^/us/bird\\-fire/tree/machine(?:/(?P<machineId>[^/]++)(?:/(?P<yearOfProduction>[^/]++))?)?$#s', $pathinfo, $matches)) {
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'en_US__RG__acme_service_lake_fire_tree_start_by_machine', key($requiredSchemes));
}
return $this->mergeDefaults(array_replace($matches, array('_route' => 'en_US__RG__acme_service_lake_fire_tree_start_by_machine')), array ( 'machineId' => NULL, 'yearOfProduction' => NULL, '_controller' => 'Acme\\Bundle\\ServiceLakeBundle\\Controller\\Fire\\TreeController::startByMachineAction', '_locale' => 'en_US',));
}
}
// it_IT__RG__acme_service_lake_fire_tree_start_by_machine
if (0 === strpos($pathinfo, '/it/bird-fire/tree/machine') && preg_match('#^/it/bird\\-fire/tree/machine(?:/(?P<machineId>[^/]++)(?:/(?P<yearOfProduction>[^/]++))?)?$#s', $pathinfo, $matches)) {
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'it_IT__RG__acme_service_lake_fire_tree_start_by_machine', key($requiredSchemes));
}
return $this->mergeDefaults(array_replace($matches, array('_route' => 'it_IT__RG__acme_service_lake_fire_tree_start_by_machine')), array ( 'machineId' => NULL, 'yearOfProduction' => NULL, '_controller' => 'Acme\\Bundle\\ServiceLakeBundle\\Controller\\Fire\\TreeController::startByMachineAction', '_locale' => 'it_IT',));
}
// fr_FR__RG__acme_service_lake_fire_tree_start_by_machine
if (0 === strpos($pathinfo, '/fr/bird-fire/tree/machine') && preg_match('#^/fr/bird\\-fire/tree/machine(?:/(?P<machineId>[^/]++)(?:/(?P<yearOfProduction>[^/]++))?)?$#s', $pathinfo, $matches)) {
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'fr_FR__RG__acme_service_lake_fire_tree_start_by_machine', key($requiredSchemes));
}
return $this->mergeDefaults(array_replace($matches, array('_route' => 'fr_FR__RG__acme_service_lake_fire_tree_start_by_machine')), array ( 'machineId' => NULL, 'yearOfProduction' => NULL, '_controller' => 'Acme\\Bundle\\ServiceLakeBundle\\Controller\\Fire\\TreeController::startByMachineAction', '_locale' => 'fr_FR',));
}
// es_ES__RG__acme_service_lake_fire_tree_start_by_machine
if (0 === strpos($pathinfo, '/es/bird-fire/tree/machine') && preg_match('#^/es/bird\\-fire/tree/machine(?:/(?P<machineId>[^/]++)(?:/(?P<yearOfProduction>[^/]++))?)?$#s', $pathinfo, $matches)) {
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'es_ES__RG__acme_service_lake_fire_tree_start_by_machine', key($requiredSchemes));
}
return $this->mergeDefaults(array_replace($matches, array('_route' => 'es_ES__RG__acme_service_lake_fire_tree_start_by_machine')), array ( 'machineId' => NULL, 'yearOfProduction' => NULL, '_controller' => 'Acme\\Bundle\\ServiceLakeBundle\\Controller\\Fire\\TreeController::startByMachineAction', '_locale' => 'es_ES',));
}
// nl_NL__RG__acme_service_lake_fire_tree_start_by_machine
if (0 === strpos($pathinfo, '/nl/bird-fire/tree/machine') && preg_match('#^/nl/bird\\-fire/tree/machine(?:/(?P<machineId>[^/]++)(?:/(?P<yearOfProduction>[^/]++))?)?$#s', $pathinfo, $matches)) {
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'nl_NL__RG__acme_service_lake_fire_tree_start_by_machine', key($requiredSchemes));
}
return $this->mergeDefaults(array_replace($matches, array('_route' => 'nl_NL__RG__acme_service_lake_fire_tree_start_by_machine')), array ( 'machineId' => NULL, 'yearOfProduction' => NULL, '_controller' => 'Acme\\Bundle\\ServiceLakeBundle\\Controller\\Fire\\TreeController::startByMachineAction', '_locale' => 'nl_NL',));
}
// de_CH__RG__acme_service_lake_fire_tree_start_by_machine
if (0 === strpos($pathinfo, '/ch/bird-fire/tree/machine') && preg_match('#^/ch/bird\\-fire/tree/machine(?:/(?P<machineId>[^/]++)(?:/(?P<yearOfProduction>[^/]++))?)?$#s', $pathinfo, $matches)) {
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'de_CH__RG__acme_service_lake_fire_tree_start_by_machine', key($requiredSchemes));
}
return $this->mergeDefaults(array_replace($matches, array('_route' => 'de_CH__RG__acme_service_lake_fire_tree_start_by_machine')), array ( 'machineId' => NULL, 'yearOfProduction' => NULL, '_controller' => 'Acme\\Bundle\\ServiceLakeBundle\\Controller\\Fire\\TreeController::startByMachineAction', '_locale' => 'de_CH',));
}
if (0 === strpos($pathinfo, '/a')) {
// en_AU__RG__acme_service_lake_fire_tree_start_by_machine
if (0 === strpos($pathinfo, '/au/bird-fire/tree/machine') && preg_match('#^/au/bird\\-fire/tree/machine(?:/(?P<machineId>[^/]++)(?:/(?P<yearOfProduction>[^/]++))?)?$#s', $pathinfo, $matches)) {
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'en_AU__RG__acme_service_lake_fire_tree_start_by_machine', key($requiredSchemes));
}
return $this->mergeDefaults(array_replace($matches, array('_route' => 'en_AU__RG__acme_service_lake_fire_tree_start_by_machine')), array ( 'machineId' => NULL, 'yearOfProduction' => NULL, '_controller' => 'Acme\\Bundle\\ServiceLakeBundle\\Controller\\Fire\\TreeController::startByMachineAction', '_locale' => 'en_AU',));
}
// de_AT__RG__acme_service_lake_fire_tree_start_by_machine
if (0 === strpos($pathinfo, '/at/bird-fire/tree/machine') && preg_match('#^/at/bird\\-fire/tree/machine(?:/(?P<machineId>[^/]++)(?:/(?P<yearOfProduction>[^/]++))?)?$#s', $pathinfo, $matches)) {
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'de_AT__RG__acme_service_lake_fire_tree_start_by_machine', key($requiredSchemes));
}
return $this->mergeDefaults(array_replace($matches, array('_route' => 'de_AT__RG__acme_service_lake_fire_tree_start_by_machine')), array ( 'machineId' => NULL, 'yearOfProduction' => NULL, '_controller' => 'Acme\\Bundle\\ServiceLakeBundle\\Controller\\Fire\\TreeController::startByMachineAction', '_locale' => 'de_AT',));
}
}
// zu_ZZ__RG__acme_service_lake_fire_tree_start_by_machine
if (0 === strpos($pathinfo, '/zz/bird-fire/tree/machine') && preg_match('#^/zz/bird\\-fire/tree/machine(?:/(?P<machineId>[^/]++)(?:/(?P<yearOfProduction>[^/]++))?)?$#s', $pathinfo, $matches)) {
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'zu_ZZ__RG__acme_service_lake_fire_tree_start_by_machine', key($requiredSchemes));
}
return $this->mergeDefaults(array_replace($matches, array('_route' => 'zu_ZZ__RG__acme_service_lake_fire_tree_start_by_machine')), array ( 'machineId' => NULL, 'yearOfProduction' => NULL, '_controller' => 'Acme\\Bundle\\ServiceLakeBundle\\Controller\\Fire\\TreeController::startByMachineAction', '_locale' => 'zu_ZZ',));
}
// de_DE__RG__acme_service_lake_fire_tree_start_by_machine_ad
if (0 === strpos($pathinfo, '/de/bird-fire/tree/machine-ad') && preg_match('#^/de/bird\\-fire/tree/machine\\-ad(?:/(?P<machineAdId>[^/]++))?$#s', $pathinfo, $matches)) {
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'de_DE__RG__acme_service_lake_fire_tree_start_by_machine_ad', key($requiredSchemes));
}
return $this->mergeDefaults(array_replace($matches, array('_route' => 'de_DE__RG__acme_service_lake_fire_tree_start_by_machine_ad')), array ( 'machineAdId' => NULL, '_controller' => 'Acme\\Bundle\\ServiceLakeBundle\\Controller\\Fire\\TreeController::startByMachineAdAction', '_locale' => 'de_DE',));
}
if (0 === strpos($pathinfo, '/u')) {
// en_GB__RG__acme_service_lake_fire_tree_start_by_machine_ad
if (0 === strpos($pathinfo, '/uk/bird-fire/tree/machine-ad') && preg_match('#^/uk/bird\\-fire/tree/machine\\-ad(?:/(?P<machineAdId>[^/]++))?$#s', $pathinfo, $matches)) {
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'en_GB__RG__acme_service_lake_fire_tree_start_by_machine_ad', key($requiredSchemes));
}
return $this->mergeDefaults(array_replace($matches, array('_route' => 'en_GB__RG__acme_service_lake_fire_tree_start_by_machine_ad')), array ( 'machineAdId' => NULL, '_controller' => 'Acme\\Bundle\\ServiceLakeBundle\\Controller\\Fire\\TreeController::startByMachineAdAction', '_locale' => 'en_GB',));
}
// en_US__RG__acme_service_lake_fire_tree_start_by_machine_ad
if (0 === strpos($pathinfo, '/us/bird-fire/tree/machine-ad') && preg_match('#^/us/bird\\-fire/tree/machine\\-ad(?:/(?P<machineAdId>[^/]++))?$#s', $pathinfo, $matches)) {
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'en_US__RG__acme_service_lake_fire_tree_start_by_machine_ad', key($requiredSchemes));
}
return $this->mergeDefaults(array_replace($matches, array('_route' => 'en_US__RG__acme_service_lake_fire_tree_start_by_machine_ad')), array ( 'machineAdId' => NULL, '_controller' => 'Acme\\Bundle\\ServiceLakeBundle\\Controller\\Fire\\TreeController::startByMachineAdAction', '_locale' => 'en_US',));
}
}
// it_IT__RG__acme_service_lake_fire_tree_start_by_machine_ad
if (0 === strpos($pathinfo, '/it/bird-fire/tree/machine-ad') && preg_match('#^/it/bird\\-fire/tree/machine\\-ad(?:/(?P<machineAdId>[^/]++))?$#s', $pathinfo, $matches)) {
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'it_IT__RG__acme_service_lake_fire_tree_start_by_machine_ad', key($requiredSchemes));
}
return $this->mergeDefaults(array_replace($matches, array('_route' => 'it_IT__RG__acme_service_lake_fire_tree_start_by_machine_ad')), array ( 'machineAdId' => NULL, '_controller' => 'Acme\\Bundle\\ServiceLakeBundle\\Controller\\Fire\\TreeController::startByMachineAdAction', '_locale' => 'it_IT',));
}
// fr_FR__RG__acme_service_lake_fire_tree_start_by_machine_ad
if (0 === strpos($pathinfo, '/fr/bird-fire/tree/machine-ad') && preg_match('#^/fr/bird\\-fire/tree/machine\\-ad(?:/(?P<machineAdId>[^/]++))?$#s', $pathinfo, $matches)) {
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'fr_FR__RG__acme_service_lake_fire_tree_start_by_machine_ad', key($requiredSchemes));
}
return $this->mergeDefaults(array_replace($matches, array('_route' => 'fr_FR__RG__acme_service_lake_fire_tree_start_by_machine_ad')), array ( 'machineAdId' => NULL, '_controller' => 'Acme\\Bundle\\ServiceLakeBundle\\Controller\\Fire\\TreeController::startByMachineAdAction', '_locale' => 'fr_FR',));
}
// es_ES__RG__acme_service_lake_fire_tree_start_by_machine_ad
if (0 === strpos($pathinfo, '/es/bird-fire/tree/machine-ad') && preg_match('#^/es/bird\\-fire/tree/machine\\-ad(?:/(?P<machineAdId>[^/]++))?$#s', $pathinfo, $matches)) {
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'es_ES__RG__acme_service_lake_fire_tree_start_by_machine_ad', key($requiredSchemes));
}
return $this->mergeDefaults(array_replace($matches, array('_route' => 'es_ES__RG__acme_service_lake_fire_tree_start_by_machine_ad')), array ( 'machineAdId' => NULL, '_controller' => 'Acme\\Bundle\\ServiceLakeBundle\\Controller\\Fire\\TreeController::startByMachineAdAction', '_locale' => 'es_ES',));
}
// nl_NL__RG__acme_service_lake_fire_tree_start_by_machine_ad
if (0 === strpos($pathinfo, '/nl/bird-fire/tree/machine-ad') && preg_match('#^/nl/bird\\-fire/tree/machine\\-ad(?:/(?P<machineAdId>[^/]++))?$#s', $pathinfo, $matches)) {
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'nl_NL__RG__acme_service_lake_fire_tree_start_by_machine_ad', key($requiredSchemes));
}
return $this->mergeDefaults(array_replace($matches, array('_route' => 'nl_NL__RG__acme_service_lake_fire_tree_start_by_machine_ad')), array ( 'machineAdId' => NULL, '_controller' => 'Acme\\Bundle\\ServiceLakeBundle\\Controller\\Fire\\TreeController::startByMachineAdAction', '_locale' => 'nl_NL',));
}
// de_CH__RG__acme_service_lake_fire_tree_start_by_machine_ad
if (0 === strpos($pathinfo, '/ch/bird-fire/tree/machine-ad') && preg_match('#^/ch/bird\\-fire/tree/machine\\-ad(?:/(?P<machineAdId>[^/]++))?$#s', $pathinfo, $matches)) {
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'de_CH__RG__acme_service_lake_fire_tree_start_by_machine_ad', key($requiredSchemes));
}
return $this->mergeDefaults(array_replace($matches, array('_route' => 'de_CH__RG__acme_service_lake_fire_tree_start_by_machine_ad')), array ( 'machineAdId' => NULL, '_controller' => 'Acme\\Bundle\\ServiceLakeBundle\\Controller\\Fire\\TreeController::startByMachineAdAction', '_locale' => 'de_CH',));
}
if (0 === strpos($pathinfo, '/a')) {
// en_AU__RG__acme_service_lake_fire_tree_start_by_machine_ad
if (0 === strpos($pathinfo, '/au/bird-fire/tree/machine-ad') && preg_match('#^/au/bird\\-fire/tree/machine\\-ad(?:/(?P<machineAdId>[^/]++))?$#s', $pathinfo, $matches)) {
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'en_AU__RG__acme_service_lake_fire_tree_start_by_machine_ad', key($requiredSchemes));
}
return $this->mergeDefaults(array_replace($matches, array('_route' => 'en_AU__RG__acme_service_lake_fire_tree_start_by_machine_ad')), array ( 'machineAdId' => NULL, '_controller' => 'Acme\\Bundle\\ServiceLakeBundle\\Controller\\Fire\\TreeController::startByMachineAdAction', '_locale' => 'en_AU',));
}
// de_AT__RG__acme_service_lake_fire_tree_start_by_machine_ad
if (0 === strpos($pathinfo, '/at/bird-fire/tree/machine-ad') && preg_match('#^/at/bird\\-fire/tree/machine\\-ad(?:/(?P<machineAdId>[^/]++))?$#s', $pathinfo, $matches)) {
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'de_AT__RG__acme_service_lake_fire_tree_start_by_machine_ad', key($requiredSchemes));
}
return $this->mergeDefaults(array_replace($matches, array('_route' => 'de_AT__RG__acme_service_lake_fire_tree_start_by_machine_ad')), array ( 'machineAdId' => NULL, '_controller' => 'Acme\\Bundle\\ServiceLakeBundle\\Controller\\Fire\\TreeController::startByMachineAdAction', '_locale' => 'de_AT',));
}
}
// zu_ZZ__RG__acme_service_lake_fire_tree_start_by_machine_ad
if (0 === strpos($pathinfo, '/zz/bird-fire/tree/machine-ad') && preg_match('#^/zz/bird\\-fire/tree/machine\\-ad(?:/(?P<machineAdId>[^/]++))?$#s', $pathinfo, $matches)) {
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'zu_ZZ__RG__acme_service_lake_fire_tree_start_by_machine_ad', key($requiredSchemes));
}
return $this->mergeDefaults(array_replace($matches, array('_route' => 'zu_ZZ__RG__acme_service_lake_fire_tree_start_by_machine_ad')), array ( 'machineAdId' => NULL, '_controller' => 'Acme\\Bundle\\ServiceLakeBundle\\Controller\\Fire\\TreeController::startByMachineAdAction', '_locale' => 'zu_ZZ',));
}
// de_DE__RG__acme_service_lake_fire_tree_start_post
if ($pathinfo === '/de/bird-fire/tree/start-post') {
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'de_DE__RG__acme_service_lake_fire_tree_start_post', key($requiredSchemes));
}
return array ( '_controller' => 'Acme\\Bundle\\ServiceLakeBundle\\Controller\\Fire\\TreeController::startPostAction', '_locale' => 'de_DE', '_route' => 'de_DE__RG__acme_service_lake_fire_tree_start_post',);
}
if (0 === strpos($pathinfo, '/u')) {
// en_GB__RG__acme_service_lake_fire_tree_start_post
if ($pathinfo === '/uk/bird-fire/tree/start-post') {
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'en_GB__RG__acme_service_lake_fire_tree_start_post', key($requiredSchemes));
}
return array ( '_controller' => 'Acme\\Bundle\\ServiceLakeBundle\\Controller\\Fire\\TreeController::startPostAction', '_locale' => 'en_GB', '_route' => 'en_GB__RG__acme_service_lake_fire_tree_start_post',);
}
// en_US__RG__acme_service_lake_fire_tree_start_post
if ($pathinfo === '/us/bird-fire/tree/start-post') {
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'en_US__RG__acme_service_lake_fire_tree_start_post', key($requiredSchemes));
}
return array ( '_controller' => 'Acme\\Bundle\\ServiceLakeBundle\\Controller\\Fire\\TreeController::startPostAction', '_locale' => 'en_US', '_route' => 'en_US__RG__acme_service_lake_fire_tree_start_post',);
}
}
// it_IT__RG__acme_service_lake_fire_tree_start_post
if ($pathinfo === '/it/bird-fire/tree/start-post') {
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'it_IT__RG__acme_service_lake_fire_tree_start_post', key($requiredSchemes));
}
return array ( '_controller' => 'Acme\\Bundle\\ServiceLakeBundle\\Controller\\Fire\\TreeController::startPostAction', '_locale' => 'it_IT', '_route' => 'it_IT__RG__acme_service_lake_fire_tree_start_post',);
}
// fr_FR__RG__acme_service_lake_fire_tree_start_post
if ($pathinfo === '/fr/bird-fire/tree/start-post') {
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'fr_FR__RG__acme_service_lake_fire_tree_start_post', key($requiredSchemes));
}
return array ( '_controller' => 'Acme\\Bundle\\ServiceLakeBundle\\Controller\\Fire\\TreeController::startPostAction', '_locale' => 'fr_FR', '_route' => 'fr_FR__RG__acme_service_lake_fire_tree_start_post',);
}
// es_ES__RG__acme_service_lake_fire_tree_start_post
if ($pathinfo === '/es/bird-fire/tree/start-post') {
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'es_ES__RG__acme_service_lake_fire_tree_start_post', key($requiredSchemes));
}
return array ( '_controller' => 'Acme\\Bundle\\ServiceLakeBundle\\Controller\\Fire\\TreeController::startPostAction', '_locale' => 'es_ES', '_route' => 'es_ES__RG__acme_service_lake_fire_tree_start_post',);
}
// nl_NL__RG__acme_service_lake_fire_tree_start_post
if ($pathinfo === '/nl/bird-fire/tree/start-post') {
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'nl_NL__RG__acme_service_lake_fire_tree_start_post', key($requiredSchemes));
}
return array ( '_controller' => 'Acme\\Bundle\\ServiceLakeBundle\\Controller\\Fire\\TreeController::startPostAction', '_locale' => 'nl_NL', '_route' => 'nl_NL__RG__acme_service_lake_fire_tree_start_post',);
}
// de_CH__RG__acme_service_lake_fire_tree_start_post
if ($pathinfo === '/ch/bird-fire/tree/start-post') {
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'de_CH__RG__acme_service_lake_fire_tree_start_post', key($requiredSchemes));
}
return array ( '_controller' => 'Acme\\Bundle\\ServiceLakeBundle\\Controller\\Fire\\TreeController::startPostAction', '_locale' => 'de_CH', '_route' => 'de_CH__RG__acme_service_lake_fire_tree_start_post',);
}
if (0 === strpos($pathinfo, '/a')) {
// en_AU__RG__acme_service_lake_fire_tree_start_post
if ($pathinfo === '/au/bird-fire/tree/start-post') {
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'en_AU__RG__acme_service_lake_fire_tree_start_post', key($requiredSchemes));
}
return array ( '_controller' => 'Acme\\Bundle\\ServiceLakeBundle\\Controller\\Fire\\TreeController::startPostAction', '_locale' => 'en_AU', '_route' => 'en_AU__RG__acme_service_lake_fire_tree_start_post',);
}
// de_AT__RG__acme_service_lake_fire_tree_start_post
if ($pathinfo === '/at/bird-fire/tree/start-post') {
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'de_AT__RG__acme_service_lake_fire_tree_start_post', key($requiredSchemes));
}
return array ( '_controller' => 'Acme\\Bundle\\ServiceLakeBundle\\Controller\\Fire\\TreeController::startPostAction', '_locale' => 'de_AT', '_route' => 'de_AT__RG__acme_service_lake_fire_tree_start_post',);
}
}
// zu_ZZ__RG__acme_service_lake_fire_tree_start_post
if ($pathinfo === '/zz/bird-fire/tree/start-post') {
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'zu_ZZ__RG__acme_service_lake_fire_tree_start_post', key($requiredSchemes));
}
return array ( '_controller' => 'Acme\\Bundle\\ServiceLakeBundle\\Controller\\Fire\\TreeController::startPostAction', '_locale' => 'zu_ZZ', '_route' => 'zu_ZZ__RG__acme_service_lake_fire_tree_start_post',);
}
// de_DE__RG__acme_service_lake_fire_tree_thank_you
if ($pathinfo === '/de/bird-fire/tree/thank-you') {
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'de_DE__RG__acme_service_lake_fire_tree_thank_you', key($requiredSchemes));
}
return array ( '_controller' => 'Acme\\Bundle\\ServiceLakeBundle\\Controller\\Fire\\TreeController::thankYouAction', '_locale' => 'de_DE', '_route' => 'de_DE__RG__acme_service_lake_fire_tree_thank_you',);
}
if (0 === strpos($pathinfo, '/u')) {
// en_GB__RG__acme_service_lake_fire_tree_thank_you
if ($pathinfo === '/uk/bird-fire/tree/thank-you') {
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'en_GB__RG__acme_service_lake_fire_tree_thank_you', key($requiredSchemes));
}
return array ( '_controller' => 'Acme\\Bundle\\ServiceLakeBundle\\Controller\\Fire\\TreeController::thankYouAction', '_locale' => 'en_GB', '_route' => 'en_GB__RG__acme_service_lake_fire_tree_thank_you',);
}
// en_US__RG__acme_service_lake_fire_tree_thank_you
if ($pathinfo === '/us/bird-fire/tree/thank-you') {
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'en_US__RG__acme_service_lake_fire_tree_thank_you', key($requiredSchemes));
}
return array ( '_controller' => 'Acme\\Bundle\\ServiceLakeBundle\\Controller\\Fire\\TreeController::thankYouAction', '_locale' => 'en_US', '_route' => 'en_US__RG__acme_service_lake_fire_tree_thank_you',);
}
}
// it_IT__RG__acme_service_lake_fire_tree_thank_you
if ($pathinfo === '/it/bird-fire/tree/thank-you') {
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'it_IT__RG__acme_service_lake_fire_tree_thank_you', key($requiredSchemes));
}
return array ( '_controller' => 'Acme\\Bundle\\ServiceLakeBundle\\Controller\\Fire\\TreeController::thankYouAction', '_locale' => 'it_IT', '_route' => 'it_IT__RG__acme_service_lake_fire_tree_thank_you',);
}
// fr_FR__RG__acme_service_lake_fire_tree_thank_you
if ($pathinfo === '/fr/bird-fire/tree/thank-you') {
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'fr_FR__RG__acme_service_lake_fire_tree_thank_you', key($requiredSchemes));
}
return array ( '_controller' => 'Acme\\Bundle\\ServiceLakeBundle\\Controller\\Fire\\TreeController::thankYouAction', '_locale' => 'fr_FR', '_route' => 'fr_FR__RG__acme_service_lake_fire_tree_thank_you',);
}
// es_ES__RG__acme_service_lake_fire_tree_thank_you
if ($pathinfo === '/es/bird-fire/tree/thank-you') {
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'es_ES__RG__acme_service_lake_fire_tree_thank_you', key($requiredSchemes));
}
return array ( '_controller' => 'Acme\\Bundle\\ServiceLakeBundle\\Controller\\Fire\\TreeController::thankYouAction', '_locale' => 'es_ES', '_route' => 'es_ES__RG__acme_service_lake_fire_tree_thank_you',);
}
// nl_NL__RG__acme_service_lake_fire_tree_thank_you
if ($pathinfo === '/nl/bird-fire/tree/thank-you') {
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'nl_NL__RG__acme_service_lake_fire_tree_thank_you', key($requiredSchemes));
}
return array ( '_controller' => 'Acme\\Bundle\\ServiceLakeBundle\\Controller\\Fire\\TreeController::thankYouAction', '_locale' => 'nl_NL', '_route' => 'nl_NL__RG__acme_service_lake_fire_tree_thank_you',);
}
// de_CH__RG__acme_service_lake_fire_tree_thank_you
if ($pathinfo === '/ch/bird-fire/tree/thank-you') {
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'de_CH__RG__acme_service_lake_fire_tree_thank_you', key($requiredSchemes));
}
return array ( '_controller' => 'Acme\\Bundle\\ServiceLakeBundle\\Controller\\Fire\\TreeController::thankYouAction', '_locale' => 'de_CH', '_route' => 'de_CH__RG__acme_service_lake_fire_tree_thank_you',);
}
if (0 === strpos($pathinfo, '/a')) {
// en_AU__RG__acme_service_lake_fire_tree_thank_you
if ($pathinfo === '/au/bird-fire/tree/thank-you') {
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'en_AU__RG__acme_service_lake_fire_tree_thank_you', key($requiredSchemes));
}
return array ( '_controller' => 'Acme\\Bundle\\ServiceLakeBundle\\Controller\\Fire\\TreeController::thankYouAction', '_locale' => 'en_AU', '_route' => 'en_AU__RG__acme_service_lake_fire_tree_thank_you',);
}
// de_AT__RG__acme_service_lake_fire_tree_thank_you
if ($pathinfo === '/at/bird-fire/tree/thank-you') {
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'de_AT__RG__acme_service_lake_fire_tree_thank_you', key($requiredSchemes));
}
return array ( '_controller' => 'Acme\\Bundle\\ServiceLakeBundle\\Controller\\Fire\\TreeController::thankYouAction', '_locale' => 'de_AT', '_route' => 'de_AT__RG__acme_service_lake_fire_tree_thank_you',);
}
}
// zu_ZZ__RG__acme_service_lake_fire_tree_thank_you
if ($pathinfo === '/zz/bird-fire/tree/thank-you') {
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'zu_ZZ__RG__acme_service_lake_fire_tree_thank_you', key($requiredSchemes));
}
return array ( '_controller' => 'Acme\\Bundle\\ServiceLakeBundle\\Controller\\Fire\\TreeController::thankYouAction', '_locale' => 'zu_ZZ', '_route' => 'zu_ZZ__RG__acme_service_lake_fire_tree_thank_you',);
}
// de_DE__RG__acme_service_lake_sun
if ($pathinfo === '/de/bird-opinion') {
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'de_DE__RG__acme_service_lake_sun', key($requiredSchemes));
}
return array ( '_controller' => 'Acme\\Bundle\\ServiceLakeBundle\\Controller\\Sun\\DefaultController::indexAction', '_locale' => 'de_DE', '_route' => 'de_DE__RG__acme_service_lake_sun',);
}
if (0 === strpos($pathinfo, '/u')) {
// en_GB__RG__acme_service_lake_sun
if ($pathinfo === '/uk/bird-sun') {
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'en_GB__RG__acme_service_lake_sun', key($requiredSchemes));
}
return array ( '_controller' => 'Acme\\Bundle\\ServiceLakeBundle\\Controller\\Sun\\DefaultController::indexAction', '_locale' => 'en_GB', '_route' => 'en_GB__RG__acme_service_lake_sun',);
}
// en_US__RG__acme_service_lake_sun
if ($pathinfo === '/us/bird-sun') {
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'en_US__RG__acme_service_lake_sun', key($requiredSchemes));
}
return array ( '_controller' => 'Acme\\Bundle\\ServiceLakeBundle\\Controller\\Sun\\DefaultController::indexAction', '_locale' => 'en_US', '_route' => 'en_US__RG__acme_service_lake_sun',);
}
}
// it_IT__RG__acme_service_lake_sun
if ($pathinfo === '/it/bird-sun') {
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'it_IT__RG__acme_service_lake_sun', key($requiredSchemes));
}
return array ( '_controller' => 'Acme\\Bundle\\ServiceLakeBundle\\Controller\\Sun\\DefaultController::indexAction', '_locale' => 'it_IT', '_route' => 'it_IT__RG__acme_service_lake_sun',);
}
// fr_FR__RG__acme_service_lake_sun
if ($pathinfo === '/fr/bird-sun') {
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'fr_FR__RG__acme_service_lake_sun', key($requiredSchemes));
}
return array ( '_controller' => 'Acme\\Bundle\\ServiceLakeBundle\\Controller\\Sun\\DefaultController::indexAction', '_locale' => 'fr_FR', '_route' => 'fr_FR__RG__acme_service_lake_sun',);
}
// es_ES__RG__acme_service_lake_sun
if ($pathinfo === '/es/bird-sun') {
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'es_ES__RG__acme_service_lake_sun', key($requiredSchemes));
}
return array ( '_controller' => 'Acme\\Bundle\\ServiceLakeBundle\\Controller\\Sun\\DefaultController::indexAction', '_locale' => 'es_ES', '_route' => 'es_ES__RG__acme_service_lake_sun',);
}
// nl_NL__RG__acme_service_lake_sun
if ($pathinfo === '/nl/bird-sun') {
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'nl_NL__RG__acme_service_lake_sun', key($requiredSchemes));
}
return array ( '_controller' => 'Acme\\Bundle\\ServiceLakeBundle\\Controller\\Sun\\DefaultController::indexAction', '_locale' => 'nl_NL', '_route' => 'nl_NL__RG__acme_service_lake_sun',);
}
// de_CH__RG__acme_service_lake_sun
if ($pathinfo === '/ch/bird-opinion') {
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'de_CH__RG__acme_service_lake_sun', key($requiredSchemes));
}
return array ( '_controller' => 'Acme\\Bundle\\ServiceLakeBundle\\Controller\\Sun\\DefaultController::indexAction', '_locale' => 'de_CH', '_route' => 'de_CH__RG__acme_service_lake_sun',);
}
if (0 === strpos($pathinfo, '/a')) {
// en_AU__RG__acme_service_lake_sun
if ($pathinfo === '/au/bird-sun') {
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'en_AU__RG__acme_service_lake_sun', key($requiredSchemes));
}
return array ( '_controller' => 'Acme\\Bundle\\ServiceLakeBundle\\Controller\\Sun\\DefaultController::indexAction', '_locale' => 'en_AU', '_route' => 'en_AU__RG__acme_service_lake_sun',);
}
// de_AT__RG__acme_service_lake_sun
if ($pathinfo === '/at/bird-opinion') {
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'de_AT__RG__acme_service_lake_sun', key($requiredSchemes));
}
return array ( '_controller' => 'Acme\\Bundle\\ServiceLakeBundle\\Controller\\Sun\\DefaultController::indexAction', '_locale' => 'de_AT', '_route' => 'de_AT__RG__acme_service_lake_sun',);
}
}
// zu_ZZ__RG__acme_service_lake_sun
if ($pathinfo === '/zz/bird-sun') {
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'zu_ZZ__RG__acme_service_lake_sun', key($requiredSchemes));
}
return array ( '_controller' => 'Acme\\Bundle\\ServiceLakeBundle\\Controller\\Sun\\DefaultController::indexAction', '_locale' => 'zu_ZZ', '_route' => 'zu_ZZ__RG__acme_service_lake_sun',);
}
// de_DE__RG__acme_service_lake_sun_select_povider_by_machine
if (0 === strpos($pathinfo, '/de/bird-sun/select-lake/machine') && preg_match('#^/de/bird\\-sun/select\\-lake/machine(?:/(?P<machineId>[^/]++)(?:/(?P<yearOfProduction>[^/]++))?)?$#s', $pathinfo, $matches)) {
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'de_DE__RG__acme_service_lake_sun_select_povider_by_machine', key($requiredSchemes));
}
return $this->mergeDefaults(array_replace($matches, array('_route' => 'de_DE__RG__acme_service_lake_sun_select_povider_by_machine')), array ( 'machineId' => NULL, 'yearOfProduction' => NULL, '_controller' => 'Acme\\Bundle\\ServiceLakeBundle\\Controller\\Sun\\DefaultController::selectLakeByMachineAction', '_locale' => 'de_DE',));
}
if (0 === strpos($pathinfo, '/u')) {
// en_GB__RG__acme_service_lake_sun_select_povider_by_machine
if (0 === strpos($pathinfo, '/uk/bird-sun/select-lake/machine') && preg_match('#^/uk/bird\\-sun/select\\-lake/machine(?:/(?P<machineId>[^/]++)(?:/(?P<yearOfProduction>[^/]++))?)?$#s', $pathinfo, $matches)) {
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'en_GB__RG__acme_service_lake_sun_select_povider_by_machine', key($requiredSchemes));
}
return $this->mergeDefaults(array_replace($matches, array('_route' => 'en_GB__RG__acme_service_lake_sun_select_povider_by_machine')), array ( 'machineId' => NULL, 'yearOfProduction' => NULL, '_controller' => 'Acme\\Bundle\\ServiceLakeBundle\\Controller\\Sun\\DefaultController::selectLakeByMachineAction', '_locale' => 'en_GB',));
}
// en_US__RG__acme_service_lake_sun_select_povider_by_machine
if (0 === strpos($pathinfo, '/us/bird-sun/select-lake/machine') && preg_match('#^/us/bird\\-sun/select\\-lake/machine(?:/(?P<machineId>[^/]++)(?:/(?P<yearOfProduction>[^/]++))?)?$#s', $pathinfo, $matches)) {
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'en_US__RG__acme_service_lake_sun_select_povider_by_machine', key($requiredSchemes));
}
return $this->mergeDefaults(array_replace($matches, array('_route' => 'en_US__RG__acme_service_lake_sun_select_povider_by_machine')), array ( 'machineId' => NULL, 'yearOfProduction' => NULL, '_controller' => 'Acme\\Bundle\\ServiceLakeBundle\\Controller\\Sun\\DefaultController::selectLakeByMachineAction', '_locale' => 'en_US',));
}
}
// it_IT__RG__acme_service_lake_sun_select_povider_by_machine
if (0 === strpos($pathinfo, '/it/bird-sun/select-lake/machine') && preg_match('#^/it/bird\\-sun/select\\-lake/machine(?:/(?P<machineId>[^/]++)(?:/(?P<yearOfProduction>[^/]++))?)?$#s', $pathinfo, $matches)) {
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'it_IT__RG__acme_service_lake_sun_select_povider_by_machine', key($requiredSchemes));
}
return $this->mergeDefaults(array_replace($matches, array('_route' => 'it_IT__RG__acme_service_lake_sun_select_povider_by_machine')), array ( 'machineId' => NULL, 'yearOfProduction' => NULL, '_controller' => 'Acme\\Bundle\\ServiceLakeBundle\\Controller\\Sun\\DefaultController::selectLakeByMachineAction', '_locale' => 'it_IT',));
}
// fr_FR__RG__acme_service_lake_sun_select_povider_by_machine
if (0 === strpos($pathinfo, '/fr/bird-sun/select-lake/machine') && preg_match('#^/fr/bird\\-sun/select\\-lake/machine(?:/(?P<machineId>[^/]++)(?:/(?P<yearOfProduction>[^/]++))?)?$#s', $pathinfo, $matches)) {
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'fr_FR__RG__acme_service_lake_sun_select_povider_by_machine', key($requiredSchemes));
}
return $this->mergeDefaults(array_replace($matches, array('_route' => 'fr_FR__RG__acme_service_lake_sun_select_povider_by_machine')), array ( 'machineId' => NULL, 'yearOfProduction' => NULL, '_controller' => 'Acme\\Bundle\\ServiceLakeBundle\\Controller\\Sun\\DefaultController::selectLakeByMachineAction', '_locale' => 'fr_FR',));
}
// es_ES__RG__acme_service_lake_sun_select_povider_by_machine
if (0 === strpos($pathinfo, '/es/bird-sun/select-lake/machine') && preg_match('#^/es/bird\\-sun/select\\-lake/machine(?:/(?P<machineId>[^/]++)(?:/(?P<yearOfProduction>[^/]++))?)?$#s', $pathinfo, $matches)) {
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'es_ES__RG__acme_service_lake_sun_select_povider_by_machine', key($requiredSchemes));
}
return $this->mergeDefaults(array_replace($matches, array('_route' => 'es_ES__RG__acme_service_lake_sun_select_povider_by_machine')), array ( 'machineId' => NULL, 'yearOfProduction' => NULL, '_controller' => 'Acme\\Bundle\\ServiceLakeBundle\\Controller\\Sun\\DefaultController::selectLakeByMachineAction', '_locale' => 'es_ES',));
}
// nl_NL__RG__acme_service_lake_sun_select_povider_by_machine
if (0 === strpos($pathinfo, '/nl/bird-sun/select-lake/machine') && preg_match('#^/nl/bird\\-sun/select\\-lake/machine(?:/(?P<machineId>[^/]++)(?:/(?P<yearOfProduction>[^/]++))?)?$#s', $pathinfo, $matches)) {
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'nl_NL__RG__acme_service_lake_sun_select_povider_by_machine', key($requiredSchemes));
}
return $this->mergeDefaults(array_replace($matches, array('_route' => 'nl_NL__RG__acme_service_lake_sun_select_povider_by_machine')), array ( 'machineId' => NULL, 'yearOfProduction' => NULL, '_controller' => 'Acme\\Bundle\\ServiceLakeBundle\\Controller\\Sun\\DefaultController::selectLakeByMachineAction', '_locale' => 'nl_NL',));
}
// de_CH__RG__acme_service_lake_sun_select_povider_by_machine
if (0 === strpos($pathinfo, '/ch/bird-sun/select-lake/machine') && preg_match('#^/ch/bird\\-sun/select\\-lake/machine(?:/(?P<machineId>[^/]++)(?:/(?P<yearOfProduction>[^/]++))?)?$#s', $pathinfo, $matches)) {
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'de_CH__RG__acme_service_lake_sun_select_povider_by_machine', key($requiredSchemes));
}
return $this->mergeDefaults(array_replace($matches, array('_route' => 'de_CH__RG__acme_service_lake_sun_select_povider_by_machine')), array ( 'machineId' => NULL, 'yearOfProduction' => NULL, '_controller' => 'Acme\\Bundle\\ServiceLakeBundle\\Controller\\Sun\\DefaultController::selectLakeByMachineAction', '_locale' => 'de_CH',));
}
if (0 === strpos($pathinfo, '/a')) {
// en_AU__RG__acme_service_lake_sun_select_povider_by_machine
if (0 === strpos($pathinfo, '/au/bird-sun/select-lake/machine') && preg_match('#^/au/bird\\-sun/select\\-lake/machine(?:/(?P<machineId>[^/]++)(?:/(?P<yearOfProduction>[^/]++))?)?$#s', $pathinfo, $matches)) {
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'en_AU__RG__acme_service_lake_sun_select_povider_by_machine', key($requiredSchemes));
}
return $this->mergeDefaults(array_replace($matches, array('_route' => 'en_AU__RG__acme_service_lake_sun_select_povider_by_machine')), array ( 'machineId' => NULL, 'yearOfProduction' => NULL, '_controller' => 'Acme\\Bundle\\ServiceLakeBundle\\Controller\\Sun\\DefaultController::selectLakeByMachineAction', '_locale' => 'en_AU',));
}
// de_AT__RG__acme_service_lake_sun_select_povider_by_machine
if (0 === strpos($pathinfo, '/at/bird-sun/select-lake/machine') && preg_match('#^/at/bird\\-sun/select\\-lake/machine(?:/(?P<machineId>[^/]++)(?:/(?P<yearOfProduction>[^/]++))?)?$#s', $pathinfo, $matches)) {
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'de_AT__RG__acme_service_lake_sun_select_povider_by_machine', key($requiredSchemes));
}
return $this->mergeDefaults(array_replace($matches, array('_route' => 'de_AT__RG__acme_service_lake_sun_select_povider_by_machine')), array ( 'machineId' => NULL, 'yearOfProduction' => NULL, '_controller' => 'Acme\\Bundle\\ServiceLakeBundle\\Controller\\Sun\\DefaultController::selectLakeByMachineAction', '_locale' => 'de_AT',));
}
}
// zu_ZZ__RG__acme_service_lake_sun_select_povider_by_machine
if (0 === strpos($pathinfo, '/zz/bird-sun/select-lake/machine') && preg_match('#^/zz/bird\\-sun/select\\-lake/machine(?:/(?P<machineId>[^/]++)(?:/(?P<yearOfProduction>[^/]++))?)?$#s', $pathinfo, $matches)) {
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'zu_ZZ__RG__acme_service_lake_sun_select_povider_by_machine', key($requiredSchemes));
}
return $this->mergeDefaults(array_replace($matches, array('_route' => 'zu_ZZ__RG__acme_service_lake_sun_select_povider_by_machine')), array ( 'machineId' => NULL, 'yearOfProduction' => NULL, '_controller' => 'Acme\\Bundle\\ServiceLakeBundle\\Controller\\Sun\\DefaultController::selectLakeByMachineAction', '_locale' => 'zu_ZZ',));
}
// de_DE__RG__acme_service_lake_sun_select_povider_by_machine_ad
if (0 === strpos($pathinfo, '/de/bird-sun/select-lake/machine-ad') && preg_match('#^/de/bird\\-sun/select\\-lake/machine\\-ad(?:/(?P<machineAdId>[^/]++))?$#s', $pathinfo, $matches)) {
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'de_DE__RG__acme_service_lake_sun_select_povider_by_machine_ad', key($requiredSchemes));
}
return $this->mergeDefaults(array_replace($matches, array('_route' => 'de_DE__RG__acme_service_lake_sun_select_povider_by_machine_ad')), array ( 'machineAdId' => NULL, '_controller' => 'Acme\\Bundle\\ServiceLakeBundle\\Controller\\Sun\\DefaultController::selectLakeByMachineAdAction', '_locale' => 'de_DE',));
}
if (0 === strpos($pathinfo, '/u')) {
// en_GB__RG__acme_service_lake_sun_select_povider_by_machine_ad
if (0 === strpos($pathinfo, '/uk/bird-sun/select-lake/machine-ad') && preg_match('#^/uk/bird\\-sun/select\\-lake/machine\\-ad(?:/(?P<machineAdId>[^/]++))?$#s', $pathinfo, $matches)) {
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'en_GB__RG__acme_service_lake_sun_select_povider_by_machine_ad', key($requiredSchemes));
}
return $this->mergeDefaults(array_replace($matches, array('_route' => 'en_GB__RG__acme_service_lake_sun_select_povider_by_machine_ad')), array ( 'machineAdId' => NULL, '_controller' => 'Acme\\Bundle\\ServiceLakeBundle\\Controller\\Sun\\DefaultController::selectLakeByMachineAdAction', '_locale' => 'en_GB',));
}
// en_US__RG__acme_service_lake_sun_select_povider_by_machine_ad
if (0 === strpos($pathinfo, '/us/bird-sun/select-lake/machine-ad') && preg_match('#^/us/bird\\-sun/select\\-lake/machine\\-ad(?:/(?P<machineAdId>[^/]++))?$#s', $pathinfo, $matches)) {
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'en_US__RG__acme_service_lake_sun_select_povider_by_machine_ad', key($requiredSchemes));
}
return $this->mergeDefaults(array_replace($matches, array('_route' => 'en_US__RG__acme_service_lake_sun_select_povider_by_machine_ad')), array ( 'machineAdId' => NULL, '_controller' => 'Acme\\Bundle\\ServiceLakeBundle\\Controller\\Sun\\DefaultController::selectLakeByMachineAdAction', '_locale' => 'en_US',));
}
}
// it_IT__RG__acme_service_lake_sun_select_povider_by_machine_ad
if (0 === strpos($pathinfo, '/it/bird-sun/select-lake/machine-ad') && preg_match('#^/it/bird\\-sun/select\\-lake/machine\\-ad(?:/(?P<machineAdId>[^/]++))?$#s', $pathinfo, $matches)) {
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'it_IT__RG__acme_service_lake_sun_select_povider_by_machine_ad', key($requiredSchemes));
}
return $this->mergeDefaults(array_replace($matches, array('_route' => 'it_IT__RG__acme_service_lake_sun_select_povider_by_machine_ad')), array ( 'machineAdId' => NULL, '_controller' => 'Acme\\Bundle\\ServiceLakeBundle\\Controller\\Sun\\DefaultController::selectLakeByMachineAdAction', '_locale' => 'it_IT',));
}
// fr_FR__RG__acme_service_lake_sun_select_povider_by_machine_ad
if (0 === strpos($pathinfo, '/fr/bird-sun/select-lake/machine-ad') && preg_match('#^/fr/bird\\-sun/select\\-lake/machine\\-ad(?:/(?P<machineAdId>[^/]++))?$#s', $pathinfo, $matches)) {
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'fr_FR__RG__acme_service_lake_sun_select_povider_by_machine_ad', key($requiredSchemes));
}
return $this->mergeDefaults(array_replace($matches, array('_route' => 'fr_FR__RG__acme_service_lake_sun_select_povider_by_machine_ad')), array ( 'machineAdId' => NULL, '_controller' => 'Acme\\Bundle\\ServiceLakeBundle\\Controller\\Sun\\DefaultController::selectLakeByMachineAdAction', '_locale' => 'fr_FR',));
}
// es_ES__RG__acme_service_lake_sun_select_povider_by_machine_ad
if (0 === strpos($pathinfo, '/es/bird-sun/select-lake/machine-ad') && preg_match('#^/es/bird\\-sun/select\\-lake/machine\\-ad(?:/(?P<machineAdId>[^/]++))?$#s', $pathinfo, $matches)) {
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'es_ES__RG__acme_service_lake_sun_select_povider_by_machine_ad', key($requiredSchemes));
}
return $this->mergeDefaults(array_replace($matches, array('_route' => 'es_ES__RG__acme_service_lake_sun_select_povider_by_machine_ad')), array ( 'machineAdId' => NULL, '_controller' => 'Acme\\Bundle\\ServiceLakeBundle\\Controller\\Sun\\DefaultController::selectLakeByMachineAdAction', '_locale' => 'es_ES',));
}
// nl_NL__RG__acme_service_lake_sun_select_povider_by_machine_ad
if (0 === strpos($pathinfo, '/nl/bird-sun/select-lake/machine-ad') && preg_match('#^/nl/bird\\-sun/select\\-lake/machine\\-ad(?:/(?P<machineAdId>[^/]++))?$#s', $pathinfo, $matches)) {
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'nl_NL__RG__acme_service_lake_sun_select_povider_by_machine_ad', key($requiredSchemes));
}
return $this->mergeDefaults(array_replace($matches, array('_route' => 'nl_NL__RG__acme_service_lake_sun_select_povider_by_machine_ad')), array ( 'machineAdId' => NULL, '_controller' => 'Acme\\Bundle\\ServiceLakeBundle\\Controller\\Sun\\DefaultController::selectLakeByMachineAdAction', '_locale' => 'nl_NL',));
}
// de_CH__RG__acme_service_lake_sun_select_povider_by_machine_ad
if (0 === strpos($pathinfo, '/ch/bird-sun/select-lake/machine-ad') && preg_match('#^/ch/bird\\-sun/select\\-lake/machine\\-ad(?:/(?P<machineAdId>[^/]++))?$#s', $pathinfo, $matches)) {
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'de_CH__RG__acme_service_lake_sun_select_povider_by_machine_ad', key($requiredSchemes));
}
return $this->mergeDefaults(array_replace($matches, array('_route' => 'de_CH__RG__acme_service_lake_sun_select_povider_by_machine_ad')), array ( 'machineAdId' => NULL, '_controller' => 'Acme\\Bundle\\ServiceLakeBundle\\Controller\\Sun\\DefaultController::selectLakeByMachineAdAction', '_locale' => 'de_CH',));
}
if (0 === strpos($pathinfo, '/a')) {
// en_AU__RG__acme_service_lake_sun_select_povider_by_machine_ad
if (0 === strpos($pathinfo, '/au/bird-sun/select-lake/machine-ad') && preg_match('#^/au/bird\\-sun/select\\-lake/machine\\-ad(?:/(?P<machineAdId>[^/]++))?$#s', $pathinfo, $matches)) {
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'en_AU__RG__acme_service_lake_sun_select_povider_by_machine_ad', key($requiredSchemes));
}
return $this->mergeDefaults(array_replace($matches, array('_route' => 'en_AU__RG__acme_service_lake_sun_select_povider_by_machine_ad')), array ( 'machineAdId' => NULL, '_controller' => 'Acme\\Bundle\\ServiceLakeBundle\\Controller\\Sun\\DefaultController::selectLakeByMachineAdAction', '_locale' => 'en_AU',));
}
// de_AT__RG__acme_service_lake_sun_select_povider_by_machine_ad
if (0 === strpos($pathinfo, '/at/bird-sun/select-lake/machine-ad') && preg_match('#^/at/bird\\-sun/select\\-lake/machine\\-ad(?:/(?P<machineAdId>[^/]++))?$#s', $pathinfo, $matches)) {
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'de_AT__RG__acme_service_lake_sun_select_povider_by_machine_ad', key($requiredSchemes));
}
return $this->mergeDefaults(array_replace($matches, array('_route' => 'de_AT__RG__acme_service_lake_sun_select_povider_by_machine_ad')), array ( 'machineAdId' => NULL, '_controller' => 'Acme\\Bundle\\ServiceLakeBundle\\Controller\\Sun\\DefaultController::selectLakeByMachineAdAction', '_locale' => 'de_AT',));
}
}
// zu_ZZ__RG__acme_service_lake_sun_select_povider_by_machine_ad
if (0 === strpos($pathinfo, '/zz/bird-sun/select-lake/machine-ad') && preg_match('#^/zz/bird\\-sun/select\\-lake/machine\\-ad(?:/(?P<machineAdId>[^/]++))?$#s', $pathinfo, $matches)) {
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'zu_ZZ__RG__acme_service_lake_sun_select_povider_by_machine_ad', key($requiredSchemes));
}
return $this->mergeDefaults(array_replace($matches, array('_route' => 'zu_ZZ__RG__acme_service_lake_sun_select_povider_by_machine_ad')), array ( 'machineAdId' => NULL, '_controller' => 'Acme\\Bundle\\ServiceLakeBundle\\Controller\\Sun\\DefaultController::selectLakeByMachineAdAction', '_locale' => 'zu_ZZ',));
}
// de_DE__RG__acme_service_lake_sun_road_start_by_machine
if (0 === strpos($pathinfo, '/de/bird-sun/road/machine') && preg_match('#^/de/bird\\-sun/road/machine(?:/(?P<machineId>[^/]++)(?:/(?P<yearOfProduction>[^/]++))?)?$#s', $pathinfo, $matches)) {
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'de_DE__RG__acme_service_lake_sun_road_start_by_machine', key($requiredSchemes));
}
return $this->mergeDefaults(array_replace($matches, array('_route' => 'de_DE__RG__acme_service_lake_sun_road_start_by_machine')), array ( 'machineId' => NULL, 'yearOfProduction' => NULL, '_controller' => 'Acme\\Bundle\\ServiceLakeBundle\\Controller\\Sun\\RoadController::startByMachineAction', '_locale' => 'de_DE',));
}
if (0 === strpos($pathinfo, '/u')) {
// en_GB__RG__acme_service_lake_sun_road_start_by_machine
if (0 === strpos($pathinfo, '/uk/bird-sun/road/machine') && preg_match('#^/uk/bird\\-sun/road/machine(?:/(?P<machineId>[^/]++)(?:/(?P<yearOfProduction>[^/]++))?)?$#s', $pathinfo, $matches)) {
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'en_GB__RG__acme_service_lake_sun_road_start_by_machine', key($requiredSchemes));
}
return $this->mergeDefaults(array_replace($matches, array('_route' => 'en_GB__RG__acme_service_lake_sun_road_start_by_machine')), array ( 'machineId' => NULL, 'yearOfProduction' => NULL, '_controller' => 'Acme\\Bundle\\ServiceLakeBundle\\Controller\\Sun\\RoadController::startByMachineAction', '_locale' => 'en_GB',));
}
// en_US__RG__acme_service_lake_sun_road_start_by_machine
if (0 === strpos($pathinfo, '/us/bird-sun/road/machine') && preg_match('#^/us/bird\\-sun/road/machine(?:/(?P<machineId>[^/]++)(?:/(?P<yearOfProduction>[^/]++))?)?$#s', $pathinfo, $matches)) {
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'en_US__RG__acme_service_lake_sun_road_start_by_machine', key($requiredSchemes));
}
return $this->mergeDefaults(array_replace($matches, array('_route' => 'en_US__RG__acme_service_lake_sun_road_start_by_machine')), array ( 'machineId' => NULL, 'yearOfProduction' => NULL, '_controller' => 'Acme\\Bundle\\ServiceLakeBundle\\Controller\\Sun\\RoadController::startByMachineAction', '_locale' => 'en_US',));
}
}
// it_IT__RG__acme_service_lake_sun_road_start_by_machine
if (0 === strpos($pathinfo, '/it/bird-sun/road/machine') && preg_match('#^/it/bird\\-sun/road/machine(?:/(?P<machineId>[^/]++)(?:/(?P<yearOfProduction>[^/]++))?)?$#s', $pathinfo, $matches)) {
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'it_IT__RG__acme_service_lake_sun_road_start_by_machine', key($requiredSchemes));
}
return $this->mergeDefaults(array_replace($matches, array('_route' => 'it_IT__RG__acme_service_lake_sun_road_start_by_machine')), array ( 'machineId' => NULL, 'yearOfProduction' => NULL, '_controller' => 'Acme\\Bundle\\ServiceLakeBundle\\Controller\\Sun\\RoadController::startByMachineAction', '_locale' => 'it_IT',));
}
// fr_FR__RG__acme_service_lake_sun_road_start_by_machine
if (0 === strpos($pathinfo, '/fr/bird-sun/road/machine') && preg_match('#^/fr/bird\\-sun/road/machine(?:/(?P<machineId>[^/]++)(?:/(?P<yearOfProduction>[^/]++))?)?$#s', $pathinfo, $matches)) {
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'fr_FR__RG__acme_service_lake_sun_road_start_by_machine', key($requiredSchemes));
}
return $this->mergeDefaults(array_replace($matches, array('_route' => 'fr_FR__RG__acme_service_lake_sun_road_start_by_machine')), array ( 'machineId' => NULL, 'yearOfProduction' => NULL, '_controller' => 'Acme\\Bundle\\ServiceLakeBundle\\Controller\\Sun\\RoadController::startByMachineAction', '_locale' => 'fr_FR',));
}
// es_ES__RG__acme_service_lake_sun_road_start_by_machine
if (0 === strpos($pathinfo, '/es/bird-sun/road/machine') && preg_match('#^/es/bird\\-sun/road/machine(?:/(?P<machineId>[^/]++)(?:/(?P<yearOfProduction>[^/]++))?)?$#s', $pathinfo, $matches)) {
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'es_ES__RG__acme_service_lake_sun_road_start_by_machine', key($requiredSchemes));
}
return $this->mergeDefaults(array_replace($matches, array('_route' => 'es_ES__RG__acme_service_lake_sun_road_start_by_machine')), array ( 'machineId' => NULL, 'yearOfProduction' => NULL, '_controller' => 'Acme\\Bundle\\ServiceLakeBundle\\Controller\\Sun\\RoadController::startByMachineAction', '_locale' => 'es_ES',));
}
// nl_NL__RG__acme_service_lake_sun_road_start_by_machine
if (0 === strpos($pathinfo, '/nl/bird-sun/road/machine') && preg_match('#^/nl/bird\\-sun/road/machine(?:/(?P<machineId>[^/]++)(?:/(?P<yearOfProduction>[^/]++))?)?$#s', $pathinfo, $matches)) {
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'nl_NL__RG__acme_service_lake_sun_road_start_by_machine', key($requiredSchemes));
}
return $this->mergeDefaults(array_replace($matches, array('_route' => 'nl_NL__RG__acme_service_lake_sun_road_start_by_machine')), array ( 'machineId' => NULL, 'yearOfProduction' => NULL, '_controller' => 'Acme\\Bundle\\ServiceLakeBundle\\Controller\\Sun\\RoadController::startByMachineAction', '_locale' => 'nl_NL',));
}
// de_CH__RG__acme_service_lake_sun_road_start_by_machine
if (0 === strpos($pathinfo, '/ch/bird-sun/road/machine') && preg_match('#^/ch/bird\\-sun/road/machine(?:/(?P<machineId>[^/]++)(?:/(?P<yearOfProduction>[^/]++))?)?$#s', $pathinfo, $matches)) {
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'de_CH__RG__acme_service_lake_sun_road_start_by_machine', key($requiredSchemes));
}
return $this->mergeDefaults(array_replace($matches, array('_route' => 'de_CH__RG__acme_service_lake_sun_road_start_by_machine')), array ( 'machineId' => NULL, 'yearOfProduction' => NULL, '_controller' => 'Acme\\Bundle\\ServiceLakeBundle\\Controller\\Sun\\RoadController::startByMachineAction', '_locale' => 'de_CH',));
}
if (0 === strpos($pathinfo, '/a')) {
// en_AU__RG__acme_service_lake_sun_road_start_by_machine
if (0 === strpos($pathinfo, '/au/bird-sun/road/machine') && preg_match('#^/au/bird\\-sun/road/machine(?:/(?P<machineId>[^/]++)(?:/(?P<yearOfProduction>[^/]++))?)?$#s', $pathinfo, $matches)) {
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'en_AU__RG__acme_service_lake_sun_road_start_by_machine', key($requiredSchemes));
}
return $this->mergeDefaults(array_replace($matches, array('_route' => 'en_AU__RG__acme_service_lake_sun_road_start_by_machine')), array ( 'machineId' => NULL, 'yearOfProduction' => NULL, '_controller' => 'Acme\\Bundle\\ServiceLakeBundle\\Controller\\Sun\\RoadController::startByMachineAction', '_locale' => 'en_AU',));
}
// de_AT__RG__acme_service_lake_sun_road_start_by_machine
if (0 === strpos($pathinfo, '/at/bird-sun/road/machine') && preg_match('#^/at/bird\\-sun/road/machine(?:/(?P<machineId>[^/]++)(?:/(?P<yearOfProduction>[^/]++))?)?$#s', $pathinfo, $matches)) {
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'de_AT__RG__acme_service_lake_sun_road_start_by_machine', key($requiredSchemes));
}
return $this->mergeDefaults(array_replace($matches, array('_route' => 'de_AT__RG__acme_service_lake_sun_road_start_by_machine')), array ( 'machineId' => NULL, 'yearOfProduction' => NULL, '_controller' => 'Acme\\Bundle\\ServiceLakeBundle\\Controller\\Sun\\RoadController::startByMachineAction', '_locale' => 'de_AT',));
}
}
// zu_ZZ__RG__acme_service_lake_sun_road_start_by_machine
if (0 === strpos($pathinfo, '/zz/bird-sun/road/machine') && preg_match('#^/zz/bird\\-sun/road/machine(?:/(?P<machineId>[^/]++)(?:/(?P<yearOfProduction>[^/]++))?)?$#s', $pathinfo, $matches)) {
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'zu_ZZ__RG__acme_service_lake_sun_road_start_by_machine', key($requiredSchemes));
}
return $this->mergeDefaults(array_replace($matches, array('_route' => 'zu_ZZ__RG__acme_service_lake_sun_road_start_by_machine')), array ( 'machineId' => NULL, 'yearOfProduction' => NULL, '_controller' => 'Acme\\Bundle\\ServiceLakeBundle\\Controller\\Sun\\RoadController::startByMachineAction', '_locale' => 'zu_ZZ',));
}
// de_DE__RG__acme_service_lake_sun_road_start_by_machine_ad
if (0 === strpos($pathinfo, '/de/bird-sun/road/machine-ad') && preg_match('#^/de/bird\\-sun/road/machine\\-ad(?:/(?P<machineAdId>[^/]++))?$#s', $pathinfo, $matches)) {
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'de_DE__RG__acme_service_lake_sun_road_start_by_machine_ad', key($requiredSchemes));
}
return $this->mergeDefaults(array_replace($matches, array('_route' => 'de_DE__RG__acme_service_lake_sun_road_start_by_machine_ad')), array ( 'machineAdId' => NULL, '_controller' => 'Acme\\Bundle\\ServiceLakeBundle\\Controller\\Sun\\RoadController::startByMachineAdAction', '_locale' => 'de_DE',));
}
if (0 === strpos($pathinfo, '/u')) {
// en_GB__RG__acme_service_lake_sun_road_start_by_machine_ad
if (0 === strpos($pathinfo, '/uk/bird-sun/road/machine-ad') && preg_match('#^/uk/bird\\-sun/road/machine\\-ad(?:/(?P<machineAdId>[^/]++))?$#s', $pathinfo, $matches)) {
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'en_GB__RG__acme_service_lake_sun_road_start_by_machine_ad', key($requiredSchemes));
}
return $this->mergeDefaults(array_replace($matches, array('_route' => 'en_GB__RG__acme_service_lake_sun_road_start_by_machine_ad')), array ( 'machineAdId' => NULL, '_controller' => 'Acme\\Bundle\\ServiceLakeBundle\\Controller\\Sun\\RoadController::startByMachineAdAction', '_locale' => 'en_GB',));
}
// en_US__RG__acme_service_lake_sun_road_start_by_machine_ad
if (0 === strpos($pathinfo, '/us/bird-sun/road/machine-ad') && preg_match('#^/us/bird\\-sun/road/machine\\-ad(?:/(?P<machineAdId>[^/]++))?$#s', $pathinfo, $matches)) {
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'en_US__RG__acme_service_lake_sun_road_start_by_machine_ad', key($requiredSchemes));
}
return $this->mergeDefaults(array_replace($matches, array('_route' => 'en_US__RG__acme_service_lake_sun_road_start_by_machine_ad')), array ( 'machineAdId' => NULL, '_controller' => 'Acme\\Bundle\\ServiceLakeBundle\\Controller\\Sun\\RoadController::startByMachineAdAction', '_locale' => 'en_US',));
}
}
// it_IT__RG__acme_service_lake_sun_road_start_by_machine_ad
if (0 === strpos($pathinfo, '/it/bird-sun/road/machine-ad') && preg_match('#^/it/bird\\-sun/road/machine\\-ad(?:/(?P<machineAdId>[^/]++))?$#s', $pathinfo, $matches)) {
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'it_IT__RG__acme_service_lake_sun_road_start_by_machine_ad', key($requiredSchemes));
}
return $this->mergeDefaults(array_replace($matches, array('_route' => 'it_IT__RG__acme_service_lake_sun_road_start_by_machine_ad')), array ( 'machineAdId' => NULL, '_controller' => 'Acme\\Bundle\\ServiceLakeBundle\\Controller\\Sun\\RoadController::startByMachineAdAction', '_locale' => 'it_IT',));
}
// fr_FR__RG__acme_service_lake_sun_road_start_by_machine_ad
if (0 === strpos($pathinfo, '/fr/bird-sun/road/machine-ad') && preg_match('#^/fr/bird\\-sun/road/machine\\-ad(?:/(?P<machineAdId>[^/]++))?$#s', $pathinfo, $matches)) {
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'fr_FR__RG__acme_service_lake_sun_road_start_by_machine_ad', key($requiredSchemes));
}
return $this->mergeDefaults(array_replace($matches, array('_route' => 'fr_FR__RG__acme_service_lake_sun_road_start_by_machine_ad')), array ( 'machineAdId' => NULL, '_controller' => 'Acme\\Bundle\\ServiceLakeBundle\\Controller\\Sun\\RoadController::startByMachineAdAction', '_locale' => 'fr_FR',));
}
// es_ES__RG__acme_service_lake_sun_road_start_by_machine_ad
if (0 === strpos($pathinfo, '/es/bird-sun/road/machine-ad') && preg_match('#^/es/bird\\-sun/road/machine\\-ad(?:/(?P<machineAdId>[^/]++))?$#s', $pathinfo, $matches)) {
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'es_ES__RG__acme_service_lake_sun_road_start_by_machine_ad', key($requiredSchemes));
}
return $this->mergeDefaults(array_replace($matches, array('_route' => 'es_ES__RG__acme_service_lake_sun_road_start_by_machine_ad')), array ( 'machineAdId' => NULL, '_controller' => 'Acme\\Bundle\\ServiceLakeBundle\\Controller\\Sun\\RoadController::startByMachineAdAction', '_locale' => 'es_ES',));
}
// nl_NL__RG__acme_service_lake_sun_road_start_by_machine_ad
if (0 === strpos($pathinfo, '/nl/bird-sun/road/machine-ad') && preg_match('#^/nl/bird\\-sun/road/machine\\-ad(?:/(?P<machineAdId>[^/]++))?$#s', $pathinfo, $matches)) {
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'nl_NL__RG__acme_service_lake_sun_road_start_by_machine_ad', key($requiredSchemes));
}
return $this->mergeDefaults(array_replace($matches, array('_route' => 'nl_NL__RG__acme_service_lake_sun_road_start_by_machine_ad')), array ( 'machineAdId' => NULL, '_controller' => 'Acme\\Bundle\\ServiceLakeBundle\\Controller\\Sun\\RoadController::startByMachineAdAction', '_locale' => 'nl_NL',));
}
// de_CH__RG__acme_service_lake_sun_road_start_by_machine_ad
if (0 === strpos($pathinfo, '/ch/bird-sun/road/machine-ad') && preg_match('#^/ch/bird\\-sun/road/machine\\-ad(?:/(?P<machineAdId>[^/]++))?$#s', $pathinfo, $matches)) {
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'de_CH__RG__acme_service_lake_sun_road_start_by_machine_ad', key($requiredSchemes));
}
return $this->mergeDefaults(array_replace($matches, array('_route' => 'de_CH__RG__acme_service_lake_sun_road_start_by_machine_ad')), array ( 'machineAdId' => NULL, '_controller' => 'Acme\\Bundle\\ServiceLakeBundle\\Controller\\Sun\\RoadController::startByMachineAdAction', '_locale' => 'de_CH',));
}
if (0 === strpos($pathinfo, '/a')) {
// en_AU__RG__acme_service_lake_sun_road_start_by_machine_ad
if (0 === strpos($pathinfo, '/au/bird-sun/road/machine-ad') && preg_match('#^/au/bird\\-sun/road/machine\\-ad(?:/(?P<machineAdId>[^/]++))?$#s', $pathinfo, $matches)) {
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'en_AU__RG__acme_service_lake_sun_road_start_by_machine_ad', key($requiredSchemes));
}
return $this->mergeDefaults(array_replace($matches, array('_route' => 'en_AU__RG__acme_service_lake_sun_road_start_by_machine_ad')), array ( 'machineAdId' => NULL, '_controller' => 'Acme\\Bundle\\ServiceLakeBundle\\Controller\\Sun\\RoadController::startByMachineAdAction', '_locale' => 'en_AU',));
}
// de_AT__RG__acme_service_lake_sun_road_start_by_machine_ad
if (0 === strpos($pathinfo, '/at/bird-sun/road/machine-ad') && preg_match('#^/at/bird\\-sun/road/machine\\-ad(?:/(?P<machineAdId>[^/]++))?$#s', $pathinfo, $matches)) {
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'de_AT__RG__acme_service_lake_sun_road_start_by_machine_ad', key($requiredSchemes));
}
return $this->mergeDefaults(array_replace($matches, array('_route' => 'de_AT__RG__acme_service_lake_sun_road_start_by_machine_ad')), array ( 'machineAdId' => NULL, '_controller' => 'Acme\\Bundle\\ServiceLakeBundle\\Controller\\Sun\\RoadController::startByMachineAdAction', '_locale' => 'de_AT',));
}
}
// zu_ZZ__RG__acme_service_lake_sun_road_start_by_machine_ad
if (0 === strpos($pathinfo, '/zz/bird-sun/road/machine-ad') && preg_match('#^/zz/bird\\-sun/road/machine\\-ad(?:/(?P<machineAdId>[^/]++))?$#s', $pathinfo, $matches)) {
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'zu_ZZ__RG__acme_service_lake_sun_road_start_by_machine_ad', key($requiredSchemes));
}
return $this->mergeDefaults(array_replace($matches, array('_route' => 'zu_ZZ__RG__acme_service_lake_sun_road_start_by_machine_ad')), array ( 'machineAdId' => NULL, '_controller' => 'Acme\\Bundle\\ServiceLakeBundle\\Controller\\Sun\\RoadController::startByMachineAdAction', '_locale' => 'zu_ZZ',));
}
// de_DE__RG__acme_service_lake_sun_road_start_post
if ($pathinfo === '/de/bird-sun/road/start-post') {
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'de_DE__RG__acme_service_lake_sun_road_start_post', key($requiredSchemes));
}
return array ( '_controller' => 'Acme\\Bundle\\ServiceLakeBundle\\Controller\\Sun\\RoadController::startPostAction', '_locale' => 'de_DE', '_route' => 'de_DE__RG__acme_service_lake_sun_road_start_post',);
}
if (0 === strpos($pathinfo, '/u')) {
// en_GB__RG__acme_service_lake_sun_road_start_post
if ($pathinfo === '/uk/bird-sun/road/start-post') {
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'en_GB__RG__acme_service_lake_sun_road_start_post', key($requiredSchemes));
}
return array ( '_controller' => 'Acme\\Bundle\\ServiceLakeBundle\\Controller\\Sun\\RoadController::startPostAction', '_locale' => 'en_GB', '_route' => 'en_GB__RG__acme_service_lake_sun_road_start_post',);
}
// en_US__RG__acme_service_lake_sun_road_start_post
if ($pathinfo === '/us/bird-sun/road/start-post') {
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'en_US__RG__acme_service_lake_sun_road_start_post', key($requiredSchemes));
}
return array ( '_controller' => 'Acme\\Bundle\\ServiceLakeBundle\\Controller\\Sun\\RoadController::startPostAction', '_locale' => 'en_US', '_route' => 'en_US__RG__acme_service_lake_sun_road_start_post',);
}
}
// it_IT__RG__acme_service_lake_sun_road_start_post
if ($pathinfo === '/it/bird-sun/road/start-post') {
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'it_IT__RG__acme_service_lake_sun_road_start_post', key($requiredSchemes));
}
return array ( '_controller' => 'Acme\\Bundle\\ServiceLakeBundle\\Controller\\Sun\\RoadController::startPostAction', '_locale' => 'it_IT', '_route' => 'it_IT__RG__acme_service_lake_sun_road_start_post',);
}
// fr_FR__RG__acme_service_lake_sun_road_start_post
if ($pathinfo === '/fr/bird-sun/road/start-post') {
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'fr_FR__RG__acme_service_lake_sun_road_start_post', key($requiredSchemes));
}
return array ( '_controller' => 'Acme\\Bundle\\ServiceLakeBundle\\Controller\\Sun\\RoadController::startPostAction', '_locale' => 'fr_FR', '_route' => 'fr_FR__RG__acme_service_lake_sun_road_start_post',);
}
// es_ES__RG__acme_service_lake_sun_road_start_post
if ($pathinfo === '/es/bird-sun/road/start-post') {
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'es_ES__RG__acme_service_lake_sun_road_start_post', key($requiredSchemes));
}
return array ( '_controller' => 'Acme\\Bundle\\ServiceLakeBundle\\Controller\\Sun\\RoadController::startPostAction', '_locale' => 'es_ES', '_route' => 'es_ES__RG__acme_service_lake_sun_road_start_post',);
}
// nl_NL__RG__acme_service_lake_sun_road_start_post
if ($pathinfo === '/nl/bird-sun/road/start-post') {
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'nl_NL__RG__acme_service_lake_sun_road_start_post', key($requiredSchemes));
}
return array ( '_controller' => 'Acme\\Bundle\\ServiceLakeBundle\\Controller\\Sun\\RoadController::startPostAction', '_locale' => 'nl_NL', '_route' => 'nl_NL__RG__acme_service_lake_sun_road_start_post',);
}
// de_CH__RG__acme_service_lake_sun_road_start_post
if ($pathinfo === '/ch/bird-sun/road/start-post') {
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'de_CH__RG__acme_service_lake_sun_road_start_post', key($requiredSchemes));
}
return array ( '_controller' => 'Acme\\Bundle\\ServiceLakeBundle\\Controller\\Sun\\RoadController::startPostAction', '_locale' => 'de_CH', '_route' => 'de_CH__RG__acme_service_lake_sun_road_start_post',);
}
if (0 === strpos($pathinfo, '/a')) {
// en_AU__RG__acme_service_lake_sun_road_start_post
if ($pathinfo === '/au/bird-sun/road/start-post') {
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'en_AU__RG__acme_service_lake_sun_road_start_post', key($requiredSchemes));
}
return array ( '_controller' => 'Acme\\Bundle\\ServiceLakeBundle\\Controller\\Sun\\RoadController::startPostAction', '_locale' => 'en_AU', '_route' => 'en_AU__RG__acme_service_lake_sun_road_start_post',);
}
// de_AT__RG__acme_service_lake_sun_road_start_post
if ($pathinfo === '/at/bird-sun/road/start-post') {
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'de_AT__RG__acme_service_lake_sun_road_start_post', key($requiredSchemes));
}
return array ( '_controller' => 'Acme\\Bundle\\ServiceLakeBundle\\Controller\\Sun\\RoadController::startPostAction', '_locale' => 'de_AT', '_route' => 'de_AT__RG__acme_service_lake_sun_road_start_post',);
}
}
// zu_ZZ__RG__acme_service_lake_sun_road_start_post
if ($pathinfo === '/zz/bird-sun/road/start-post') {
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'zu_ZZ__RG__acme_service_lake_sun_road_start_post', key($requiredSchemes));
}
return array ( '_controller' => 'Acme\\Bundle\\ServiceLakeBundle\\Controller\\Sun\\RoadController::startPostAction', '_locale' => 'zu_ZZ', '_route' => 'zu_ZZ__RG__acme_service_lake_sun_road_start_post',);
}
// de_DE__RG__acme_service_lake_sun_road_thank_you
if (0 === strpos($pathinfo, '/de/bird-sun/road/thank-you') && preg_match('#^/de/bird\\-sun/road/thank\\-you(?:/(?P<sunId>[^/]++))?$#s', $pathinfo, $matches)) {
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'de_DE__RG__acme_service_lake_sun_road_thank_you', key($requiredSchemes));
}
return $this->mergeDefaults(array_replace($matches, array('_route' => 'de_DE__RG__acme_service_lake_sun_road_thank_you')), array ( '_controller' => 'Acme\\Bundle\\ServiceLakeBundle\\Controller\\Sun\\RoadController::thankYouAction', 'sunId' => NULL, '_locale' => 'de_DE',));
}
if (0 === strpos($pathinfo, '/u')) {
// en_GB__RG__acme_service_lake_sun_road_thank_you
if (0 === strpos($pathinfo, '/uk/bird-sun/road/thank-you') && preg_match('#^/uk/bird\\-sun/road/thank\\-you(?:/(?P<sunId>[^/]++))?$#s', $pathinfo, $matches)) {
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'en_GB__RG__acme_service_lake_sun_road_thank_you', key($requiredSchemes));
}
return $this->mergeDefaults(array_replace($matches, array('_route' => 'en_GB__RG__acme_service_lake_sun_road_thank_you')), array ( '_controller' => 'Acme\\Bundle\\ServiceLakeBundle\\Controller\\Sun\\RoadController::thankYouAction', 'sunId' => NULL, '_locale' => 'en_GB',));
}
// en_US__RG__acme_service_lake_sun_road_thank_you
if (0 === strpos($pathinfo, '/us/bird-sun/road/thank-you') && preg_match('#^/us/bird\\-sun/road/thank\\-you(?:/(?P<sunId>[^/]++))?$#s', $pathinfo, $matches)) {
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'en_US__RG__acme_service_lake_sun_road_thank_you', key($requiredSchemes));
}
return $this->mergeDefaults(array_replace($matches, array('_route' => 'en_US__RG__acme_service_lake_sun_road_thank_you')), array ( '_controller' => 'Acme\\Bundle\\ServiceLakeBundle\\Controller\\Sun\\RoadController::thankYouAction', 'sunId' => NULL, '_locale' => 'en_US',));
}
}
// it_IT__RG__acme_service_lake_sun_road_thank_you
if (0 === strpos($pathinfo, '/it/bird-sun/road/thank-you') && preg_match('#^/it/bird\\-sun/road/thank\\-you(?:/(?P<sunId>[^/]++))?$#s', $pathinfo, $matches)) {
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'it_IT__RG__acme_service_lake_sun_road_thank_you', key($requiredSchemes));
}
return $this->mergeDefaults(array_replace($matches, array('_route' => 'it_IT__RG__acme_service_lake_sun_road_thank_you')), array ( '_controller' => 'Acme\\Bundle\\ServiceLakeBundle\\Controller\\Sun\\RoadController::thankYouAction', 'sunId' => NULL, '_locale' => 'it_IT',));
}
// fr_FR__RG__acme_service_lake_sun_road_thank_you
if (0 === strpos($pathinfo, '/fr/bird-sun/road/thank-you') && preg_match('#^/fr/bird\\-sun/road/thank\\-you(?:/(?P<sunId>[^/]++))?$#s', $pathinfo, $matches)) {
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'fr_FR__RG__acme_service_lake_sun_road_thank_you', key($requiredSchemes));
}
return $this->mergeDefaults(array_replace($matches, array('_route' => 'fr_FR__RG__acme_service_lake_sun_road_thank_you')), array ( '_controller' => 'Acme\\Bundle\\ServiceLakeBundle\\Controller\\Sun\\RoadController::thankYouAction', 'sunId' => NULL, '_locale' => 'fr_FR',));
}
// es_ES__RG__acme_service_lake_sun_road_thank_you
if (0 === strpos($pathinfo, '/es/bird-sun/road/thank-you') && preg_match('#^/es/bird\\-sun/road/thank\\-you(?:/(?P<sunId>[^/]++))?$#s', $pathinfo, $matches)) {
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'es_ES__RG__acme_service_lake_sun_road_thank_you', key($requiredSchemes));
}
return $this->mergeDefaults(array_replace($matches, array('_route' => 'es_ES__RG__acme_service_lake_sun_road_thank_you')), array ( '_controller' => 'Acme\\Bundle\\ServiceLakeBundle\\Controller\\Sun\\RoadController::thankYouAction', 'sunId' => NULL, '_locale' => 'es_ES',));
}
// nl_NL__RG__acme_service_lake_sun_road_thank_you
if (0 === strpos($pathinfo, '/nl/bird-sun/road/thank-you') && preg_match('#^/nl/bird\\-sun/road/thank\\-you(?:/(?P<sunId>[^/]++))?$#s', $pathinfo, $matches)) {
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'nl_NL__RG__acme_service_lake_sun_road_thank_you', key($requiredSchemes));
}
return $this->mergeDefaults(array_replace($matches, array('_route' => 'nl_NL__RG__acme_service_lake_sun_road_thank_you')), array ( '_controller' => 'Acme\\Bundle\\ServiceLakeBundle\\Controller\\Sun\\RoadController::thankYouAction', 'sunId' => NULL, '_locale' => 'nl_NL',));
}
// de_CH__RG__acme_service_lake_sun_road_thank_you
if (0 === strpos($pathinfo, '/ch/bird-sun/road/thank-you') && preg_match('#^/ch/bird\\-sun/road/thank\\-you(?:/(?P<sunId>[^/]++))?$#s', $pathinfo, $matches)) {
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'de_CH__RG__acme_service_lake_sun_road_thank_you', key($requiredSchemes));
}
return $this->mergeDefaults(array_replace($matches, array('_route' => 'de_CH__RG__acme_service_lake_sun_road_thank_you')), array ( '_controller' => 'Acme\\Bundle\\ServiceLakeBundle\\Controller\\Sun\\RoadController::thankYouAction', 'sunId' => NULL, '_locale' => 'de_CH',));
}
if (0 === strpos($pathinfo, '/a')) {
// en_AU__RG__acme_service_lake_sun_road_thank_you
if (0 === strpos($pathinfo, '/au/bird-sun/road/thank-you') && preg_match('#^/au/bird\\-sun/road/thank\\-you(?:/(?P<sunId>[^/]++))?$#s', $pathinfo, $matches)) {
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'en_AU__RG__acme_service_lake_sun_road_thank_you', key($requiredSchemes));
}
return $this->mergeDefaults(array_replace($matches, array('_route' => 'en_AU__RG__acme_service_lake_sun_road_thank_you')), array ( '_controller' => 'Acme\\Bundle\\ServiceLakeBundle\\Controller\\Sun\\RoadController::thankYouAction', 'sunId' => NULL, '_locale' => 'en_AU',));
}
// de_AT__RG__acme_service_lake_sun_road_thank_you
if (0 === strpos($pathinfo, '/at/bird-sun/road/thank-you') && preg_match('#^/at/bird\\-sun/road/thank\\-you(?:/(?P<sunId>[^/]++))?$#s', $pathinfo, $matches)) {
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'de_AT__RG__acme_service_lake_sun_road_thank_you', key($requiredSchemes));
}
return $this->mergeDefaults(array_replace($matches, array('_route' => 'de_AT__RG__acme_service_lake_sun_road_thank_you')), array ( '_controller' => 'Acme\\Bundle\\ServiceLakeBundle\\Controller\\Sun\\RoadController::thankYouAction', 'sunId' => NULL, '_locale' => 'de_AT',));
}
}
// zu_ZZ__RG__acme_service_lake_sun_road_thank_you
if (0 === strpos($pathinfo, '/zz/bird-sun/road/thank-you') && preg_match('#^/zz/bird\\-sun/road/thank\\-you(?:/(?P<sunId>[^/]++))?$#s', $pathinfo, $matches)) {
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'zu_ZZ__RG__acme_service_lake_sun_road_thank_you', key($requiredSchemes));
}
return $this->mergeDefaults(array_replace($matches, array('_route' => 'zu_ZZ__RG__acme_service_lake_sun_road_thank_you')), array ( '_controller' => 'Acme\\Bundle\\ServiceLakeBundle\\Controller\\Sun\\RoadController::thankYouAction', 'sunId' => NULL, '_locale' => 'zu_ZZ',));
}
// de_DE__RG__acme_message_archive_index
if (rtrim($pathinfo, '/') === '/de/my-account/message-archive') {
if (substr($pathinfo, -1) !== '/') {
return $this->redirect($pathinfo.'/', 'de_DE__RG__acme_message_archive_index');
}
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'de_DE__RG__acme_message_archive_index', key($requiredSchemes));
}
return array ( '_controller' => 'Acme\\Bundle\\MessageArchiveBundle\\Controller\\DefaultController::indexAction', '_locale' => 'de_DE', '_route' => 'de_DE__RG__acme_message_archive_index',);
}
if (0 === strpos($pathinfo, '/u')) {
// en_GB__RG__acme_message_archive_index
if (rtrim($pathinfo, '/') === '/uk/my-account/message-archive') {
if (substr($pathinfo, -1) !== '/') {
return $this->redirect($pathinfo.'/', 'en_GB__RG__acme_message_archive_index');
}
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'en_GB__RG__acme_message_archive_index', key($requiredSchemes));
}
return array ( '_controller' => 'Acme\\Bundle\\MessageArchiveBundle\\Controller\\DefaultController::indexAction', '_locale' => 'en_GB', '_route' => 'en_GB__RG__acme_message_archive_index',);
}
// en_US__RG__acme_message_archive_index
if (rtrim($pathinfo, '/') === '/us/my-account/message-archive') {
if (substr($pathinfo, -1) !== '/') {
return $this->redirect($pathinfo.'/', 'en_US__RG__acme_message_archive_index');
}
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'en_US__RG__acme_message_archive_index', key($requiredSchemes));
}
return array ( '_controller' => 'Acme\\Bundle\\MessageArchiveBundle\\Controller\\DefaultController::indexAction', '_locale' => 'en_US', '_route' => 'en_US__RG__acme_message_archive_index',);
}
}
// it_IT__RG__acme_message_archive_index
if (rtrim($pathinfo, '/') === '/it/my-account/message-archive') {
if (substr($pathinfo, -1) !== '/') {
return $this->redirect($pathinfo.'/', 'it_IT__RG__acme_message_archive_index');
}
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'it_IT__RG__acme_message_archive_index', key($requiredSchemes));
}
return array ( '_controller' => 'Acme\\Bundle\\MessageArchiveBundle\\Controller\\DefaultController::indexAction', '_locale' => 'it_IT', '_route' => 'it_IT__RG__acme_message_archive_index',);
}
// fr_FR__RG__acme_message_archive_index
if (rtrim($pathinfo, '/') === '/fr/my-account/message-archive') {
if (substr($pathinfo, -1) !== '/') {
return $this->redirect($pathinfo.'/', 'fr_FR__RG__acme_message_archive_index');
}
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'fr_FR__RG__acme_message_archive_index', key($requiredSchemes));
}
return array ( '_controller' => 'Acme\\Bundle\\MessageArchiveBundle\\Controller\\DefaultController::indexAction', '_locale' => 'fr_FR', '_route' => 'fr_FR__RG__acme_message_archive_index',);
}
// es_ES__RG__acme_message_archive_index
if (rtrim($pathinfo, '/') === '/es/my-account/message-archive') {
if (substr($pathinfo, -1) !== '/') {
return $this->redirect($pathinfo.'/', 'es_ES__RG__acme_message_archive_index');
}
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'es_ES__RG__acme_message_archive_index', key($requiredSchemes));
}
return array ( '_controller' => 'Acme\\Bundle\\MessageArchiveBundle\\Controller\\DefaultController::indexAction', '_locale' => 'es_ES', '_route' => 'es_ES__RG__acme_message_archive_index',);
}
// nl_NL__RG__acme_message_archive_index
if (rtrim($pathinfo, '/') === '/nl/my-account/message-archive') {
if (substr($pathinfo, -1) !== '/') {
return $this->redirect($pathinfo.'/', 'nl_NL__RG__acme_message_archive_index');
}
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'nl_NL__RG__acme_message_archive_index', key($requiredSchemes));
}
return array ( '_controller' => 'Acme\\Bundle\\MessageArchiveBundle\\Controller\\DefaultController::indexAction', '_locale' => 'nl_NL', '_route' => 'nl_NL__RG__acme_message_archive_index',);
}
// de_CH__RG__acme_message_archive_index
if (rtrim($pathinfo, '/') === '/ch/my-account/message-archive') {
if (substr($pathinfo, -1) !== '/') {
return $this->redirect($pathinfo.'/', 'de_CH__RG__acme_message_archive_index');
}
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'de_CH__RG__acme_message_archive_index', key($requiredSchemes));
}
return array ( '_controller' => 'Acme\\Bundle\\MessageArchiveBundle\\Controller\\DefaultController::indexAction', '_locale' => 'de_CH', '_route' => 'de_CH__RG__acme_message_archive_index',);
}
if (0 === strpos($pathinfo, '/a')) {
// en_AU__RG__acme_message_archive_index
if (rtrim($pathinfo, '/') === '/au/my-account/message-archive') {
if (substr($pathinfo, -1) !== '/') {
return $this->redirect($pathinfo.'/', 'en_AU__RG__acme_message_archive_index');
}
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'en_AU__RG__acme_message_archive_index', key($requiredSchemes));
}
return array ( '_controller' => 'Acme\\Bundle\\MessageArchiveBundle\\Controller\\DefaultController::indexAction', '_locale' => 'en_AU', '_route' => 'en_AU__RG__acme_message_archive_index',);
}
// de_AT__RG__acme_message_archive_index
if (rtrim($pathinfo, '/') === '/at/my-account/message-archive') {
if (substr($pathinfo, -1) !== '/') {
return $this->redirect($pathinfo.'/', 'de_AT__RG__acme_message_archive_index');
}
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'de_AT__RG__acme_message_archive_index', key($requiredSchemes));
}
return array ( '_controller' => 'Acme\\Bundle\\MessageArchiveBundle\\Controller\\DefaultController::indexAction', '_locale' => 'de_AT', '_route' => 'de_AT__RG__acme_message_archive_index',);
}
}
// zu_ZZ__RG__acme_message_archive_index
if (rtrim($pathinfo, '/') === '/zz/my-account/message-archive') {
if (substr($pathinfo, -1) !== '/') {
return $this->redirect($pathinfo.'/', 'zu_ZZ__RG__acme_message_archive_index');
}
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'zu_ZZ__RG__acme_message_archive_index', key($requiredSchemes));
}
return array ( '_controller' => 'Acme\\Bundle\\MessageArchiveBundle\\Controller\\DefaultController::indexAction', '_locale' => 'zu_ZZ', '_route' => 'zu_ZZ__RG__acme_message_archive_index',);
}
// de_DE__RG__acme_message_archive_create_message_by_machine_ad
if (0 === strpos($pathinfo, '/de/my-account/message-archive/create-message-by-machine') && preg_match('#^/de/my\\-account/message\\-archive/create\\-message\\-by\\-machine/(?P<machineAdId>[^/]++)$#s', $pathinfo, $matches)) {
if (!in_array($this->context->getMethod(), array('GET', 'POST', 'HEAD'))) {
$allow = array_merge($allow, array('GET', 'POST', 'HEAD'));
goto not_de_DE__RG__acme_message_archive_create_message_by_machine_ad;
}
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'de_DE__RG__acme_message_archive_create_message_by_machine_ad', key($requiredSchemes));
}
return $this->mergeDefaults(array_replace($matches, array('_route' => 'de_DE__RG__acme_message_archive_create_message_by_machine_ad')), array ( '_controller' => 'Acme\\Bundle\\MessageArchiveBundle\\Controller\\DefaultController::createMessageByMachineAdAction', '_locale' => 'de_DE',));
}
not_de_DE__RG__acme_message_archive_create_message_by_machine_ad:
if (0 === strpos($pathinfo, '/u')) {
// en_GB__RG__acme_message_archive_create_message_by_machine_ad
if (0 === strpos($pathinfo, '/uk/my-account/message-archive/create-message-by-machine') && preg_match('#^/uk/my\\-account/message\\-archive/create\\-message\\-by\\-machine/(?P<machineAdId>[^/]++)$#s', $pathinfo, $matches)) {
if (!in_array($this->context->getMethod(), array('GET', 'POST', 'HEAD'))) {
$allow = array_merge($allow, array('GET', 'POST', 'HEAD'));
goto not_en_GB__RG__acme_message_archive_create_message_by_machine_ad;
}
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'en_GB__RG__acme_message_archive_create_message_by_machine_ad', key($requiredSchemes));
}
return $this->mergeDefaults(array_replace($matches, array('_route' => 'en_GB__RG__acme_message_archive_create_message_by_machine_ad')), array ( '_controller' => 'Acme\\Bundle\\MessageArchiveBundle\\Controller\\DefaultController::createMessageByMachineAdAction', '_locale' => 'en_GB',));
}
not_en_GB__RG__acme_message_archive_create_message_by_machine_ad:
// en_US__RG__acme_message_archive_create_message_by_machine_ad
if (0 === strpos($pathinfo, '/us/my-account/message-archive/create-message-by-machine') && preg_match('#^/us/my\\-account/message\\-archive/create\\-message\\-by\\-machine/(?P<machineAdId>[^/]++)$#s', $pathinfo, $matches)) {
if (!in_array($this->context->getMethod(), array('GET', 'POST', 'HEAD'))) {
$allow = array_merge($allow, array('GET', 'POST', 'HEAD'));
goto not_en_US__RG__acme_message_archive_create_message_by_machine_ad;
}
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'en_US__RG__acme_message_archive_create_message_by_machine_ad', key($requiredSchemes));
}
return $this->mergeDefaults(array_replace($matches, array('_route' => 'en_US__RG__acme_message_archive_create_message_by_machine_ad')), array ( '_controller' => 'Acme\\Bundle\\MessageArchiveBundle\\Controller\\DefaultController::createMessageByMachineAdAction', '_locale' => 'en_US',));
}
not_en_US__RG__acme_message_archive_create_message_by_machine_ad:
}
// it_IT__RG__acme_message_archive_create_message_by_machine_ad
if (0 === strpos($pathinfo, '/it/my-account/message-archive/create-message-by-machine') && preg_match('#^/it/my\\-account/message\\-archive/create\\-message\\-by\\-machine/(?P<machineAdId>[^/]++)$#s', $pathinfo, $matches)) {
if (!in_array($this->context->getMethod(), array('GET', 'POST', 'HEAD'))) {
$allow = array_merge($allow, array('GET', 'POST', 'HEAD'));
goto not_it_IT__RG__acme_message_archive_create_message_by_machine_ad;
}
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'it_IT__RG__acme_message_archive_create_message_by_machine_ad', key($requiredSchemes));
}
return $this->mergeDefaults(array_replace($matches, array('_route' => 'it_IT__RG__acme_message_archive_create_message_by_machine_ad')), array ( '_controller' => 'Acme\\Bundle\\MessageArchiveBundle\\Controller\\DefaultController::createMessageByMachineAdAction', '_locale' => 'it_IT',));
}
not_it_IT__RG__acme_message_archive_create_message_by_machine_ad:
// fr_FR__RG__acme_message_archive_create_message_by_machine_ad
if (0 === strpos($pathinfo, '/fr/my-account/message-archive/create-message-by-machine') && preg_match('#^/fr/my\\-account/message\\-archive/create\\-message\\-by\\-machine/(?P<machineAdId>[^/]++)$#s', $pathinfo, $matches)) {
if (!in_array($this->context->getMethod(), array('GET', 'POST', 'HEAD'))) {
$allow = array_merge($allow, array('GET', 'POST', 'HEAD'));
goto not_fr_FR__RG__acme_message_archive_create_message_by_machine_ad;
}
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'fr_FR__RG__acme_message_archive_create_message_by_machine_ad', key($requiredSchemes));
}
return $this->mergeDefaults(array_replace($matches, array('_route' => 'fr_FR__RG__acme_message_archive_create_message_by_machine_ad')), array ( '_controller' => 'Acme\\Bundle\\MessageArchiveBundle\\Controller\\DefaultController::createMessageByMachineAdAction', '_locale' => 'fr_FR',));
}
not_fr_FR__RG__acme_message_archive_create_message_by_machine_ad:
// es_ES__RG__acme_message_archive_create_message_by_machine_ad
if (0 === strpos($pathinfo, '/es/my-account/message-archive/create-message-by-machine') && preg_match('#^/es/my\\-account/message\\-archive/create\\-message\\-by\\-machine/(?P<machineAdId>[^/]++)$#s', $pathinfo, $matches)) {
if (!in_array($this->context->getMethod(), array('GET', 'POST', 'HEAD'))) {
$allow = array_merge($allow, array('GET', 'POST', 'HEAD'));
goto not_es_ES__RG__acme_message_archive_create_message_by_machine_ad;
}
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'es_ES__RG__acme_message_archive_create_message_by_machine_ad', key($requiredSchemes));
}
return $this->mergeDefaults(array_replace($matches, array('_route' => 'es_ES__RG__acme_message_archive_create_message_by_machine_ad')), array ( '_controller' => 'Acme\\Bundle\\MessageArchiveBundle\\Controller\\DefaultController::createMessageByMachineAdAction', '_locale' => 'es_ES',));
}
not_es_ES__RG__acme_message_archive_create_message_by_machine_ad:
// nl_NL__RG__acme_message_archive_create_message_by_machine_ad
if (0 === strpos($pathinfo, '/nl/my-account/message-archive/create-message-by-machine') && preg_match('#^/nl/my\\-account/message\\-archive/create\\-message\\-by\\-machine/(?P<machineAdId>[^/]++)$#s', $pathinfo, $matches)) {
if (!in_array($this->context->getMethod(), array('GET', 'POST', 'HEAD'))) {
$allow = array_merge($allow, array('GET', 'POST', 'HEAD'));
goto not_nl_NL__RG__acme_message_archive_create_message_by_machine_ad;
}
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'nl_NL__RG__acme_message_archive_create_message_by_machine_ad', key($requiredSchemes));
}
return $this->mergeDefaults(array_replace($matches, array('_route' => 'nl_NL__RG__acme_message_archive_create_message_by_machine_ad')), array ( '_controller' => 'Acme\\Bundle\\MessageArchiveBundle\\Controller\\DefaultController::createMessageByMachineAdAction', '_locale' => 'nl_NL',));
}
not_nl_NL__RG__acme_message_archive_create_message_by_machine_ad:
// de_CH__RG__acme_message_archive_create_message_by_machine_ad
if (0 === strpos($pathinfo, '/ch/my-account/message-archive/create-message-by-machine') && preg_match('#^/ch/my\\-account/message\\-archive/create\\-message\\-by\\-machine/(?P<machineAdId>[^/]++)$#s', $pathinfo, $matches)) {
if (!in_array($this->context->getMethod(), array('GET', 'POST', 'HEAD'))) {
$allow = array_merge($allow, array('GET', 'POST', 'HEAD'));
goto not_de_CH__RG__acme_message_archive_create_message_by_machine_ad;
}
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'de_CH__RG__acme_message_archive_create_message_by_machine_ad', key($requiredSchemes));
}
return $this->mergeDefaults(array_replace($matches, array('_route' => 'de_CH__RG__acme_message_archive_create_message_by_machine_ad')), array ( '_controller' => 'Acme\\Bundle\\MessageArchiveBundle\\Controller\\DefaultController::createMessageByMachineAdAction', '_locale' => 'de_CH',));
}
not_de_CH__RG__acme_message_archive_create_message_by_machine_ad:
if (0 === strpos($pathinfo, '/a')) {
// en_AU__RG__acme_message_archive_create_message_by_machine_ad
if (0 === strpos($pathinfo, '/au/my-account/message-archive/create-message-by-machine') && preg_match('#^/au/my\\-account/message\\-archive/create\\-message\\-by\\-machine/(?P<machineAdId>[^/]++)$#s', $pathinfo, $matches)) {
if (!in_array($this->context->getMethod(), array('GET', 'POST', 'HEAD'))) {
$allow = array_merge($allow, array('GET', 'POST', 'HEAD'));
goto not_en_AU__RG__acme_message_archive_create_message_by_machine_ad;
}
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'en_AU__RG__acme_message_archive_create_message_by_machine_ad', key($requiredSchemes));
}
return $this->mergeDefaults(array_replace($matches, array('_route' => 'en_AU__RG__acme_message_archive_create_message_by_machine_ad')), array ( '_controller' => 'Acme\\Bundle\\MessageArchiveBundle\\Controller\\DefaultController::createMessageByMachineAdAction', '_locale' => 'en_AU',));
}
not_en_AU__RG__acme_message_archive_create_message_by_machine_ad:
// de_AT__RG__acme_message_archive_create_message_by_machine_ad
if (0 === strpos($pathinfo, '/at/my-account/message-archive/create-message-by-machine') && preg_match('#^/at/my\\-account/message\\-archive/create\\-message\\-by\\-machine/(?P<machineAdId>[^/]++)$#s', $pathinfo, $matches)) {
if (!in_array($this->context->getMethod(), array('GET', 'POST', 'HEAD'))) {
$allow = array_merge($allow, array('GET', 'POST', 'HEAD'));
goto not_de_AT__RG__acme_message_archive_create_message_by_machine_ad;
}
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'de_AT__RG__acme_message_archive_create_message_by_machine_ad', key($requiredSchemes));
}
return $this->mergeDefaults(array_replace($matches, array('_route' => 'de_AT__RG__acme_message_archive_create_message_by_machine_ad')), array ( '_controller' => 'Acme\\Bundle\\MessageArchiveBundle\\Controller\\DefaultController::createMessageByMachineAdAction', '_locale' => 'de_AT',));
}
not_de_AT__RG__acme_message_archive_create_message_by_machine_ad:
}
// zu_ZZ__RG__acme_message_archive_create_message_by_machine_ad
if (0 === strpos($pathinfo, '/zz/my-account/message-archive/create-message-by-machine') && preg_match('#^/zz/my\\-account/message\\-archive/create\\-message\\-by\\-machine/(?P<machineAdId>[^/]++)$#s', $pathinfo, $matches)) {
if (!in_array($this->context->getMethod(), array('GET', 'POST', 'HEAD'))) {
$allow = array_merge($allow, array('GET', 'POST', 'HEAD'));
goto not_zu_ZZ__RG__acme_message_archive_create_message_by_machine_ad;
}
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'zu_ZZ__RG__acme_message_archive_create_message_by_machine_ad', key($requiredSchemes));
}
return $this->mergeDefaults(array_replace($matches, array('_route' => 'zu_ZZ__RG__acme_message_archive_create_message_by_machine_ad')), array ( '_controller' => 'Acme\\Bundle\\MessageArchiveBundle\\Controller\\DefaultController::createMessageByMachineAdAction', '_locale' => 'zu_ZZ',));
}
not_zu_ZZ__RG__acme_message_archive_create_message_by_machine_ad:
// de_DE__RG__acme_message_archive_create_message_by_castle
if (0 === strpos($pathinfo, '/de/my-account/message-archive/create-message-by-castle') && preg_match('#^/de/my\\-account/message\\-archive/create\\-message\\-by\\-castle/(?P<castleId>[^/]++)$#s', $pathinfo, $matches)) {
if (!in_array($this->context->getMethod(), array('GET', 'POST', 'HEAD'))) {
$allow = array_merge($allow, array('GET', 'POST', 'HEAD'));
goto not_de_DE__RG__acme_message_archive_create_message_by_castle;
}
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'de_DE__RG__acme_message_archive_create_message_by_castle', key($requiredSchemes));
}
return $this->mergeDefaults(array_replace($matches, array('_route' => 'de_DE__RG__acme_message_archive_create_message_by_castle')), array ( '_controller' => 'Acme\\Bundle\\MessageArchiveBundle\\Controller\\DefaultController::createMessageByCastleAction', '_locale' => 'de_DE',));
}
not_de_DE__RG__acme_message_archive_create_message_by_castle:
if (0 === strpos($pathinfo, '/u')) {
// en_GB__RG__acme_message_archive_create_message_by_castle
if (0 === strpos($pathinfo, '/uk/my-account/message-archive/create-message-by-castle') && preg_match('#^/uk/my\\-account/message\\-archive/create\\-message\\-by\\-castle/(?P<castleId>[^/]++)$#s', $pathinfo, $matches)) {
if (!in_array($this->context->getMethod(), array('GET', 'POST', 'HEAD'))) {
$allow = array_merge($allow, array('GET', 'POST', 'HEAD'));
goto not_en_GB__RG__acme_message_archive_create_message_by_castle;
}
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'en_GB__RG__acme_message_archive_create_message_by_castle', key($requiredSchemes));
}
return $this->mergeDefaults(array_replace($matches, array('_route' => 'en_GB__RG__acme_message_archive_create_message_by_castle')), array ( '_controller' => 'Acme\\Bundle\\MessageArchiveBundle\\Controller\\DefaultController::createMessageByCastleAction', '_locale' => 'en_GB',));
}
not_en_GB__RG__acme_message_archive_create_message_by_castle:
// en_US__RG__acme_message_archive_create_message_by_castle
if (0 === strpos($pathinfo, '/us/my-account/message-archive/create-message-by-castle') && preg_match('#^/us/my\\-account/message\\-archive/create\\-message\\-by\\-castle/(?P<castleId>[^/]++)$#s', $pathinfo, $matches)) {
if (!in_array($this->context->getMethod(), array('GET', 'POST', 'HEAD'))) {
$allow = array_merge($allow, array('GET', 'POST', 'HEAD'));
goto not_en_US__RG__acme_message_archive_create_message_by_castle;
}
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'en_US__RG__acme_message_archive_create_message_by_castle', key($requiredSchemes));
}
return $this->mergeDefaults(array_replace($matches, array('_route' => 'en_US__RG__acme_message_archive_create_message_by_castle')), array ( '_controller' => 'Acme\\Bundle\\MessageArchiveBundle\\Controller\\DefaultController::createMessageByCastleAction', '_locale' => 'en_US',));
}
not_en_US__RG__acme_message_archive_create_message_by_castle:
}
// it_IT__RG__acme_message_archive_create_message_by_castle
if (0 === strpos($pathinfo, '/it/my-account/message-archive/create-message-by-castle') && preg_match('#^/it/my\\-account/message\\-archive/create\\-message\\-by\\-castle/(?P<castleId>[^/]++)$#s', $pathinfo, $matches)) {
if (!in_array($this->context->getMethod(), array('GET', 'POST', 'HEAD'))) {
$allow = array_merge($allow, array('GET', 'POST', 'HEAD'));
goto not_it_IT__RG__acme_message_archive_create_message_by_castle;
}
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'it_IT__RG__acme_message_archive_create_message_by_castle', key($requiredSchemes));
}
return $this->mergeDefaults(array_replace($matches, array('_route' => 'it_IT__RG__acme_message_archive_create_message_by_castle')), array ( '_controller' => 'Acme\\Bundle\\MessageArchiveBundle\\Controller\\DefaultController::createMessageByCastleAction', '_locale' => 'it_IT',));
}
not_it_IT__RG__acme_message_archive_create_message_by_castle:
// fr_FR__RG__acme_message_archive_create_message_by_castle
if (0 === strpos($pathinfo, '/fr/my-account/message-archive/create-message-by-castle') && preg_match('#^/fr/my\\-account/message\\-archive/create\\-message\\-by\\-castle/(?P<castleId>[^/]++)$#s', $pathinfo, $matches)) {
if (!in_array($this->context->getMethod(), array('GET', 'POST', 'HEAD'))) {
$allow = array_merge($allow, array('GET', 'POST', 'HEAD'));
goto not_fr_FR__RG__acme_message_archive_create_message_by_castle;
}
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'fr_FR__RG__acme_message_archive_create_message_by_castle', key($requiredSchemes));
}
return $this->mergeDefaults(array_replace($matches, array('_route' => 'fr_FR__RG__acme_message_archive_create_message_by_castle')), array ( '_controller' => 'Acme\\Bundle\\MessageArchiveBundle\\Controller\\DefaultController::createMessageByCastleAction', '_locale' => 'fr_FR',));
}
not_fr_FR__RG__acme_message_archive_create_message_by_castle:
// es_ES__RG__acme_message_archive_create_message_by_castle
if (0 === strpos($pathinfo, '/es/my-account/message-archive/create-message-by-castle') && preg_match('#^/es/my\\-account/message\\-archive/create\\-message\\-by\\-castle/(?P<castleId>[^/]++)$#s', $pathinfo, $matches)) {
if (!in_array($this->context->getMethod(), array('GET', 'POST', 'HEAD'))) {
$allow = array_merge($allow, array('GET', 'POST', 'HEAD'));
goto not_es_ES__RG__acme_message_archive_create_message_by_castle;
}
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'es_ES__RG__acme_message_archive_create_message_by_castle', key($requiredSchemes));
}
return $this->mergeDefaults(array_replace($matches, array('_route' => 'es_ES__RG__acme_message_archive_create_message_by_castle')), array ( '_controller' => 'Acme\\Bundle\\MessageArchiveBundle\\Controller\\DefaultController::createMessageByCastleAction', '_locale' => 'es_ES',));
}
not_es_ES__RG__acme_message_archive_create_message_by_castle:
// nl_NL__RG__acme_message_archive_create_message_by_castle
if (0 === strpos($pathinfo, '/nl/my-account/message-archive/create-message-by-castle') && preg_match('#^/nl/my\\-account/message\\-archive/create\\-message\\-by\\-castle/(?P<castleId>[^/]++)$#s', $pathinfo, $matches)) {
if (!in_array($this->context->getMethod(), array('GET', 'POST', 'HEAD'))) {
$allow = array_merge($allow, array('GET', 'POST', 'HEAD'));
goto not_nl_NL__RG__acme_message_archive_create_message_by_castle;
}
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'nl_NL__RG__acme_message_archive_create_message_by_castle', key($requiredSchemes));
}
return $this->mergeDefaults(array_replace($matches, array('_route' => 'nl_NL__RG__acme_message_archive_create_message_by_castle')), array ( '_controller' => 'Acme\\Bundle\\MessageArchiveBundle\\Controller\\DefaultController::createMessageByCastleAction', '_locale' => 'nl_NL',));
}
not_nl_NL__RG__acme_message_archive_create_message_by_castle:
// de_CH__RG__acme_message_archive_create_message_by_castle
if (0 === strpos($pathinfo, '/ch/my-account/message-archive/create-message-by-castle') && preg_match('#^/ch/my\\-account/message\\-archive/create\\-message\\-by\\-castle/(?P<castleId>[^/]++)$#s', $pathinfo, $matches)) {
if (!in_array($this->context->getMethod(), array('GET', 'POST', 'HEAD'))) {
$allow = array_merge($allow, array('GET', 'POST', 'HEAD'));
goto not_de_CH__RG__acme_message_archive_create_message_by_castle;
}
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'de_CH__RG__acme_message_archive_create_message_by_castle', key($requiredSchemes));
}
return $this->mergeDefaults(array_replace($matches, array('_route' => 'de_CH__RG__acme_message_archive_create_message_by_castle')), array ( '_controller' => 'Acme\\Bundle\\MessageArchiveBundle\\Controller\\DefaultController::createMessageByCastleAction', '_locale' => 'de_CH',));
}
not_de_CH__RG__acme_message_archive_create_message_by_castle:
if (0 === strpos($pathinfo, '/a')) {
// en_AU__RG__acme_message_archive_create_message_by_castle
if (0 === strpos($pathinfo, '/au/my-account/message-archive/create-message-by-castle') && preg_match('#^/au/my\\-account/message\\-archive/create\\-message\\-by\\-castle/(?P<castleId>[^/]++)$#s', $pathinfo, $matches)) {
if (!in_array($this->context->getMethod(), array('GET', 'POST', 'HEAD'))) {
$allow = array_merge($allow, array('GET', 'POST', 'HEAD'));
goto not_en_AU__RG__acme_message_archive_create_message_by_castle;
}
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'en_AU__RG__acme_message_archive_create_message_by_castle', key($requiredSchemes));
}
return $this->mergeDefaults(array_replace($matches, array('_route' => 'en_AU__RG__acme_message_archive_create_message_by_castle')), array ( '_controller' => 'Acme\\Bundle\\MessageArchiveBundle\\Controller\\DefaultController::createMessageByCastleAction', '_locale' => 'en_AU',));
}
not_en_AU__RG__acme_message_archive_create_message_by_castle:
// de_AT__RG__acme_message_archive_create_message_by_castle
if (0 === strpos($pathinfo, '/at/my-account/message-archive/create-message-by-castle') && preg_match('#^/at/my\\-account/message\\-archive/create\\-message\\-by\\-castle/(?P<castleId>[^/]++)$#s', $pathinfo, $matches)) {
if (!in_array($this->context->getMethod(), array('GET', 'POST', 'HEAD'))) {
$allow = array_merge($allow, array('GET', 'POST', 'HEAD'));
goto not_de_AT__RG__acme_message_archive_create_message_by_castle;
}
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'de_AT__RG__acme_message_archive_create_message_by_castle', key($requiredSchemes));
}
return $this->mergeDefaults(array_replace($matches, array('_route' => 'de_AT__RG__acme_message_archive_create_message_by_castle')), array ( '_controller' => 'Acme\\Bundle\\MessageArchiveBundle\\Controller\\DefaultController::createMessageByCastleAction', '_locale' => 'de_AT',));
}
not_de_AT__RG__acme_message_archive_create_message_by_castle:
}
// zu_ZZ__RG__acme_message_archive_create_message_by_castle
if (0 === strpos($pathinfo, '/zz/my-account/message-archive/create-message-by-castle') && preg_match('#^/zz/my\\-account/message\\-archive/create\\-message\\-by\\-castle/(?P<castleId>[^/]++)$#s', $pathinfo, $matches)) {
if (!in_array($this->context->getMethod(), array('GET', 'POST', 'HEAD'))) {
$allow = array_merge($allow, array('GET', 'POST', 'HEAD'));
goto not_zu_ZZ__RG__acme_message_archive_create_message_by_castle;
}
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'zu_ZZ__RG__acme_message_archive_create_message_by_castle', key($requiredSchemes));
}
return $this->mergeDefaults(array_replace($matches, array('_route' => 'zu_ZZ__RG__acme_message_archive_create_message_by_castle')), array ( '_controller' => 'Acme\\Bundle\\MessageArchiveBundle\\Controller\\DefaultController::createMessageByCastleAction', '_locale' => 'zu_ZZ',));
}
not_zu_ZZ__RG__acme_message_archive_create_message_by_castle:
// de_DE__RG__acme_message_archive_message_list_items
if ($pathinfo === '/de/my-account/message-archive/list/items') {
if (!in_array($this->context->getMethod(), array('GET', 'POST', 'HEAD'))) {
$allow = array_merge($allow, array('GET', 'POST', 'HEAD'));
goto not_de_DE__RG__acme_message_archive_message_list_items;
}
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'de_DE__RG__acme_message_archive_message_list_items', key($requiredSchemes));
}
return array ( '_controller' => 'Acme\\Bundle\\MessageArchiveBundle\\Controller\\DefaultController::itemsAction', '_locale' => 'de_DE', '_route' => 'de_DE__RG__acme_message_archive_message_list_items',);
}
not_de_DE__RG__acme_message_archive_message_list_items:
if (0 === strpos($pathinfo, '/u')) {
// en_GB__RG__acme_message_archive_message_list_items
if ($pathinfo === '/uk/my-account/message-archive/list/items') {
if (!in_array($this->context->getMethod(), array('GET', 'POST', 'HEAD'))) {
$allow = array_merge($allow, array('GET', 'POST', 'HEAD'));
goto not_en_GB__RG__acme_message_archive_message_list_items;
}
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'en_GB__RG__acme_message_archive_message_list_items', key($requiredSchemes));
}
return array ( '_controller' => 'Acme\\Bundle\\MessageArchiveBundle\\Controller\\DefaultController::itemsAction', '_locale' => 'en_GB', '_route' => 'en_GB__RG__acme_message_archive_message_list_items',);
}
not_en_GB__RG__acme_message_archive_message_list_items:
// en_US__RG__acme_message_archive_message_list_items
if ($pathinfo === '/us/my-account/message-archive/list/items') {
if (!in_array($this->context->getMethod(), array('GET', 'POST', 'HEAD'))) {
$allow = array_merge($allow, array('GET', 'POST', 'HEAD'));
goto not_en_US__RG__acme_message_archive_message_list_items;
}
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'en_US__RG__acme_message_archive_message_list_items', key($requiredSchemes));
}
return array ( '_controller' => 'Acme\\Bundle\\MessageArchiveBundle\\Controller\\DefaultController::itemsAction', '_locale' => 'en_US', '_route' => 'en_US__RG__acme_message_archive_message_list_items',);
}
not_en_US__RG__acme_message_archive_message_list_items:
}
// it_IT__RG__acme_message_archive_message_list_items
if ($pathinfo === '/it/my-account/message-archive/list/items') {
if (!in_array($this->context->getMethod(), array('GET', 'POST', 'HEAD'))) {
$allow = array_merge($allow, array('GET', 'POST', 'HEAD'));
goto not_it_IT__RG__acme_message_archive_message_list_items;
}
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'it_IT__RG__acme_message_archive_message_list_items', key($requiredSchemes));
}
return array ( '_controller' => 'Acme\\Bundle\\MessageArchiveBundle\\Controller\\DefaultController::itemsAction', '_locale' => 'it_IT', '_route' => 'it_IT__RG__acme_message_archive_message_list_items',);
}
not_it_IT__RG__acme_message_archive_message_list_items:
// fr_FR__RG__acme_message_archive_message_list_items
if ($pathinfo === '/fr/my-account/message-archive/list/items') {
if (!in_array($this->context->getMethod(), array('GET', 'POST', 'HEAD'))) {
$allow = array_merge($allow, array('GET', 'POST', 'HEAD'));
goto not_fr_FR__RG__acme_message_archive_message_list_items;
}
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'fr_FR__RG__acme_message_archive_message_list_items', key($requiredSchemes));
}
return array ( '_controller' => 'Acme\\Bundle\\MessageArchiveBundle\\Controller\\DefaultController::itemsAction', '_locale' => 'fr_FR', '_route' => 'fr_FR__RG__acme_message_archive_message_list_items',);
}
not_fr_FR__RG__acme_message_archive_message_list_items:
// es_ES__RG__acme_message_archive_message_list_items
if ($pathinfo === '/es/my-account/message-archive/list/items') {
if (!in_array($this->context->getMethod(), array('GET', 'POST', 'HEAD'))) {
$allow = array_merge($allow, array('GET', 'POST', 'HEAD'));
goto not_es_ES__RG__acme_message_archive_message_list_items;
}
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'es_ES__RG__acme_message_archive_message_list_items', key($requiredSchemes));
}
return array ( '_controller' => 'Acme\\Bundle\\MessageArchiveBundle\\Controller\\DefaultController::itemsAction', '_locale' => 'es_ES', '_route' => 'es_ES__RG__acme_message_archive_message_list_items',);
}
not_es_ES__RG__acme_message_archive_message_list_items:
// nl_NL__RG__acme_message_archive_message_list_items
if ($pathinfo === '/nl/my-account/message-archive/list/items') {
if (!in_array($this->context->getMethod(), array('GET', 'POST', 'HEAD'))) {
$allow = array_merge($allow, array('GET', 'POST', 'HEAD'));
goto not_nl_NL__RG__acme_message_archive_message_list_items;
}
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'nl_NL__RG__acme_message_archive_message_list_items', key($requiredSchemes));
}
return array ( '_controller' => 'Acme\\Bundle\\MessageArchiveBundle\\Controller\\DefaultController::itemsAction', '_locale' => 'nl_NL', '_route' => 'nl_NL__RG__acme_message_archive_message_list_items',);
}
not_nl_NL__RG__acme_message_archive_message_list_items:
// de_CH__RG__acme_message_archive_message_list_items
if ($pathinfo === '/ch/my-account/message-archive/list/items') {
if (!in_array($this->context->getMethod(), array('GET', 'POST', 'HEAD'))) {
$allow = array_merge($allow, array('GET', 'POST', 'HEAD'));
goto not_de_CH__RG__acme_message_archive_message_list_items;
}
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'de_CH__RG__acme_message_archive_message_list_items', key($requiredSchemes));
}
return array ( '_controller' => 'Acme\\Bundle\\MessageArchiveBundle\\Controller\\DefaultController::itemsAction', '_locale' => 'de_CH', '_route' => 'de_CH__RG__acme_message_archive_message_list_items',);
}
not_de_CH__RG__acme_message_archive_message_list_items:
if (0 === strpos($pathinfo, '/a')) {
// en_AU__RG__acme_message_archive_message_list_items
if ($pathinfo === '/au/my-account/message-archive/list/items') {
if (!in_array($this->context->getMethod(), array('GET', 'POST', 'HEAD'))) {
$allow = array_merge($allow, array('GET', 'POST', 'HEAD'));
goto not_en_AU__RG__acme_message_archive_message_list_items;
}
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'en_AU__RG__acme_message_archive_message_list_items', key($requiredSchemes));
}
return array ( '_controller' => 'Acme\\Bundle\\MessageArchiveBundle\\Controller\\DefaultController::itemsAction', '_locale' => 'en_AU', '_route' => 'en_AU__RG__acme_message_archive_message_list_items',);
}
not_en_AU__RG__acme_message_archive_message_list_items:
// de_AT__RG__acme_message_archive_message_list_items
if ($pathinfo === '/at/my-account/message-archive/list/items') {
if (!in_array($this->context->getMethod(), array('GET', 'POST', 'HEAD'))) {
$allow = array_merge($allow, array('GET', 'POST', 'HEAD'));
goto not_de_AT__RG__acme_message_archive_message_list_items;
}
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'de_AT__RG__acme_message_archive_message_list_items', key($requiredSchemes));
}
return array ( '_controller' => 'Acme\\Bundle\\MessageArchiveBundle\\Controller\\DefaultController::itemsAction', '_locale' => 'de_AT', '_route' => 'de_AT__RG__acme_message_archive_message_list_items',);
}
not_de_AT__RG__acme_message_archive_message_list_items:
}
// zu_ZZ__RG__acme_message_archive_message_list_items
if ($pathinfo === '/zz/my-account/message-archive/list/items') {
if (!in_array($this->context->getMethod(), array('GET', 'POST', 'HEAD'))) {
$allow = array_merge($allow, array('GET', 'POST', 'HEAD'));
goto not_zu_ZZ__RG__acme_message_archive_message_list_items;
}
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'zu_ZZ__RG__acme_message_archive_message_list_items', key($requiredSchemes));
}
return array ( '_controller' => 'Acme\\Bundle\\MessageArchiveBundle\\Controller\\DefaultController::itemsAction', '_locale' => 'zu_ZZ', '_route' => 'zu_ZZ__RG__acme_message_archive_message_list_items',);
}
not_zu_ZZ__RG__acme_message_archive_message_list_items:
// de_DE__RG__acme_import_machine_ad_index
if ($pathinfo === '/de/import/machine-ad') {
if (!in_array($this->context->getMethod(), array('GET', 'POST', 'HEAD'))) {
$allow = array_merge($allow, array('GET', 'POST', 'HEAD'));
goto not_de_DE__RG__acme_import_machine_ad_index;
}
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'de_DE__RG__acme_import_machine_ad_index', key($requiredSchemes));
}
return array ( '_controller' => 'Acme\\Bundle\\ImportBundle\\Controller\\MachineAdController::indexAction', '_locale' => 'de_DE', '_route' => 'de_DE__RG__acme_import_machine_ad_index',);
}
not_de_DE__RG__acme_import_machine_ad_index:
if (0 === strpos($pathinfo, '/u')) {
// en_GB__RG__acme_import_machine_ad_index
if ($pathinfo === '/uk/import/machine-ad') {
if (!in_array($this->context->getMethod(), array('GET', 'POST', 'HEAD'))) {
$allow = array_merge($allow, array('GET', 'POST', 'HEAD'));
goto not_en_GB__RG__acme_import_machine_ad_index;
}
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'en_GB__RG__acme_import_machine_ad_index', key($requiredSchemes));
}
return array ( '_controller' => 'Acme\\Bundle\\ImportBundle\\Controller\\MachineAdController::indexAction', '_locale' => 'en_GB', '_route' => 'en_GB__RG__acme_import_machine_ad_index',);
}
not_en_GB__RG__acme_import_machine_ad_index:
// en_US__RG__acme_import_machine_ad_index
if ($pathinfo === '/us/import/machine-ad') {
if (!in_array($this->context->getMethod(), array('GET', 'POST', 'HEAD'))) {
$allow = array_merge($allow, array('GET', 'POST', 'HEAD'));
goto not_en_US__RG__acme_import_machine_ad_index;
}
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'en_US__RG__acme_import_machine_ad_index', key($requiredSchemes));
}
return array ( '_controller' => 'Acme\\Bundle\\ImportBundle\\Controller\\MachineAdController::indexAction', '_locale' => 'en_US', '_route' => 'en_US__RG__acme_import_machine_ad_index',);
}
not_en_US__RG__acme_import_machine_ad_index:
}
// it_IT__RG__acme_import_machine_ad_index
if ($pathinfo === '/it/import/machine-ad') {
if (!in_array($this->context->getMethod(), array('GET', 'POST', 'HEAD'))) {
$allow = array_merge($allow, array('GET', 'POST', 'HEAD'));
goto not_it_IT__RG__acme_import_machine_ad_index;
}
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'it_IT__RG__acme_import_machine_ad_index', key($requiredSchemes));
}
return array ( '_controller' => 'Acme\\Bundle\\ImportBundle\\Controller\\MachineAdController::indexAction', '_locale' => 'it_IT', '_route' => 'it_IT__RG__acme_import_machine_ad_index',);
}
not_it_IT__RG__acme_import_machine_ad_index:
// fr_FR__RG__acme_import_machine_ad_index
if ($pathinfo === '/fr/import/machine-ad') {
if (!in_array($this->context->getMethod(), array('GET', 'POST', 'HEAD'))) {
$allow = array_merge($allow, array('GET', 'POST', 'HEAD'));
goto not_fr_FR__RG__acme_import_machine_ad_index;
}
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'fr_FR__RG__acme_import_machine_ad_index', key($requiredSchemes));
}
return array ( '_controller' => 'Acme\\Bundle\\ImportBundle\\Controller\\MachineAdController::indexAction', '_locale' => 'fr_FR', '_route' => 'fr_FR__RG__acme_import_machine_ad_index',);
}
not_fr_FR__RG__acme_import_machine_ad_index:
// es_ES__RG__acme_import_machine_ad_index
if ($pathinfo === '/es/import/machine-ad') {
if (!in_array($this->context->getMethod(), array('GET', 'POST', 'HEAD'))) {
$allow = array_merge($allow, array('GET', 'POST', 'HEAD'));
goto not_es_ES__RG__acme_import_machine_ad_index;
}
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'es_ES__RG__acme_import_machine_ad_index', key($requiredSchemes));
}
return array ( '_controller' => 'Acme\\Bundle\\ImportBundle\\Controller\\MachineAdController::indexAction', '_locale' => 'es_ES', '_route' => 'es_ES__RG__acme_import_machine_ad_index',);
}
not_es_ES__RG__acme_import_machine_ad_index:
// nl_NL__RG__acme_import_machine_ad_index
if ($pathinfo === '/nl/import/machine-ad') {
if (!in_array($this->context->getMethod(), array('GET', 'POST', 'HEAD'))) {
$allow = array_merge($allow, array('GET', 'POST', 'HEAD'));
goto not_nl_NL__RG__acme_import_machine_ad_index;
}
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'nl_NL__RG__acme_import_machine_ad_index', key($requiredSchemes));
}
return array ( '_controller' => 'Acme\\Bundle\\ImportBundle\\Controller\\MachineAdController::indexAction', '_locale' => 'nl_NL', '_route' => 'nl_NL__RG__acme_import_machine_ad_index',);
}
not_nl_NL__RG__acme_import_machine_ad_index:
// de_CH__RG__acme_import_machine_ad_index
if ($pathinfo === '/ch/import/machine-ad') {
if (!in_array($this->context->getMethod(), array('GET', 'POST', 'HEAD'))) {
$allow = array_merge($allow, array('GET', 'POST', 'HEAD'));
goto not_de_CH__RG__acme_import_machine_ad_index;
}
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'de_CH__RG__acme_import_machine_ad_index', key($requiredSchemes));
}
return array ( '_controller' => 'Acme\\Bundle\\ImportBundle\\Controller\\MachineAdController::indexAction', '_locale' => 'de_CH', '_route' => 'de_CH__RG__acme_import_machine_ad_index',);
}
not_de_CH__RG__acme_import_machine_ad_index:
if (0 === strpos($pathinfo, '/a')) {
// en_AU__RG__acme_import_machine_ad_index
if ($pathinfo === '/au/import/machine-ad') {
if (!in_array($this->context->getMethod(), array('GET', 'POST', 'HEAD'))) {
$allow = array_merge($allow, array('GET', 'POST', 'HEAD'));
goto not_en_AU__RG__acme_import_machine_ad_index;
}
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'en_AU__RG__acme_import_machine_ad_index', key($requiredSchemes));
}
return array ( '_controller' => 'Acme\\Bundle\\ImportBundle\\Controller\\MachineAdController::indexAction', '_locale' => 'en_AU', '_route' => 'en_AU__RG__acme_import_machine_ad_index',);
}
not_en_AU__RG__acme_import_machine_ad_index:
// de_AT__RG__acme_import_machine_ad_index
if ($pathinfo === '/at/import/machine-ad') {
if (!in_array($this->context->getMethod(), array('GET', 'POST', 'HEAD'))) {
$allow = array_merge($allow, array('GET', 'POST', 'HEAD'));
goto not_de_AT__RG__acme_import_machine_ad_index;
}
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'de_AT__RG__acme_import_machine_ad_index', key($requiredSchemes));
}
return array ( '_controller' => 'Acme\\Bundle\\ImportBundle\\Controller\\MachineAdController::indexAction', '_locale' => 'de_AT', '_route' => 'de_AT__RG__acme_import_machine_ad_index',);
}
not_de_AT__RG__acme_import_machine_ad_index:
}
// zu_ZZ__RG__acme_import_machine_ad_index
if ($pathinfo === '/zz/import/machine-ad') {
if (!in_array($this->context->getMethod(), array('GET', 'POST', 'HEAD'))) {
$allow = array_merge($allow, array('GET', 'POST', 'HEAD'));
goto not_zu_ZZ__RG__acme_import_machine_ad_index;
}
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'zu_ZZ__RG__acme_import_machine_ad_index', key($requiredSchemes));
}
return array ( '_controller' => 'Acme\\Bundle\\ImportBundle\\Controller\\MachineAdController::indexAction', '_locale' => 'zu_ZZ', '_route' => 'zu_ZZ__RG__acme_import_machine_ad_index',);
}
not_zu_ZZ__RG__acme_import_machine_ad_index:
// de_DE__RG__acme_import_machine_ad_documentation
if ($pathinfo === '/de/import/machine-ad/documentation') {
if (!in_array($this->context->getMethod(), array('GET', 'HEAD'))) {
$allow = array_merge($allow, array('GET', 'HEAD'));
goto not_de_DE__RG__acme_import_machine_ad_documentation;
}
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'de_DE__RG__acme_import_machine_ad_documentation', key($requiredSchemes));
}
return array ( '_controller' => 'Acme\\Bundle\\ImportBundle\\Controller\\MachineAdController::documentationAction', '_locale' => 'de_DE', '_route' => 'de_DE__RG__acme_import_machine_ad_documentation',);
}
not_de_DE__RG__acme_import_machine_ad_documentation:
if (0 === strpos($pathinfo, '/u')) {
// en_GB__RG__acme_import_machine_ad_documentation
if ($pathinfo === '/uk/import/machine-ad/documentation') {
if (!in_array($this->context->getMethod(), array('GET', 'HEAD'))) {
$allow = array_merge($allow, array('GET', 'HEAD'));
goto not_en_GB__RG__acme_import_machine_ad_documentation;
}
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'en_GB__RG__acme_import_machine_ad_documentation', key($requiredSchemes));
}
return array ( '_controller' => 'Acme\\Bundle\\ImportBundle\\Controller\\MachineAdController::documentationAction', '_locale' => 'en_GB', '_route' => 'en_GB__RG__acme_import_machine_ad_documentation',);
}
not_en_GB__RG__acme_import_machine_ad_documentation:
// en_US__RG__acme_import_machine_ad_documentation
if ($pathinfo === '/us/import/machine-ad/documentation') {
if (!in_array($this->context->getMethod(), array('GET', 'HEAD'))) {
$allow = array_merge($allow, array('GET', 'HEAD'));
goto not_en_US__RG__acme_import_machine_ad_documentation;
}
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'en_US__RG__acme_import_machine_ad_documentation', key($requiredSchemes));
}
return array ( '_controller' => 'Acme\\Bundle\\ImportBundle\\Controller\\MachineAdController::documentationAction', '_locale' => 'en_US', '_route' => 'en_US__RG__acme_import_machine_ad_documentation',);
}
not_en_US__RG__acme_import_machine_ad_documentation:
}
// it_IT__RG__acme_import_machine_ad_documentation
if ($pathinfo === '/it/import/machine-ad/documentation') {
if (!in_array($this->context->getMethod(), array('GET', 'HEAD'))) {
$allow = array_merge($allow, array('GET', 'HEAD'));
goto not_it_IT__RG__acme_import_machine_ad_documentation;
}
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'it_IT__RG__acme_import_machine_ad_documentation', key($requiredSchemes));
}
return array ( '_controller' => 'Acme\\Bundle\\ImportBundle\\Controller\\MachineAdController::documentationAction', '_locale' => 'it_IT', '_route' => 'it_IT__RG__acme_import_machine_ad_documentation',);
}
not_it_IT__RG__acme_import_machine_ad_documentation:
// fr_FR__RG__acme_import_machine_ad_documentation
if ($pathinfo === '/fr/import/machine-ad/documentation') {
if (!in_array($this->context->getMethod(), array('GET', 'HEAD'))) {
$allow = array_merge($allow, array('GET', 'HEAD'));
goto not_fr_FR__RG__acme_import_machine_ad_documentation;
}
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'fr_FR__RG__acme_import_machine_ad_documentation', key($requiredSchemes));
}
return array ( '_controller' => 'Acme\\Bundle\\ImportBundle\\Controller\\MachineAdController::documentationAction', '_locale' => 'fr_FR', '_route' => 'fr_FR__RG__acme_import_machine_ad_documentation',);
}
not_fr_FR__RG__acme_import_machine_ad_documentation:
// es_ES__RG__acme_import_machine_ad_documentation
if ($pathinfo === '/es/import/machine-ad/documentation') {
if (!in_array($this->context->getMethod(), array('GET', 'HEAD'))) {
$allow = array_merge($allow, array('GET', 'HEAD'));
goto not_es_ES__RG__acme_import_machine_ad_documentation;
}
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'es_ES__RG__acme_import_machine_ad_documentation', key($requiredSchemes));
}
return array ( '_controller' => 'Acme\\Bundle\\ImportBundle\\Controller\\MachineAdController::documentationAction', '_locale' => 'es_ES', '_route' => 'es_ES__RG__acme_import_machine_ad_documentation',);
}
not_es_ES__RG__acme_import_machine_ad_documentation:
// nl_NL__RG__acme_import_machine_ad_documentation
if ($pathinfo === '/nl/import/machine-ad/documentation') {
if (!in_array($this->context->getMethod(), array('GET', 'HEAD'))) {
$allow = array_merge($allow, array('GET', 'HEAD'));
goto not_nl_NL__RG__acme_import_machine_ad_documentation;
}
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'nl_NL__RG__acme_import_machine_ad_documentation', key($requiredSchemes));
}
return array ( '_controller' => 'Acme\\Bundle\\ImportBundle\\Controller\\MachineAdController::documentationAction', '_locale' => 'nl_NL', '_route' => 'nl_NL__RG__acme_import_machine_ad_documentation',);
}
not_nl_NL__RG__acme_import_machine_ad_documentation:
// de_CH__RG__acme_import_machine_ad_documentation
if ($pathinfo === '/ch/import/machine-ad/documentation') {
if (!in_array($this->context->getMethod(), array('GET', 'HEAD'))) {
$allow = array_merge($allow, array('GET', 'HEAD'));
goto not_de_CH__RG__acme_import_machine_ad_documentation;
}
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'de_CH__RG__acme_import_machine_ad_documentation', key($requiredSchemes));
}
return array ( '_controller' => 'Acme\\Bundle\\ImportBundle\\Controller\\MachineAdController::documentationAction', '_locale' => 'de_CH', '_route' => 'de_CH__RG__acme_import_machine_ad_documentation',);
}
not_de_CH__RG__acme_import_machine_ad_documentation:
if (0 === strpos($pathinfo, '/a')) {
// en_AU__RG__acme_import_machine_ad_documentation
if ($pathinfo === '/au/import/machine-ad/documentation') {
if (!in_array($this->context->getMethod(), array('GET', 'HEAD'))) {
$allow = array_merge($allow, array('GET', 'HEAD'));
goto not_en_AU__RG__acme_import_machine_ad_documentation;
}
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'en_AU__RG__acme_import_machine_ad_documentation', key($requiredSchemes));
}
return array ( '_controller' => 'Acme\\Bundle\\ImportBundle\\Controller\\MachineAdController::documentationAction', '_locale' => 'en_AU', '_route' => 'en_AU__RG__acme_import_machine_ad_documentation',);
}
not_en_AU__RG__acme_import_machine_ad_documentation:
// de_AT__RG__acme_import_machine_ad_documentation
if ($pathinfo === '/at/import/machine-ad/documentation') {
if (!in_array($this->context->getMethod(), array('GET', 'HEAD'))) {
$allow = array_merge($allow, array('GET', 'HEAD'));
goto not_de_AT__RG__acme_import_machine_ad_documentation;
}
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'de_AT__RG__acme_import_machine_ad_documentation', key($requiredSchemes));
}
return array ( '_controller' => 'Acme\\Bundle\\ImportBundle\\Controller\\MachineAdController::documentationAction', '_locale' => 'de_AT', '_route' => 'de_AT__RG__acme_import_machine_ad_documentation',);
}
not_de_AT__RG__acme_import_machine_ad_documentation:
}
// zu_ZZ__RG__acme_import_machine_ad_documentation
if ($pathinfo === '/zz/import/machine-ad/documentation') {
if (!in_array($this->context->getMethod(), array('GET', 'HEAD'))) {
$allow = array_merge($allow, array('GET', 'HEAD'));
goto not_zu_ZZ__RG__acme_import_machine_ad_documentation;
}
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'zu_ZZ__RG__acme_import_machine_ad_documentation', key($requiredSchemes));
}
return array ( '_controller' => 'Acme\\Bundle\\ImportBundle\\Controller\\MachineAdController::documentationAction', '_locale' => 'zu_ZZ', '_route' => 'zu_ZZ__RG__acme_import_machine_ad_documentation',);
}
not_zu_ZZ__RG__acme_import_machine_ad_documentation:
// de_DE__RG__acme_import_bridge_ad_index
if ($pathinfo === '/de/import/bridge-ad') {
if (!in_array($this->context->getMethod(), array('GET', 'POST', 'HEAD'))) {
$allow = array_merge($allow, array('GET', 'POST', 'HEAD'));
goto not_de_DE__RG__acme_import_bridge_ad_index;
}
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'de_DE__RG__acme_import_bridge_ad_index', key($requiredSchemes));
}
return array ( '_controller' => 'Acme\\Bundle\\ImportBundle\\Controller\\BridgeAdController::indexAction', '_locale' => 'de_DE', '_route' => 'de_DE__RG__acme_import_bridge_ad_index',);
}
not_de_DE__RG__acme_import_bridge_ad_index:
if (0 === strpos($pathinfo, '/u')) {
// en_GB__RG__acme_import_bridge_ad_index
if ($pathinfo === '/uk/import/bridge-ad') {
if (!in_array($this->context->getMethod(), array('GET', 'POST', 'HEAD'))) {
$allow = array_merge($allow, array('GET', 'POST', 'HEAD'));
goto not_en_GB__RG__acme_import_bridge_ad_index;
}
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'en_GB__RG__acme_import_bridge_ad_index', key($requiredSchemes));
}
return array ( '_controller' => 'Acme\\Bundle\\ImportBundle\\Controller\\BridgeAdController::indexAction', '_locale' => 'en_GB', '_route' => 'en_GB__RG__acme_import_bridge_ad_index',);
}
not_en_GB__RG__acme_import_bridge_ad_index:
// en_US__RG__acme_import_bridge_ad_index
if ($pathinfo === '/us/import/bridge-ad') {
if (!in_array($this->context->getMethod(), array('GET', 'POST', 'HEAD'))) {
$allow = array_merge($allow, array('GET', 'POST', 'HEAD'));
goto not_en_US__RG__acme_import_bridge_ad_index;
}
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'en_US__RG__acme_import_bridge_ad_index', key($requiredSchemes));
}
return array ( '_controller' => 'Acme\\Bundle\\ImportBundle\\Controller\\BridgeAdController::indexAction', '_locale' => 'en_US', '_route' => 'en_US__RG__acme_import_bridge_ad_index',);
}
not_en_US__RG__acme_import_bridge_ad_index:
}
// it_IT__RG__acme_import_bridge_ad_index
if ($pathinfo === '/it/import/bridge-ad') {
if (!in_array($this->context->getMethod(), array('GET', 'POST', 'HEAD'))) {
$allow = array_merge($allow, array('GET', 'POST', 'HEAD'));
goto not_it_IT__RG__acme_import_bridge_ad_index;
}
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'it_IT__RG__acme_import_bridge_ad_index', key($requiredSchemes));
}
return array ( '_controller' => 'Acme\\Bundle\\ImportBundle\\Controller\\BridgeAdController::indexAction', '_locale' => 'it_IT', '_route' => 'it_IT__RG__acme_import_bridge_ad_index',);
}
not_it_IT__RG__acme_import_bridge_ad_index:
// fr_FR__RG__acme_import_bridge_ad_index
if ($pathinfo === '/fr/import/bridge-ad') {
if (!in_array($this->context->getMethod(), array('GET', 'POST', 'HEAD'))) {
$allow = array_merge($allow, array('GET', 'POST', 'HEAD'));
goto not_fr_FR__RG__acme_import_bridge_ad_index;
}
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'fr_FR__RG__acme_import_bridge_ad_index', key($requiredSchemes));
}
return array ( '_controller' => 'Acme\\Bundle\\ImportBundle\\Controller\\BridgeAdController::indexAction', '_locale' => 'fr_FR', '_route' => 'fr_FR__RG__acme_import_bridge_ad_index',);
}
not_fr_FR__RG__acme_import_bridge_ad_index:
// es_ES__RG__acme_import_bridge_ad_index
if ($pathinfo === '/es/import/bridge-ad') {
if (!in_array($this->context->getMethod(), array('GET', 'POST', 'HEAD'))) {
$allow = array_merge($allow, array('GET', 'POST', 'HEAD'));
goto not_es_ES__RG__acme_import_bridge_ad_index;
}
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'es_ES__RG__acme_import_bridge_ad_index', key($requiredSchemes));
}
return array ( '_controller' => 'Acme\\Bundle\\ImportBundle\\Controller\\BridgeAdController::indexAction', '_locale' => 'es_ES', '_route' => 'es_ES__RG__acme_import_bridge_ad_index',);
}
not_es_ES__RG__acme_import_bridge_ad_index:
// nl_NL__RG__acme_import_bridge_ad_index
if ($pathinfo === '/nl/import/bridge-ad') {
if (!in_array($this->context->getMethod(), array('GET', 'POST', 'HEAD'))) {
$allow = array_merge($allow, array('GET', 'POST', 'HEAD'));
goto not_nl_NL__RG__acme_import_bridge_ad_index;
}
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'nl_NL__RG__acme_import_bridge_ad_index', key($requiredSchemes));
}
return array ( '_controller' => 'Acme\\Bundle\\ImportBundle\\Controller\\BridgeAdController::indexAction', '_locale' => 'nl_NL', '_route' => 'nl_NL__RG__acme_import_bridge_ad_index',);
}
not_nl_NL__RG__acme_import_bridge_ad_index:
// de_CH__RG__acme_import_bridge_ad_index
if ($pathinfo === '/ch/import/bridge-ad') {
if (!in_array($this->context->getMethod(), array('GET', 'POST', 'HEAD'))) {
$allow = array_merge($allow, array('GET', 'POST', 'HEAD'));
goto not_de_CH__RG__acme_import_bridge_ad_index;
}
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'de_CH__RG__acme_import_bridge_ad_index', key($requiredSchemes));
}
return array ( '_controller' => 'Acme\\Bundle\\ImportBundle\\Controller\\BridgeAdController::indexAction', '_locale' => 'de_CH', '_route' => 'de_CH__RG__acme_import_bridge_ad_index',);
}
not_de_CH__RG__acme_import_bridge_ad_index:
if (0 === strpos($pathinfo, '/a')) {
// en_AU__RG__acme_import_bridge_ad_index
if ($pathinfo === '/au/import/bridge-ad') {
if (!in_array($this->context->getMethod(), array('GET', 'POST', 'HEAD'))) {
$allow = array_merge($allow, array('GET', 'POST', 'HEAD'));
goto not_en_AU__RG__acme_import_bridge_ad_index;
}
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'en_AU__RG__acme_import_bridge_ad_index', key($requiredSchemes));
}
return array ( '_controller' => 'Acme\\Bundle\\ImportBundle\\Controller\\BridgeAdController::indexAction', '_locale' => 'en_AU', '_route' => 'en_AU__RG__acme_import_bridge_ad_index',);
}
not_en_AU__RG__acme_import_bridge_ad_index:
// de_AT__RG__acme_import_bridge_ad_index
if ($pathinfo === '/at/import/bridge-ad') {
if (!in_array($this->context->getMethod(), array('GET', 'POST', 'HEAD'))) {
$allow = array_merge($allow, array('GET', 'POST', 'HEAD'));
goto not_de_AT__RG__acme_import_bridge_ad_index;
}
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'de_AT__RG__acme_import_bridge_ad_index', key($requiredSchemes));
}
return array ( '_controller' => 'Acme\\Bundle\\ImportBundle\\Controller\\BridgeAdController::indexAction', '_locale' => 'de_AT', '_route' => 'de_AT__RG__acme_import_bridge_ad_index',);
}
not_de_AT__RG__acme_import_bridge_ad_index:
}
// zu_ZZ__RG__acme_import_bridge_ad_index
if ($pathinfo === '/zz/import/bridge-ad') {
if (!in_array($this->context->getMethod(), array('GET', 'POST', 'HEAD'))) {
$allow = array_merge($allow, array('GET', 'POST', 'HEAD'));
goto not_zu_ZZ__RG__acme_import_bridge_ad_index;
}
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'zu_ZZ__RG__acme_import_bridge_ad_index', key($requiredSchemes));
}
return array ( '_controller' => 'Acme\\Bundle\\ImportBundle\\Controller\\BridgeAdController::indexAction', '_locale' => 'zu_ZZ', '_route' => 'zu_ZZ__RG__acme_import_bridge_ad_index',);
}
not_zu_ZZ__RG__acme_import_bridge_ad_index:
// de_DE__RG__acme_import_bridge_ad_documentation
if ($pathinfo === '/de/import/bridge-ad/documentation') {
if (!in_array($this->context->getMethod(), array('GET', 'HEAD'))) {
$allow = array_merge($allow, array('GET', 'HEAD'));
goto not_de_DE__RG__acme_import_bridge_ad_documentation;
}
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'de_DE__RG__acme_import_bridge_ad_documentation', key($requiredSchemes));
}
return array ( '_controller' => 'Acme\\Bundle\\ImportBundle\\Controller\\BridgeAdController::documentationAction', '_locale' => 'de_DE', '_route' => 'de_DE__RG__acme_import_bridge_ad_documentation',);
}
not_de_DE__RG__acme_import_bridge_ad_documentation:
if (0 === strpos($pathinfo, '/u')) {
// en_GB__RG__acme_import_bridge_ad_documentation
if ($pathinfo === '/uk/import/bridge-ad/documentation') {
if (!in_array($this->context->getMethod(), array('GET', 'HEAD'))) {
$allow = array_merge($allow, array('GET', 'HEAD'));
goto not_en_GB__RG__acme_import_bridge_ad_documentation;
}
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'en_GB__RG__acme_import_bridge_ad_documentation', key($requiredSchemes));
}
return array ( '_controller' => 'Acme\\Bundle\\ImportBundle\\Controller\\BridgeAdController::documentationAction', '_locale' => 'en_GB', '_route' => 'en_GB__RG__acme_import_bridge_ad_documentation',);
}
not_en_GB__RG__acme_import_bridge_ad_documentation:
// en_US__RG__acme_import_bridge_ad_documentation
if ($pathinfo === '/us/import/bridge-ad/documentation') {
if (!in_array($this->context->getMethod(), array('GET', 'HEAD'))) {
$allow = array_merge($allow, array('GET', 'HEAD'));
goto not_en_US__RG__acme_import_bridge_ad_documentation;
}
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'en_US__RG__acme_import_bridge_ad_documentation', key($requiredSchemes));
}
return array ( '_controller' => 'Acme\\Bundle\\ImportBundle\\Controller\\BridgeAdController::documentationAction', '_locale' => 'en_US', '_route' => 'en_US__RG__acme_import_bridge_ad_documentation',);
}
not_en_US__RG__acme_import_bridge_ad_documentation:
}
// it_IT__RG__acme_import_bridge_ad_documentation
if ($pathinfo === '/it/import/bridge-ad/documentation') {
if (!in_array($this->context->getMethod(), array('GET', 'HEAD'))) {
$allow = array_merge($allow, array('GET', 'HEAD'));
goto not_it_IT__RG__acme_import_bridge_ad_documentation;
}
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'it_IT__RG__acme_import_bridge_ad_documentation', key($requiredSchemes));
}
return array ( '_controller' => 'Acme\\Bundle\\ImportBundle\\Controller\\BridgeAdController::documentationAction', '_locale' => 'it_IT', '_route' => 'it_IT__RG__acme_import_bridge_ad_documentation',);
}
not_it_IT__RG__acme_import_bridge_ad_documentation:
// fr_FR__RG__acme_import_bridge_ad_documentation
if ($pathinfo === '/fr/import/bridge-ad/documentation') {
if (!in_array($this->context->getMethod(), array('GET', 'HEAD'))) {
$allow = array_merge($allow, array('GET', 'HEAD'));
goto not_fr_FR__RG__acme_import_bridge_ad_documentation;
}
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'fr_FR__RG__acme_import_bridge_ad_documentation', key($requiredSchemes));
}
return array ( '_controller' => 'Acme\\Bundle\\ImportBundle\\Controller\\BridgeAdController::documentationAction', '_locale' => 'fr_FR', '_route' => 'fr_FR__RG__acme_import_bridge_ad_documentation',);
}
not_fr_FR__RG__acme_import_bridge_ad_documentation:
// es_ES__RG__acme_import_bridge_ad_documentation
if ($pathinfo === '/es/import/bridge-ad/documentation') {
if (!in_array($this->context->getMethod(), array('GET', 'HEAD'))) {
$allow = array_merge($allow, array('GET', 'HEAD'));
goto not_es_ES__RG__acme_import_bridge_ad_documentation;
}
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'es_ES__RG__acme_import_bridge_ad_documentation', key($requiredSchemes));
}
return array ( '_controller' => 'Acme\\Bundle\\ImportBundle\\Controller\\BridgeAdController::documentationAction', '_locale' => 'es_ES', '_route' => 'es_ES__RG__acme_import_bridge_ad_documentation',);
}
not_es_ES__RG__acme_import_bridge_ad_documentation:
// nl_NL__RG__acme_import_bridge_ad_documentation
if ($pathinfo === '/nl/import/bridge-ad/documentation') {
if (!in_array($this->context->getMethod(), array('GET', 'HEAD'))) {
$allow = array_merge($allow, array('GET', 'HEAD'));
goto not_nl_NL__RG__acme_import_bridge_ad_documentation;
}
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'nl_NL__RG__acme_import_bridge_ad_documentation', key($requiredSchemes));
}
return array ( '_controller' => 'Acme\\Bundle\\ImportBundle\\Controller\\BridgeAdController::documentationAction', '_locale' => 'nl_NL', '_route' => 'nl_NL__RG__acme_import_bridge_ad_documentation',);
}
not_nl_NL__RG__acme_import_bridge_ad_documentation:
// de_CH__RG__acme_import_bridge_ad_documentation
if ($pathinfo === '/ch/import/bridge-ad/documentation') {
if (!in_array($this->context->getMethod(), array('GET', 'HEAD'))) {
$allow = array_merge($allow, array('GET', 'HEAD'));
goto not_de_CH__RG__acme_import_bridge_ad_documentation;
}
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'de_CH__RG__acme_import_bridge_ad_documentation', key($requiredSchemes));
}
return array ( '_controller' => 'Acme\\Bundle\\ImportBundle\\Controller\\BridgeAdController::documentationAction', '_locale' => 'de_CH', '_route' => 'de_CH__RG__acme_import_bridge_ad_documentation',);
}
not_de_CH__RG__acme_import_bridge_ad_documentation:
if (0 === strpos($pathinfo, '/a')) {
// en_AU__RG__acme_import_bridge_ad_documentation
if ($pathinfo === '/au/import/bridge-ad/documentation') {
if (!in_array($this->context->getMethod(), array('GET', 'HEAD'))) {
$allow = array_merge($allow, array('GET', 'HEAD'));
goto not_en_AU__RG__acme_import_bridge_ad_documentation;
}
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'en_AU__RG__acme_import_bridge_ad_documentation', key($requiredSchemes));
}
return array ( '_controller' => 'Acme\\Bundle\\ImportBundle\\Controller\\BridgeAdController::documentationAction', '_locale' => 'en_AU', '_route' => 'en_AU__RG__acme_import_bridge_ad_documentation',);
}
not_en_AU__RG__acme_import_bridge_ad_documentation:
// de_AT__RG__acme_import_bridge_ad_documentation
if ($pathinfo === '/at/import/bridge-ad/documentation') {
if (!in_array($this->context->getMethod(), array('GET', 'HEAD'))) {
$allow = array_merge($allow, array('GET', 'HEAD'));
goto not_de_AT__RG__acme_import_bridge_ad_documentation;
}
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'de_AT__RG__acme_import_bridge_ad_documentation', key($requiredSchemes));
}
return array ( '_controller' => 'Acme\\Bundle\\ImportBundle\\Controller\\BridgeAdController::documentationAction', '_locale' => 'de_AT', '_route' => 'de_AT__RG__acme_import_bridge_ad_documentation',);
}
not_de_AT__RG__acme_import_bridge_ad_documentation:
}
// zu_ZZ__RG__acme_import_bridge_ad_documentation
if ($pathinfo === '/zz/import/bridge-ad/documentation') {
if (!in_array($this->context->getMethod(), array('GET', 'HEAD'))) {
$allow = array_merge($allow, array('GET', 'HEAD'));
goto not_zu_ZZ__RG__acme_import_bridge_ad_documentation;
}
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'zu_ZZ__RG__acme_import_bridge_ad_documentation', key($requiredSchemes));
}
return array ( '_controller' => 'Acme\\Bundle\\ImportBundle\\Controller\\BridgeAdController::documentationAction', '_locale' => 'zu_ZZ', '_route' => 'zu_ZZ__RG__acme_import_bridge_ad_documentation',);
}
not_zu_ZZ__RG__acme_import_bridge_ad_documentation:
// de_DE__RG__acme_payment_submit
if ($pathinfo === '/de/bezahlung/bestaetigen') {
if ($this->context->getMethod() != 'POST') {
$allow[] = 'POST';
goto not_de_DE__RG__acme_payment_submit;
}
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'de_DE__RG__acme_payment_submit', key($requiredSchemes));
}
return array ( '_controller' => 'Acme\\Bundle\\PaymentBundle\\Controller\\DefaultController::paymentSubmitAction', '_locale' => 'de_DE', '_route' => 'de_DE__RG__acme_payment_submit',);
}
not_de_DE__RG__acme_payment_submit:
if (0 === strpos($pathinfo, '/u')) {
// en_GB__RG__acme_payment_submit
if ($pathinfo === '/uk/payment/submit') {
if ($this->context->getMethod() != 'POST') {
$allow[] = 'POST';
goto not_en_GB__RG__acme_payment_submit;
}
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'en_GB__RG__acme_payment_submit', key($requiredSchemes));
}
return array ( '_controller' => 'Acme\\Bundle\\PaymentBundle\\Controller\\DefaultController::paymentSubmitAction', '_locale' => 'en_GB', '_route' => 'en_GB__RG__acme_payment_submit',);
}
not_en_GB__RG__acme_payment_submit:
// en_US__RG__acme_payment_submit
if ($pathinfo === '/us/payment/submit') {
if ($this->context->getMethod() != 'POST') {
$allow[] = 'POST';
goto not_en_US__RG__acme_payment_submit;
}
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'en_US__RG__acme_payment_submit', key($requiredSchemes));
}
return array ( '_controller' => 'Acme\\Bundle\\PaymentBundle\\Controller\\DefaultController::paymentSubmitAction', '_locale' => 'en_US', '_route' => 'en_US__RG__acme_payment_submit',);
}
not_en_US__RG__acme_payment_submit:
}
// it_IT__RG__acme_payment_submit
if ($pathinfo === '/it/payment/submit') {
if ($this->context->getMethod() != 'POST') {
$allow[] = 'POST';
goto not_it_IT__RG__acme_payment_submit;
}
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'it_IT__RG__acme_payment_submit', key($requiredSchemes));
}
return array ( '_controller' => 'Acme\\Bundle\\PaymentBundle\\Controller\\DefaultController::paymentSubmitAction', '_locale' => 'it_IT', '_route' => 'it_IT__RG__acme_payment_submit',);
}
not_it_IT__RG__acme_payment_submit:
// fr_FR__RG__acme_payment_submit
if ($pathinfo === '/fr/payement/soumettre') {
if ($this->context->getMethod() != 'POST') {
$allow[] = 'POST';
goto not_fr_FR__RG__acme_payment_submit;
}
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'fr_FR__RG__acme_payment_submit', key($requiredSchemes));
}
return array ( '_controller' => 'Acme\\Bundle\\PaymentBundle\\Controller\\DefaultController::paymentSubmitAction', '_locale' => 'fr_FR', '_route' => 'fr_FR__RG__acme_payment_submit',);
}
not_fr_FR__RG__acme_payment_submit:
// es_ES__RG__acme_payment_submit
if ($pathinfo === '/es/payment/submit') {
if ($this->context->getMethod() != 'POST') {
$allow[] = 'POST';
goto not_es_ES__RG__acme_payment_submit;
}
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'es_ES__RG__acme_payment_submit', key($requiredSchemes));
}
return array ( '_controller' => 'Acme\\Bundle\\PaymentBundle\\Controller\\DefaultController::paymentSubmitAction', '_locale' => 'es_ES', '_route' => 'es_ES__RG__acme_payment_submit',);
}
not_es_ES__RG__acme_payment_submit:
// nl_NL__RG__acme_payment_submit
if ($pathinfo === '/nl/payment/submit') {
if ($this->context->getMethod() != 'POST') {
$allow[] = 'POST';
goto not_nl_NL__RG__acme_payment_submit;
}
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'nl_NL__RG__acme_payment_submit', key($requiredSchemes));
}
return array ( '_controller' => 'Acme\\Bundle\\PaymentBundle\\Controller\\DefaultController::paymentSubmitAction', '_locale' => 'nl_NL', '_route' => 'nl_NL__RG__acme_payment_submit',);
}
not_nl_NL__RG__acme_payment_submit:
// de_CH__RG__acme_payment_submit
if ($pathinfo === '/ch/bezahlung/bestaetigen') {
if ($this->context->getMethod() != 'POST') {
$allow[] = 'POST';
goto not_de_CH__RG__acme_payment_submit;
}
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'de_CH__RG__acme_payment_submit', key($requiredSchemes));
}
return array ( '_controller' => 'Acme\\Bundle\\PaymentBundle\\Controller\\DefaultController::paymentSubmitAction', '_locale' => 'de_CH', '_route' => 'de_CH__RG__acme_payment_submit',);
}
not_de_CH__RG__acme_payment_submit:
if (0 === strpos($pathinfo, '/a')) {
// en_AU__RG__acme_payment_submit
if ($pathinfo === '/au/payment/submit') {
if ($this->context->getMethod() != 'POST') {
$allow[] = 'POST';
goto not_en_AU__RG__acme_payment_submit;
}
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'en_AU__RG__acme_payment_submit', key($requiredSchemes));
}
return array ( '_controller' => 'Acme\\Bundle\\PaymentBundle\\Controller\\DefaultController::paymentSubmitAction', '_locale' => 'en_AU', '_route' => 'en_AU__RG__acme_payment_submit',);
}
not_en_AU__RG__acme_payment_submit:
// de_AT__RG__acme_payment_submit
if ($pathinfo === '/at/bezahlung/bestaetigen') {
if ($this->context->getMethod() != 'POST') {
$allow[] = 'POST';
goto not_de_AT__RG__acme_payment_submit;
}
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'de_AT__RG__acme_payment_submit', key($requiredSchemes));
}
return array ( '_controller' => 'Acme\\Bundle\\PaymentBundle\\Controller\\DefaultController::paymentSubmitAction', '_locale' => 'de_AT', '_route' => 'de_AT__RG__acme_payment_submit',);
}
not_de_AT__RG__acme_payment_submit:
}
// zu_ZZ__RG__acme_payment_submit
if ($pathinfo === '/zz/payment/submit') {
if ($this->context->getMethod() != 'POST') {
$allow[] = 'POST';
goto not_zu_ZZ__RG__acme_payment_submit;
}
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'zu_ZZ__RG__acme_payment_submit', key($requiredSchemes));
}
return array ( '_controller' => 'Acme\\Bundle\\PaymentBundle\\Controller\\DefaultController::paymentSubmitAction', '_locale' => 'zu_ZZ', '_route' => 'zu_ZZ__RG__acme_payment_submit',);
}
not_zu_ZZ__RG__acme_payment_submit:
// de_DE__RG__acme_payment_invoice_overview
if ($pathinfo === '/de/payment/invoice-overview') {
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'de_DE__RG__acme_payment_invoice_overview', key($requiredSchemes));
}
return array ( '_controller' => 'Acme\\Bundle\\PaymentBundle\\Controller\\InvoiceOverviewController::indexAction', '_locale' => 'de_DE', '_route' => 'de_DE__RG__acme_payment_invoice_overview',);
}
if (0 === strpos($pathinfo, '/u')) {
// en_GB__RG__acme_payment_invoice_overview
if ($pathinfo === '/uk/payment/invoice-overview') {
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'en_GB__RG__acme_payment_invoice_overview', key($requiredSchemes));
}
return array ( '_controller' => 'Acme\\Bundle\\PaymentBundle\\Controller\\InvoiceOverviewController::indexAction', '_locale' => 'en_GB', '_route' => 'en_GB__RG__acme_payment_invoice_overview',);
}
// en_US__RG__acme_payment_invoice_overview
if ($pathinfo === '/us/payment/invoice-overview') {
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'en_US__RG__acme_payment_invoice_overview', key($requiredSchemes));
}
return array ( '_controller' => 'Acme\\Bundle\\PaymentBundle\\Controller\\InvoiceOverviewController::indexAction', '_locale' => 'en_US', '_route' => 'en_US__RG__acme_payment_invoice_overview',);
}
}
// it_IT__RG__acme_payment_invoice_overview
if ($pathinfo === '/it/payment/invoice-overview') {
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'it_IT__RG__acme_payment_invoice_overview', key($requiredSchemes));
}
return array ( '_controller' => 'Acme\\Bundle\\PaymentBundle\\Controller\\InvoiceOverviewController::indexAction', '_locale' => 'it_IT', '_route' => 'it_IT__RG__acme_payment_invoice_overview',);
}
// fr_FR__RG__acme_payment_invoice_overview
if ($pathinfo === '/fr/payment/invoice-overview') {
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'fr_FR__RG__acme_payment_invoice_overview', key($requiredSchemes));
}
return array ( '_controller' => 'Acme\\Bundle\\PaymentBundle\\Controller\\InvoiceOverviewController::indexAction', '_locale' => 'fr_FR', '_route' => 'fr_FR__RG__acme_payment_invoice_overview',);
}
// es_ES__RG__acme_payment_invoice_overview
if ($pathinfo === '/es/payment/invoice-overview') {
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'es_ES__RG__acme_payment_invoice_overview', key($requiredSchemes));
}
return array ( '_controller' => 'Acme\\Bundle\\PaymentBundle\\Controller\\InvoiceOverviewController::indexAction', '_locale' => 'es_ES', '_route' => 'es_ES__RG__acme_payment_invoice_overview',);
}
// nl_NL__RG__acme_payment_invoice_overview
if ($pathinfo === '/nl/payment/invoice-overview') {
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'nl_NL__RG__acme_payment_invoice_overview', key($requiredSchemes));
}
return array ( '_controller' => 'Acme\\Bundle\\PaymentBundle\\Controller\\InvoiceOverviewController::indexAction', '_locale' => 'nl_NL', '_route' => 'nl_NL__RG__acme_payment_invoice_overview',);
}
// de_CH__RG__acme_payment_invoice_overview
if ($pathinfo === '/ch/payment/invoice-overview') {
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'de_CH__RG__acme_payment_invoice_overview', key($requiredSchemes));
}
return array ( '_controller' => 'Acme\\Bundle\\PaymentBundle\\Controller\\InvoiceOverviewController::indexAction', '_locale' => 'de_CH', '_route' => 'de_CH__RG__acme_payment_invoice_overview',);
}
if (0 === strpos($pathinfo, '/a')) {
// en_AU__RG__acme_payment_invoice_overview
if ($pathinfo === '/au/payment/invoice-overview') {
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'en_AU__RG__acme_payment_invoice_overview', key($requiredSchemes));
}
return array ( '_controller' => 'Acme\\Bundle\\PaymentBundle\\Controller\\InvoiceOverviewController::indexAction', '_locale' => 'en_AU', '_route' => 'en_AU__RG__acme_payment_invoice_overview',);
}
// de_AT__RG__acme_payment_invoice_overview
if ($pathinfo === '/at/payment/invoice-overview') {
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'de_AT__RG__acme_payment_invoice_overview', key($requiredSchemes));
}
return array ( '_controller' => 'Acme\\Bundle\\PaymentBundle\\Controller\\InvoiceOverviewController::indexAction', '_locale' => 'de_AT', '_route' => 'de_AT__RG__acme_payment_invoice_overview',);
}
}
// zu_ZZ__RG__acme_payment_invoice_overview
if ($pathinfo === '/zz/payment/invoice-overview') {
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'zu_ZZ__RG__acme_payment_invoice_overview', key($requiredSchemes));
}
return array ( '_controller' => 'Acme\\Bundle\\PaymentBundle\\Controller\\InvoiceOverviewController::indexAction', '_locale' => 'zu_ZZ', '_route' => 'zu_ZZ__RG__acme_payment_invoice_overview',);
}
// de_DE__RG__acme_payment_invoice_overview_list_items
if ($pathinfo === '/de/payment/invoice-overview/list/items') {
if (!in_array($this->context->getMethod(), array('GET', 'POST', 'HEAD'))) {
$allow = array_merge($allow, array('GET', 'POST', 'HEAD'));
goto not_de_DE__RG__acme_payment_invoice_overview_list_items;
}
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'de_DE__RG__acme_payment_invoice_overview_list_items', key($requiredSchemes));
}
return array ( '_controller' => 'Acme\\Bundle\\PaymentBundle\\Controller\\InvoiceOverviewController::itemsAction', '_locale' => 'de_DE', '_route' => 'de_DE__RG__acme_payment_invoice_overview_list_items',);
}
not_de_DE__RG__acme_payment_invoice_overview_list_items:
if (0 === strpos($pathinfo, '/u')) {
// en_GB__RG__acme_payment_invoice_overview_list_items
if ($pathinfo === '/uk/payment/invoice-overview/list/items') {
if (!in_array($this->context->getMethod(), array('GET', 'POST', 'HEAD'))) {
$allow = array_merge($allow, array('GET', 'POST', 'HEAD'));
goto not_en_GB__RG__acme_payment_invoice_overview_list_items;
}
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'en_GB__RG__acme_payment_invoice_overview_list_items', key($requiredSchemes));
}
return array ( '_controller' => 'Acme\\Bundle\\PaymentBundle\\Controller\\InvoiceOverviewController::itemsAction', '_locale' => 'en_GB', '_route' => 'en_GB__RG__acme_payment_invoice_overview_list_items',);
}
not_en_GB__RG__acme_payment_invoice_overview_list_items:
// en_US__RG__acme_payment_invoice_overview_list_items
if ($pathinfo === '/us/payment/invoice-overview/list/items') {
if (!in_array($this->context->getMethod(), array('GET', 'POST', 'HEAD'))) {
$allow = array_merge($allow, array('GET', 'POST', 'HEAD'));
goto not_en_US__RG__acme_payment_invoice_overview_list_items;
}
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'en_US__RG__acme_payment_invoice_overview_list_items', key($requiredSchemes));
}
return array ( '_controller' => 'Acme\\Bundle\\PaymentBundle\\Controller\\InvoiceOverviewController::itemsAction', '_locale' => 'en_US', '_route' => 'en_US__RG__acme_payment_invoice_overview_list_items',);
}
not_en_US__RG__acme_payment_invoice_overview_list_items:
}
// it_IT__RG__acme_payment_invoice_overview_list_items
if ($pathinfo === '/it/payment/invoice-overview/list/items') {
if (!in_array($this->context->getMethod(), array('GET', 'POST', 'HEAD'))) {
$allow = array_merge($allow, array('GET', 'POST', 'HEAD'));
goto not_it_IT__RG__acme_payment_invoice_overview_list_items;
}
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'it_IT__RG__acme_payment_invoice_overview_list_items', key($requiredSchemes));
}
return array ( '_controller' => 'Acme\\Bundle\\PaymentBundle\\Controller\\InvoiceOverviewController::itemsAction', '_locale' => 'it_IT', '_route' => 'it_IT__RG__acme_payment_invoice_overview_list_items',);
}
not_it_IT__RG__acme_payment_invoice_overview_list_items:
// fr_FR__RG__acme_payment_invoice_overview_list_items
if ($pathinfo === '/fr/payment/invoice-overview/list/items') {
if (!in_array($this->context->getMethod(), array('GET', 'POST', 'HEAD'))) {
$allow = array_merge($allow, array('GET', 'POST', 'HEAD'));
goto not_fr_FR__RG__acme_payment_invoice_overview_list_items;
}
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'fr_FR__RG__acme_payment_invoice_overview_list_items', key($requiredSchemes));
}
return array ( '_controller' => 'Acme\\Bundle\\PaymentBundle\\Controller\\InvoiceOverviewController::itemsAction', '_locale' => 'fr_FR', '_route' => 'fr_FR__RG__acme_payment_invoice_overview_list_items',);
}
not_fr_FR__RG__acme_payment_invoice_overview_list_items:
// es_ES__RG__acme_payment_invoice_overview_list_items
if ($pathinfo === '/es/payment/invoice-overview/list/items') {
if (!in_array($this->context->getMethod(), array('GET', 'POST', 'HEAD'))) {
$allow = array_merge($allow, array('GET', 'POST', 'HEAD'));
goto not_es_ES__RG__acme_payment_invoice_overview_list_items;
}
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'es_ES__RG__acme_payment_invoice_overview_list_items', key($requiredSchemes));
}
return array ( '_controller' => 'Acme\\Bundle\\PaymentBundle\\Controller\\InvoiceOverviewController::itemsAction', '_locale' => 'es_ES', '_route' => 'es_ES__RG__acme_payment_invoice_overview_list_items',);
}
not_es_ES__RG__acme_payment_invoice_overview_list_items:
// nl_NL__RG__acme_payment_invoice_overview_list_items
if ($pathinfo === '/nl/payment/invoice-overview/list/items') {
if (!in_array($this->context->getMethod(), array('GET', 'POST', 'HEAD'))) {
$allow = array_merge($allow, array('GET', 'POST', 'HEAD'));
goto not_nl_NL__RG__acme_payment_invoice_overview_list_items;
}
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'nl_NL__RG__acme_payment_invoice_overview_list_items', key($requiredSchemes));
}
return array ( '_controller' => 'Acme\\Bundle\\PaymentBundle\\Controller\\InvoiceOverviewController::itemsAction', '_locale' => 'nl_NL', '_route' => 'nl_NL__RG__acme_payment_invoice_overview_list_items',);
}
not_nl_NL__RG__acme_payment_invoice_overview_list_items:
// de_CH__RG__acme_payment_invoice_overview_list_items
if ($pathinfo === '/ch/payment/invoice-overview/list/items') {
if (!in_array($this->context->getMethod(), array('GET', 'POST', 'HEAD'))) {
$allow = array_merge($allow, array('GET', 'POST', 'HEAD'));
goto not_de_CH__RG__acme_payment_invoice_overview_list_items;
}
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'de_CH__RG__acme_payment_invoice_overview_list_items', key($requiredSchemes));
}
return array ( '_controller' => 'Acme\\Bundle\\PaymentBundle\\Controller\\InvoiceOverviewController::itemsAction', '_locale' => 'de_CH', '_route' => 'de_CH__RG__acme_payment_invoice_overview_list_items',);
}
not_de_CH__RG__acme_payment_invoice_overview_list_items:
if (0 === strpos($pathinfo, '/a')) {
// en_AU__RG__acme_payment_invoice_overview_list_items
if ($pathinfo === '/au/payment/invoice-overview/list/items') {
if (!in_array($this->context->getMethod(), array('GET', 'POST', 'HEAD'))) {
$allow = array_merge($allow, array('GET', 'POST', 'HEAD'));
goto not_en_AU__RG__acme_payment_invoice_overview_list_items;
}
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'en_AU__RG__acme_payment_invoice_overview_list_items', key($requiredSchemes));
}
return array ( '_controller' => 'Acme\\Bundle\\PaymentBundle\\Controller\\InvoiceOverviewController::itemsAction', '_locale' => 'en_AU', '_route' => 'en_AU__RG__acme_payment_invoice_overview_list_items',);
}
not_en_AU__RG__acme_payment_invoice_overview_list_items:
// de_AT__RG__acme_payment_invoice_overview_list_items
if ($pathinfo === '/at/payment/invoice-overview/list/items') {
if (!in_array($this->context->getMethod(), array('GET', 'POST', 'HEAD'))) {
$allow = array_merge($allow, array('GET', 'POST', 'HEAD'));
goto not_de_AT__RG__acme_payment_invoice_overview_list_items;
}
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'de_AT__RG__acme_payment_invoice_overview_list_items', key($requiredSchemes));
}
return array ( '_controller' => 'Acme\\Bundle\\PaymentBundle\\Controller\\InvoiceOverviewController::itemsAction', '_locale' => 'de_AT', '_route' => 'de_AT__RG__acme_payment_invoice_overview_list_items',);
}
not_de_AT__RG__acme_payment_invoice_overview_list_items:
}
// zu_ZZ__RG__acme_payment_invoice_overview_list_items
if ($pathinfo === '/zz/payment/invoice-overview/list/items') {
if (!in_array($this->context->getMethod(), array('GET', 'POST', 'HEAD'))) {
$allow = array_merge($allow, array('GET', 'POST', 'HEAD'));
goto not_zu_ZZ__RG__acme_payment_invoice_overview_list_items;
}
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'zu_ZZ__RG__acme_payment_invoice_overview_list_items', key($requiredSchemes));
}
return array ( '_controller' => 'Acme\\Bundle\\PaymentBundle\\Controller\\InvoiceOverviewController::itemsAction', '_locale' => 'zu_ZZ', '_route' => 'zu_ZZ__RG__acme_payment_invoice_overview_list_items',);
}
not_zu_ZZ__RG__acme_payment_invoice_overview_list_items:
// de_DE__RG__acme_payment_download_invoice_pdf
if (0 === strpos($pathinfo, '/de/payment/invoice/pdf/download') && preg_match('#^/de/payment/invoice/pdf/download/(?P<invoiceId>[^/]++)$#s', $pathinfo, $matches)) {
if (!in_array($this->context->getMethod(), array('GET', 'HEAD'))) {
$allow = array_merge($allow, array('GET', 'HEAD'));
goto not_de_DE__RG__acme_payment_download_invoice_pdf;
}
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'de_DE__RG__acme_payment_download_invoice_pdf', key($requiredSchemes));
}
return $this->mergeDefaults(array_replace($matches, array('_route' => 'de_DE__RG__acme_payment_download_invoice_pdf')), array ( '_controller' => 'Acme\\Bundle\\PaymentBundle\\Controller\\InvoicePdfController::storageAction', 'download' => true, '_locale' => 'de_DE',));
}
not_de_DE__RG__acme_payment_download_invoice_pdf:
if (0 === strpos($pathinfo, '/u')) {
// en_GB__RG__acme_payment_download_invoice_pdf
if (0 === strpos($pathinfo, '/uk/payment/invoice/pdf/download') && preg_match('#^/uk/payment/invoice/pdf/download/(?P<invoiceId>[^/]++)$#s', $pathinfo, $matches)) {
if (!in_array($this->context->getMethod(), array('GET', 'HEAD'))) {
$allow = array_merge($allow, array('GET', 'HEAD'));
goto not_en_GB__RG__acme_payment_download_invoice_pdf;
}
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'en_GB__RG__acme_payment_download_invoice_pdf', key($requiredSchemes));
}
return $this->mergeDefaults(array_replace($matches, array('_route' => 'en_GB__RG__acme_payment_download_invoice_pdf')), array ( '_controller' => 'Acme\\Bundle\\PaymentBundle\\Controller\\InvoicePdfController::storageAction', 'download' => true, '_locale' => 'en_GB',));
}
not_en_GB__RG__acme_payment_download_invoice_pdf:
// en_US__RG__acme_payment_download_invoice_pdf
if (0 === strpos($pathinfo, '/us/payment/invoice/pdf/download') && preg_match('#^/us/payment/invoice/pdf/download/(?P<invoiceId>[^/]++)$#s', $pathinfo, $matches)) {
if (!in_array($this->context->getMethod(), array('GET', 'HEAD'))) {
$allow = array_merge($allow, array('GET', 'HEAD'));
goto not_en_US__RG__acme_payment_download_invoice_pdf;
}
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'en_US__RG__acme_payment_download_invoice_pdf', key($requiredSchemes));
}
return $this->mergeDefaults(array_replace($matches, array('_route' => 'en_US__RG__acme_payment_download_invoice_pdf')), array ( '_controller' => 'Acme\\Bundle\\PaymentBundle\\Controller\\InvoicePdfController::storageAction', 'download' => true, '_locale' => 'en_US',));
}
not_en_US__RG__acme_payment_download_invoice_pdf:
}
// it_IT__RG__acme_payment_download_invoice_pdf
if (0 === strpos($pathinfo, '/it/payment/invoice/pdf/download') && preg_match('#^/it/payment/invoice/pdf/download/(?P<invoiceId>[^/]++)$#s', $pathinfo, $matches)) {
if (!in_array($this->context->getMethod(), array('GET', 'HEAD'))) {
$allow = array_merge($allow, array('GET', 'HEAD'));
goto not_it_IT__RG__acme_payment_download_invoice_pdf;
}
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'it_IT__RG__acme_payment_download_invoice_pdf', key($requiredSchemes));
}
return $this->mergeDefaults(array_replace($matches, array('_route' => 'it_IT__RG__acme_payment_download_invoice_pdf')), array ( '_controller' => 'Acme\\Bundle\\PaymentBundle\\Controller\\InvoicePdfController::storageAction', 'download' => true, '_locale' => 'it_IT',));
}
not_it_IT__RG__acme_payment_download_invoice_pdf:
// fr_FR__RG__acme_payment_download_invoice_pdf
if (0 === strpos($pathinfo, '/fr/payment/invoice/pdf/download') && preg_match('#^/fr/payment/invoice/pdf/download/(?P<invoiceId>[^/]++)$#s', $pathinfo, $matches)) {
if (!in_array($this->context->getMethod(), array('GET', 'HEAD'))) {
$allow = array_merge($allow, array('GET', 'HEAD'));
goto not_fr_FR__RG__acme_payment_download_invoice_pdf;
}
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'fr_FR__RG__acme_payment_download_invoice_pdf', key($requiredSchemes));
}
return $this->mergeDefaults(array_replace($matches, array('_route' => 'fr_FR__RG__acme_payment_download_invoice_pdf')), array ( '_controller' => 'Acme\\Bundle\\PaymentBundle\\Controller\\InvoicePdfController::storageAction', 'download' => true, '_locale' => 'fr_FR',));
}
not_fr_FR__RG__acme_payment_download_invoice_pdf:
// es_ES__RG__acme_payment_download_invoice_pdf
if (0 === strpos($pathinfo, '/es/payment/invoice/pdf/download') && preg_match('#^/es/payment/invoice/pdf/download/(?P<invoiceId>[^/]++)$#s', $pathinfo, $matches)) {
if (!in_array($this->context->getMethod(), array('GET', 'HEAD'))) {
$allow = array_merge($allow, array('GET', 'HEAD'));
goto not_es_ES__RG__acme_payment_download_invoice_pdf;
}
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'es_ES__RG__acme_payment_download_invoice_pdf', key($requiredSchemes));
}
return $this->mergeDefaults(array_replace($matches, array('_route' => 'es_ES__RG__acme_payment_download_invoice_pdf')), array ( '_controller' => 'Acme\\Bundle\\PaymentBundle\\Controller\\InvoicePdfController::storageAction', 'download' => true, '_locale' => 'es_ES',));
}
not_es_ES__RG__acme_payment_download_invoice_pdf:
// nl_NL__RG__acme_payment_download_invoice_pdf
if (0 === strpos($pathinfo, '/nl/payment/invoice/pdf/download') && preg_match('#^/nl/payment/invoice/pdf/download/(?P<invoiceId>[^/]++)$#s', $pathinfo, $matches)) {
if (!in_array($this->context->getMethod(), array('GET', 'HEAD'))) {
$allow = array_merge($allow, array('GET', 'HEAD'));
goto not_nl_NL__RG__acme_payment_download_invoice_pdf;
}
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'nl_NL__RG__acme_payment_download_invoice_pdf', key($requiredSchemes));
}
return $this->mergeDefaults(array_replace($matches, array('_route' => 'nl_NL__RG__acme_payment_download_invoice_pdf')), array ( '_controller' => 'Acme\\Bundle\\PaymentBundle\\Controller\\InvoicePdfController::storageAction', 'download' => true, '_locale' => 'nl_NL',));
}
not_nl_NL__RG__acme_payment_download_invoice_pdf:
// de_CH__RG__acme_payment_download_invoice_pdf
if (0 === strpos($pathinfo, '/ch/payment/invoice/pdf/download') && preg_match('#^/ch/payment/invoice/pdf/download/(?P<invoiceId>[^/]++)$#s', $pathinfo, $matches)) {
if (!in_array($this->context->getMethod(), array('GET', 'HEAD'))) {
$allow = array_merge($allow, array('GET', 'HEAD'));
goto not_de_CH__RG__acme_payment_download_invoice_pdf;
}
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'de_CH__RG__acme_payment_download_invoice_pdf', key($requiredSchemes));
}
return $this->mergeDefaults(array_replace($matches, array('_route' => 'de_CH__RG__acme_payment_download_invoice_pdf')), array ( '_controller' => 'Acme\\Bundle\\PaymentBundle\\Controller\\InvoicePdfController::storageAction', 'download' => true, '_locale' => 'de_CH',));
}
not_de_CH__RG__acme_payment_download_invoice_pdf:
if (0 === strpos($pathinfo, '/a')) {
// en_AU__RG__acme_payment_download_invoice_pdf
if (0 === strpos($pathinfo, '/au/payment/invoice/pdf/download') && preg_match('#^/au/payment/invoice/pdf/download/(?P<invoiceId>[^/]++)$#s', $pathinfo, $matches)) {
if (!in_array($this->context->getMethod(), array('GET', 'HEAD'))) {
$allow = array_merge($allow, array('GET', 'HEAD'));
goto not_en_AU__RG__acme_payment_download_invoice_pdf;
}
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'en_AU__RG__acme_payment_download_invoice_pdf', key($requiredSchemes));
}
return $this->mergeDefaults(array_replace($matches, array('_route' => 'en_AU__RG__acme_payment_download_invoice_pdf')), array ( '_controller' => 'Acme\\Bundle\\PaymentBundle\\Controller\\InvoicePdfController::storageAction', 'download' => true, '_locale' => 'en_AU',));
}
not_en_AU__RG__acme_payment_download_invoice_pdf:
// de_AT__RG__acme_payment_download_invoice_pdf
if (0 === strpos($pathinfo, '/at/payment/invoice/pdf/download') && preg_match('#^/at/payment/invoice/pdf/download/(?P<invoiceId>[^/]++)$#s', $pathinfo, $matches)) {
if (!in_array($this->context->getMethod(), array('GET', 'HEAD'))) {
$allow = array_merge($allow, array('GET', 'HEAD'));
goto not_de_AT__RG__acme_payment_download_invoice_pdf;
}
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'de_AT__RG__acme_payment_download_invoice_pdf', key($requiredSchemes));
}
return $this->mergeDefaults(array_replace($matches, array('_route' => 'de_AT__RG__acme_payment_download_invoice_pdf')), array ( '_controller' => 'Acme\\Bundle\\PaymentBundle\\Controller\\InvoicePdfController::storageAction', 'download' => true, '_locale' => 'de_AT',));
}
not_de_AT__RG__acme_payment_download_invoice_pdf:
}
// zu_ZZ__RG__acme_payment_download_invoice_pdf
if (0 === strpos($pathinfo, '/zz/payment/invoice/pdf/download') && preg_match('#^/zz/payment/invoice/pdf/download/(?P<invoiceId>[^/]++)$#s', $pathinfo, $matches)) {
if (!in_array($this->context->getMethod(), array('GET', 'HEAD'))) {
$allow = array_merge($allow, array('GET', 'HEAD'));
goto not_zu_ZZ__RG__acme_payment_download_invoice_pdf;
}
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'zu_ZZ__RG__acme_payment_download_invoice_pdf', key($requiredSchemes));
}
return $this->mergeDefaults(array_replace($matches, array('_route' => 'zu_ZZ__RG__acme_payment_download_invoice_pdf')), array ( '_controller' => 'Acme\\Bundle\\PaymentBundle\\Controller\\InvoicePdfController::storageAction', 'download' => true, '_locale' => 'zu_ZZ',));
}
not_zu_ZZ__RG__acme_payment_download_invoice_pdf:
// de_DE__RG__acme_payment_open_invoice_pdf
if (0 === strpos($pathinfo, '/de/payment/invoice/pdf/open') && preg_match('#^/de/payment/invoice/pdf/open/(?P<invoiceId>[^/]++)$#s', $pathinfo, $matches)) {
if (!in_array($this->context->getMethod(), array('GET', 'HEAD'))) {
$allow = array_merge($allow, array('GET', 'HEAD'));
goto not_de_DE__RG__acme_payment_open_invoice_pdf;
}
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'de_DE__RG__acme_payment_open_invoice_pdf', key($requiredSchemes));
}
return $this->mergeDefaults(array_replace($matches, array('_route' => 'de_DE__RG__acme_payment_open_invoice_pdf')), array ( '_controller' => 'Acme\\Bundle\\PaymentBundle\\Controller\\InvoicePdfController::storageAction', '_locale' => 'de_DE',));
}
not_de_DE__RG__acme_payment_open_invoice_pdf:
if (0 === strpos($pathinfo, '/u')) {
// en_GB__RG__acme_payment_open_invoice_pdf
if (0 === strpos($pathinfo, '/uk/payment/invoice/pdf/open') && preg_match('#^/uk/payment/invoice/pdf/open/(?P<invoiceId>[^/]++)$#s', $pathinfo, $matches)) {
if (!in_array($this->context->getMethod(), array('GET', 'HEAD'))) {
$allow = array_merge($allow, array('GET', 'HEAD'));
goto not_en_GB__RG__acme_payment_open_invoice_pdf;
}
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'en_GB__RG__acme_payment_open_invoice_pdf', key($requiredSchemes));
}
return $this->mergeDefaults(array_replace($matches, array('_route' => 'en_GB__RG__acme_payment_open_invoice_pdf')), array ( '_controller' => 'Acme\\Bundle\\PaymentBundle\\Controller\\InvoicePdfController::storageAction', '_locale' => 'en_GB',));
}
not_en_GB__RG__acme_payment_open_invoice_pdf:
// en_US__RG__acme_payment_open_invoice_pdf
if (0 === strpos($pathinfo, '/us/payment/invoice/pdf/open') && preg_match('#^/us/payment/invoice/pdf/open/(?P<invoiceId>[^/]++)$#s', $pathinfo, $matches)) {
if (!in_array($this->context->getMethod(), array('GET', 'HEAD'))) {
$allow = array_merge($allow, array('GET', 'HEAD'));
goto not_en_US__RG__acme_payment_open_invoice_pdf;
}
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'en_US__RG__acme_payment_open_invoice_pdf', key($requiredSchemes));
}
return $this->mergeDefaults(array_replace($matches, array('_route' => 'en_US__RG__acme_payment_open_invoice_pdf')), array ( '_controller' => 'Acme\\Bundle\\PaymentBundle\\Controller\\InvoicePdfController::storageAction', '_locale' => 'en_US',));
}
not_en_US__RG__acme_payment_open_invoice_pdf:
}
// it_IT__RG__acme_payment_open_invoice_pdf
if (0 === strpos($pathinfo, '/it/payment/invoice/pdf/open') && preg_match('#^/it/payment/invoice/pdf/open/(?P<invoiceId>[^/]++)$#s', $pathinfo, $matches)) {
if (!in_array($this->context->getMethod(), array('GET', 'HEAD'))) {
$allow = array_merge($allow, array('GET', 'HEAD'));
goto not_it_IT__RG__acme_payment_open_invoice_pdf;
}
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'it_IT__RG__acme_payment_open_invoice_pdf', key($requiredSchemes));
}
return $this->mergeDefaults(array_replace($matches, array('_route' => 'it_IT__RG__acme_payment_open_invoice_pdf')), array ( '_controller' => 'Acme\\Bundle\\PaymentBundle\\Controller\\InvoicePdfController::storageAction', '_locale' => 'it_IT',));
}
not_it_IT__RG__acme_payment_open_invoice_pdf:
// fr_FR__RG__acme_payment_open_invoice_pdf
if (0 === strpos($pathinfo, '/fr/payment/invoice/pdf/open') && preg_match('#^/fr/payment/invoice/pdf/open/(?P<invoiceId>[^/]++)$#s', $pathinfo, $matches)) {
if (!in_array($this->context->getMethod(), array('GET', 'HEAD'))) {
$allow = array_merge($allow, array('GET', 'HEAD'));
goto not_fr_FR__RG__acme_payment_open_invoice_pdf;
}
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'fr_FR__RG__acme_payment_open_invoice_pdf', key($requiredSchemes));
}
return $this->mergeDefaults(array_replace($matches, array('_route' => 'fr_FR__RG__acme_payment_open_invoice_pdf')), array ( '_controller' => 'Acme\\Bundle\\PaymentBundle\\Controller\\InvoicePdfController::storageAction', '_locale' => 'fr_FR',));
}
not_fr_FR__RG__acme_payment_open_invoice_pdf:
// es_ES__RG__acme_payment_open_invoice_pdf
if (0 === strpos($pathinfo, '/es/payment/invoice/pdf/open') && preg_match('#^/es/payment/invoice/pdf/open/(?P<invoiceId>[^/]++)$#s', $pathinfo, $matches)) {
if (!in_array($this->context->getMethod(), array('GET', 'HEAD'))) {
$allow = array_merge($allow, array('GET', 'HEAD'));
goto not_es_ES__RG__acme_payment_open_invoice_pdf;
}
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'es_ES__RG__acme_payment_open_invoice_pdf', key($requiredSchemes));
}
return $this->mergeDefaults(array_replace($matches, array('_route' => 'es_ES__RG__acme_payment_open_invoice_pdf')), array ( '_controller' => 'Acme\\Bundle\\PaymentBundle\\Controller\\InvoicePdfController::storageAction', '_locale' => 'es_ES',));
}
not_es_ES__RG__acme_payment_open_invoice_pdf:
// nl_NL__RG__acme_payment_open_invoice_pdf
if (0 === strpos($pathinfo, '/nl/payment/invoice/pdf/open') && preg_match('#^/nl/payment/invoice/pdf/open/(?P<invoiceId>[^/]++)$#s', $pathinfo, $matches)) {
if (!in_array($this->context->getMethod(), array('GET', 'HEAD'))) {
$allow = array_merge($allow, array('GET', 'HEAD'));
goto not_nl_NL__RG__acme_payment_open_invoice_pdf;
}
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'nl_NL__RG__acme_payment_open_invoice_pdf', key($requiredSchemes));
}
return $this->mergeDefaults(array_replace($matches, array('_route' => 'nl_NL__RG__acme_payment_open_invoice_pdf')), array ( '_controller' => 'Acme\\Bundle\\PaymentBundle\\Controller\\InvoicePdfController::storageAction', '_locale' => 'nl_NL',));
}
not_nl_NL__RG__acme_payment_open_invoice_pdf:
// de_CH__RG__acme_payment_open_invoice_pdf
if (0 === strpos($pathinfo, '/ch/payment/invoice/pdf/open') && preg_match('#^/ch/payment/invoice/pdf/open/(?P<invoiceId>[^/]++)$#s', $pathinfo, $matches)) {
if (!in_array($this->context->getMethod(), array('GET', 'HEAD'))) {
$allow = array_merge($allow, array('GET', 'HEAD'));
goto not_de_CH__RG__acme_payment_open_invoice_pdf;
}
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'de_CH__RG__acme_payment_open_invoice_pdf', key($requiredSchemes));
}
return $this->mergeDefaults(array_replace($matches, array('_route' => 'de_CH__RG__acme_payment_open_invoice_pdf')), array ( '_controller' => 'Acme\\Bundle\\PaymentBundle\\Controller\\InvoicePdfController::storageAction', '_locale' => 'de_CH',));
}
not_de_CH__RG__acme_payment_open_invoice_pdf:
if (0 === strpos($pathinfo, '/a')) {
// en_AU__RG__acme_payment_open_invoice_pdf
if (0 === strpos($pathinfo, '/au/payment/invoice/pdf/open') && preg_match('#^/au/payment/invoice/pdf/open/(?P<invoiceId>[^/]++)$#s', $pathinfo, $matches)) {
if (!in_array($this->context->getMethod(), array('GET', 'HEAD'))) {
$allow = array_merge($allow, array('GET', 'HEAD'));
goto not_en_AU__RG__acme_payment_open_invoice_pdf;
}
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'en_AU__RG__acme_payment_open_invoice_pdf', key($requiredSchemes));
}
return $this->mergeDefaults(array_replace($matches, array('_route' => 'en_AU__RG__acme_payment_open_invoice_pdf')), array ( '_controller' => 'Acme\\Bundle\\PaymentBundle\\Controller\\InvoicePdfController::storageAction', '_locale' => 'en_AU',));
}
not_en_AU__RG__acme_payment_open_invoice_pdf:
// de_AT__RG__acme_payment_open_invoice_pdf
if (0 === strpos($pathinfo, '/at/payment/invoice/pdf/open') && preg_match('#^/at/payment/invoice/pdf/open/(?P<invoiceId>[^/]++)$#s', $pathinfo, $matches)) {
if (!in_array($this->context->getMethod(), array('GET', 'HEAD'))) {
$allow = array_merge($allow, array('GET', 'HEAD'));
goto not_de_AT__RG__acme_payment_open_invoice_pdf;
}
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'de_AT__RG__acme_payment_open_invoice_pdf', key($requiredSchemes));
}
return $this->mergeDefaults(array_replace($matches, array('_route' => 'de_AT__RG__acme_payment_open_invoice_pdf')), array ( '_controller' => 'Acme\\Bundle\\PaymentBundle\\Controller\\InvoicePdfController::storageAction', '_locale' => 'de_AT',));
}
not_de_AT__RG__acme_payment_open_invoice_pdf:
}
// zu_ZZ__RG__acme_payment_open_invoice_pdf
if (0 === strpos($pathinfo, '/zz/payment/invoice/pdf/open') && preg_match('#^/zz/payment/invoice/pdf/open/(?P<invoiceId>[^/]++)$#s', $pathinfo, $matches)) {
if (!in_array($this->context->getMethod(), array('GET', 'HEAD'))) {
$allow = array_merge($allow, array('GET', 'HEAD'));
goto not_zu_ZZ__RG__acme_payment_open_invoice_pdf;
}
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'zu_ZZ__RG__acme_payment_open_invoice_pdf', key($requiredSchemes));
}
return $this->mergeDefaults(array_replace($matches, array('_route' => 'zu_ZZ__RG__acme_payment_open_invoice_pdf')), array ( '_controller' => 'Acme\\Bundle\\PaymentBundle\\Controller\\InvoicePdfController::storageAction', '_locale' => 'zu_ZZ',));
}
not_zu_ZZ__RG__acme_payment_open_invoice_pdf:
// de_DE__RG__acme_payment_check_user_country
if ($pathinfo === '/de/payment/check-user-country') {
if ($this->context->getMethod() != 'POST') {
$allow[] = 'POST';
goto not_de_DE__RG__acme_payment_check_user_country;
}
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'de_DE__RG__acme_payment_check_user_country', key($requiredSchemes));
}
return array ( '_controller' => 'Acme\\Bundle\\PaymentBundle\\Controller\\DefaultController::paymentCheckUserCountryAction', '_locale' => 'de_DE', '_route' => 'de_DE__RG__acme_payment_check_user_country',);
}
not_de_DE__RG__acme_payment_check_user_country:
if (0 === strpos($pathinfo, '/u')) {
// en_GB__RG__acme_payment_check_user_country
if ($pathinfo === '/uk/payment/check-user-country') {
if ($this->context->getMethod() != 'POST') {
$allow[] = 'POST';
goto not_en_GB__RG__acme_payment_check_user_country;
}
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'en_GB__RG__acme_payment_check_user_country', key($requiredSchemes));
}
return array ( '_controller' => 'Acme\\Bundle\\PaymentBundle\\Controller\\DefaultController::paymentCheckUserCountryAction', '_locale' => 'en_GB', '_route' => 'en_GB__RG__acme_payment_check_user_country',);
}
not_en_GB__RG__acme_payment_check_user_country:
// en_US__RG__acme_payment_check_user_country
if ($pathinfo === '/us/payment/check-user-country') {
if ($this->context->getMethod() != 'POST') {
$allow[] = 'POST';
goto not_en_US__RG__acme_payment_check_user_country;
}
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'en_US__RG__acme_payment_check_user_country', key($requiredSchemes));
}
return array ( '_controller' => 'Acme\\Bundle\\PaymentBundle\\Controller\\DefaultController::paymentCheckUserCountryAction', '_locale' => 'en_US', '_route' => 'en_US__RG__acme_payment_check_user_country',);
}
not_en_US__RG__acme_payment_check_user_country:
}
// it_IT__RG__acme_payment_check_user_country
if ($pathinfo === '/it/payment/check-user-country') {
if ($this->context->getMethod() != 'POST') {
$allow[] = 'POST';
goto not_it_IT__RG__acme_payment_check_user_country;
}
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'it_IT__RG__acme_payment_check_user_country', key($requiredSchemes));
}
return array ( '_controller' => 'Acme\\Bundle\\PaymentBundle\\Controller\\DefaultController::paymentCheckUserCountryAction', '_locale' => 'it_IT', '_route' => 'it_IT__RG__acme_payment_check_user_country',);
}
not_it_IT__RG__acme_payment_check_user_country:
// fr_FR__RG__acme_payment_check_user_country
if ($pathinfo === '/fr/payment/check-user-country') {
if ($this->context->getMethod() != 'POST') {
$allow[] = 'POST';
goto not_fr_FR__RG__acme_payment_check_user_country;
}
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'fr_FR__RG__acme_payment_check_user_country', key($requiredSchemes));
}
return array ( '_controller' => 'Acme\\Bundle\\PaymentBundle\\Controller\\DefaultController::paymentCheckUserCountryAction', '_locale' => 'fr_FR', '_route' => 'fr_FR__RG__acme_payment_check_user_country',);
}
not_fr_FR__RG__acme_payment_check_user_country:
// es_ES__RG__acme_payment_check_user_country
if ($pathinfo === '/es/payment/check-user-country') {
if ($this->context->getMethod() != 'POST') {
$allow[] = 'POST';
goto not_es_ES__RG__acme_payment_check_user_country;
}
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'es_ES__RG__acme_payment_check_user_country', key($requiredSchemes));
}
return array ( '_controller' => 'Acme\\Bundle\\PaymentBundle\\Controller\\DefaultController::paymentCheckUserCountryAction', '_locale' => 'es_ES', '_route' => 'es_ES__RG__acme_payment_check_user_country',);
}
not_es_ES__RG__acme_payment_check_user_country:
// nl_NL__RG__acme_payment_check_user_country
if ($pathinfo === '/nl/payment/check-user-country') {
if ($this->context->getMethod() != 'POST') {
$allow[] = 'POST';
goto not_nl_NL__RG__acme_payment_check_user_country;
}
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'nl_NL__RG__acme_payment_check_user_country', key($requiredSchemes));
}
return array ( '_controller' => 'Acme\\Bundle\\PaymentBundle\\Controller\\DefaultController::paymentCheckUserCountryAction', '_locale' => 'nl_NL', '_route' => 'nl_NL__RG__acme_payment_check_user_country',);
}
not_nl_NL__RG__acme_payment_check_user_country:
// de_CH__RG__acme_payment_check_user_country
if ($pathinfo === '/ch/payment/check-user-country') {
if ($this->context->getMethod() != 'POST') {
$allow[] = 'POST';
goto not_de_CH__RG__acme_payment_check_user_country;
}
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'de_CH__RG__acme_payment_check_user_country', key($requiredSchemes));
}
return array ( '_controller' => 'Acme\\Bundle\\PaymentBundle\\Controller\\DefaultController::paymentCheckUserCountryAction', '_locale' => 'de_CH', '_route' => 'de_CH__RG__acme_payment_check_user_country',);
}
not_de_CH__RG__acme_payment_check_user_country:
if (0 === strpos($pathinfo, '/a')) {
// en_AU__RG__acme_payment_check_user_country
if ($pathinfo === '/au/payment/check-user-country') {
if ($this->context->getMethod() != 'POST') {
$allow[] = 'POST';
goto not_en_AU__RG__acme_payment_check_user_country;
}
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'en_AU__RG__acme_payment_check_user_country', key($requiredSchemes));
}
return array ( '_controller' => 'Acme\\Bundle\\PaymentBundle\\Controller\\DefaultController::paymentCheckUserCountryAction', '_locale' => 'en_AU', '_route' => 'en_AU__RG__acme_payment_check_user_country',);
}
not_en_AU__RG__acme_payment_check_user_country:
// de_AT__RG__acme_payment_check_user_country
if ($pathinfo === '/at/payment/check-user-country') {
if ($this->context->getMethod() != 'POST') {
$allow[] = 'POST';
goto not_de_AT__RG__acme_payment_check_user_country;
}
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'de_AT__RG__acme_payment_check_user_country', key($requiredSchemes));
}
return array ( '_controller' => 'Acme\\Bundle\\PaymentBundle\\Controller\\DefaultController::paymentCheckUserCountryAction', '_locale' => 'de_AT', '_route' => 'de_AT__RG__acme_payment_check_user_country',);
}
not_de_AT__RG__acme_payment_check_user_country:
}
// zu_ZZ__RG__acme_payment_check_user_country
if ($pathinfo === '/zz/payment/check-user-country') {
if ($this->context->getMethod() != 'POST') {
$allow[] = 'POST';
goto not_zu_ZZ__RG__acme_payment_check_user_country;
}
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'zu_ZZ__RG__acme_payment_check_user_country', key($requiredSchemes));
}
return array ( '_controller' => 'Acme\\Bundle\\PaymentBundle\\Controller\\DefaultController::paymentCheckUserCountryAction', '_locale' => 'zu_ZZ', '_route' => 'zu_ZZ__RG__acme_payment_check_user_country',);
}
not_zu_ZZ__RG__acme_payment_check_user_country:
// de_DE__RG__acme_statistic_index
if ($pathinfo === '/de/statistiken') {
if (!in_array($this->context->getMethod(), array('GET', 'POST', 'HEAD'))) {
$allow = array_merge($allow, array('GET', 'POST', 'HEAD'));
goto not_de_DE__RG__acme_statistic_index;
}
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'de_DE__RG__acme_statistic_index', key($requiredSchemes));
}
return array ( '_controller' => 'Acme\\Bundle\\StatisticBundle\\Controller\\DefaultController::indexAction', '_locale' => 'de_DE', '_route' => 'de_DE__RG__acme_statistic_index',);
}
not_de_DE__RG__acme_statistic_index:
if (0 === strpos($pathinfo, '/u')) {
// en_GB__RG__acme_statistic_index
if ($pathinfo === '/uk/statistics') {
if (!in_array($this->context->getMethod(), array('GET', 'POST', 'HEAD'))) {
$allow = array_merge($allow, array('GET', 'POST', 'HEAD'));
goto not_en_GB__RG__acme_statistic_index;
}
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'en_GB__RG__acme_statistic_index', key($requiredSchemes));
}
return array ( '_controller' => 'Acme\\Bundle\\StatisticBundle\\Controller\\DefaultController::indexAction', '_locale' => 'en_GB', '_route' => 'en_GB__RG__acme_statistic_index',);
}
not_en_GB__RG__acme_statistic_index:
// en_US__RG__acme_statistic_index
if ($pathinfo === '/us/statistics') {
if (!in_array($this->context->getMethod(), array('GET', 'POST', 'HEAD'))) {
$allow = array_merge($allow, array('GET', 'POST', 'HEAD'));
goto not_en_US__RG__acme_statistic_index;
}
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'en_US__RG__acme_statistic_index', key($requiredSchemes));
}
return array ( '_controller' => 'Acme\\Bundle\\StatisticBundle\\Controller\\DefaultController::indexAction', '_locale' => 'en_US', '_route' => 'en_US__RG__acme_statistic_index',);
}
not_en_US__RG__acme_statistic_index:
}
// it_IT__RG__acme_statistic_index
if ($pathinfo === '/it/statistics') {
if (!in_array($this->context->getMethod(), array('GET', 'POST', 'HEAD'))) {
$allow = array_merge($allow, array('GET', 'POST', 'HEAD'));
goto not_it_IT__RG__acme_statistic_index;
}
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'it_IT__RG__acme_statistic_index', key($requiredSchemes));
}
return array ( '_controller' => 'Acme\\Bundle\\StatisticBundle\\Controller\\DefaultController::indexAction', '_locale' => 'it_IT', '_route' => 'it_IT__RG__acme_statistic_index',);
}
not_it_IT__RG__acme_statistic_index:
// fr_FR__RG__acme_statistic_index
if ($pathinfo === '/fr/statistics') {
if (!in_array($this->context->getMethod(), array('GET', 'POST', 'HEAD'))) {
$allow = array_merge($allow, array('GET', 'POST', 'HEAD'));
goto not_fr_FR__RG__acme_statistic_index;
}
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'fr_FR__RG__acme_statistic_index', key($requiredSchemes));
}
return array ( '_controller' => 'Acme\\Bundle\\StatisticBundle\\Controller\\DefaultController::indexAction', '_locale' => 'fr_FR', '_route' => 'fr_FR__RG__acme_statistic_index',);
}
not_fr_FR__RG__acme_statistic_index:
// es_ES__RG__acme_statistic_index
if ($pathinfo === '/es/statistics') {
if (!in_array($this->context->getMethod(), array('GET', 'POST', 'HEAD'))) {
$allow = array_merge($allow, array('GET', 'POST', 'HEAD'));
goto not_es_ES__RG__acme_statistic_index;
}
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'es_ES__RG__acme_statistic_index', key($requiredSchemes));
}
return array ( '_controller' => 'Acme\\Bundle\\StatisticBundle\\Controller\\DefaultController::indexAction', '_locale' => 'es_ES', '_route' => 'es_ES__RG__acme_statistic_index',);
}
not_es_ES__RG__acme_statistic_index:
// nl_NL__RG__acme_statistic_index
if ($pathinfo === '/nl/statistics') {
if (!in_array($this->context->getMethod(), array('GET', 'POST', 'HEAD'))) {
$allow = array_merge($allow, array('GET', 'POST', 'HEAD'));
goto not_nl_NL__RG__acme_statistic_index;
}
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'nl_NL__RG__acme_statistic_index', key($requiredSchemes));
}
return array ( '_controller' => 'Acme\\Bundle\\StatisticBundle\\Controller\\DefaultController::indexAction', '_locale' => 'nl_NL', '_route' => 'nl_NL__RG__acme_statistic_index',);
}
not_nl_NL__RG__acme_statistic_index:
// de_CH__RG__acme_statistic_index
if ($pathinfo === '/ch/statistiken') {
if (!in_array($this->context->getMethod(), array('GET', 'POST', 'HEAD'))) {
$allow = array_merge($allow, array('GET', 'POST', 'HEAD'));
goto not_de_CH__RG__acme_statistic_index;
}
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'de_CH__RG__acme_statistic_index', key($requiredSchemes));
}
return array ( '_controller' => 'Acme\\Bundle\\StatisticBundle\\Controller\\DefaultController::indexAction', '_locale' => 'de_CH', '_route' => 'de_CH__RG__acme_statistic_index',);
}
not_de_CH__RG__acme_statistic_index:
if (0 === strpos($pathinfo, '/a')) {
// en_AU__RG__acme_statistic_index
if ($pathinfo === '/au/statistics') {
if (!in_array($this->context->getMethod(), array('GET', 'POST', 'HEAD'))) {
$allow = array_merge($allow, array('GET', 'POST', 'HEAD'));
goto not_en_AU__RG__acme_statistic_index;
}
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'en_AU__RG__acme_statistic_index', key($requiredSchemes));
}
return array ( '_controller' => 'Acme\\Bundle\\StatisticBundle\\Controller\\DefaultController::indexAction', '_locale' => 'en_AU', '_route' => 'en_AU__RG__acme_statistic_index',);
}
not_en_AU__RG__acme_statistic_index:
// de_AT__RG__acme_statistic_index
if ($pathinfo === '/at/statistiken') {
if (!in_array($this->context->getMethod(), array('GET', 'POST', 'HEAD'))) {
$allow = array_merge($allow, array('GET', 'POST', 'HEAD'));
goto not_de_AT__RG__acme_statistic_index;
}
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'de_AT__RG__acme_statistic_index', key($requiredSchemes));
}
return array ( '_controller' => 'Acme\\Bundle\\StatisticBundle\\Controller\\DefaultController::indexAction', '_locale' => 'de_AT', '_route' => 'de_AT__RG__acme_statistic_index',);
}
not_de_AT__RG__acme_statistic_index:
}
// zu_ZZ__RG__acme_statistic_index
if ($pathinfo === '/zz/statistics') {
if (!in_array($this->context->getMethod(), array('GET', 'POST', 'HEAD'))) {
$allow = array_merge($allow, array('GET', 'POST', 'HEAD'));
goto not_zu_ZZ__RG__acme_statistic_index;
}
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'zu_ZZ__RG__acme_statistic_index', key($requiredSchemes));
}
return array ( '_controller' => 'Acme\\Bundle\\StatisticBundle\\Controller\\DefaultController::indexAction', '_locale' => 'zu_ZZ', '_route' => 'zu_ZZ__RG__acme_statistic_index',);
}
not_zu_ZZ__RG__acme_statistic_index:
// de_DE__RG__acme_statistic_update
if ($pathinfo === '/de/statistiken/update') {
if (!in_array($this->context->getMethod(), array('GET', 'POST', 'HEAD'))) {
$allow = array_merge($allow, array('GET', 'POST', 'HEAD'));
goto not_de_DE__RG__acme_statistic_update;
}
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'de_DE__RG__acme_statistic_update', key($requiredSchemes));
}
return array ( '_controller' => 'Acme\\Bundle\\StatisticBundle\\Controller\\DefaultController::updateAction', '_locale' => 'de_DE', '_route' => 'de_DE__RG__acme_statistic_update',);
}
not_de_DE__RG__acme_statistic_update:
if (0 === strpos($pathinfo, '/u')) {
// en_GB__RG__acme_statistic_update
if ($pathinfo === '/uk/statistics/update') {
if (!in_array($this->context->getMethod(), array('GET', 'POST', 'HEAD'))) {
$allow = array_merge($allow, array('GET', 'POST', 'HEAD'));
goto not_en_GB__RG__acme_statistic_update;
}
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'en_GB__RG__acme_statistic_update', key($requiredSchemes));
}
return array ( '_controller' => 'Acme\\Bundle\\StatisticBundle\\Controller\\DefaultController::updateAction', '_locale' => 'en_GB', '_route' => 'en_GB__RG__acme_statistic_update',);
}
not_en_GB__RG__acme_statistic_update:
// en_US__RG__acme_statistic_update
if ($pathinfo === '/us/statistics/update') {
if (!in_array($this->context->getMethod(), array('GET', 'POST', 'HEAD'))) {
$allow = array_merge($allow, array('GET', 'POST', 'HEAD'));
goto not_en_US__RG__acme_statistic_update;
}
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'en_US__RG__acme_statistic_update', key($requiredSchemes));
}
return array ( '_controller' => 'Acme\\Bundle\\StatisticBundle\\Controller\\DefaultController::updateAction', '_locale' => 'en_US', '_route' => 'en_US__RG__acme_statistic_update',);
}
not_en_US__RG__acme_statistic_update:
}
// it_IT__RG__acme_statistic_update
if ($pathinfo === '/it/statistics/update') {
if (!in_array($this->context->getMethod(), array('GET', 'POST', 'HEAD'))) {
$allow = array_merge($allow, array('GET', 'POST', 'HEAD'));
goto not_it_IT__RG__acme_statistic_update;
}
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'it_IT__RG__acme_statistic_update', key($requiredSchemes));
}
return array ( '_controller' => 'Acme\\Bundle\\StatisticBundle\\Controller\\DefaultController::updateAction', '_locale' => 'it_IT', '_route' => 'it_IT__RG__acme_statistic_update',);
}
not_it_IT__RG__acme_statistic_update:
// fr_FR__RG__acme_statistic_update
if ($pathinfo === '/fr/statistiques/mettre-a-jour') {
if (!in_array($this->context->getMethod(), array('GET', 'POST', 'HEAD'))) {
$allow = array_merge($allow, array('GET', 'POST', 'HEAD'));
goto not_fr_FR__RG__acme_statistic_update;
}
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'fr_FR__RG__acme_statistic_update', key($requiredSchemes));
}
return array ( '_controller' => 'Acme\\Bundle\\StatisticBundle\\Controller\\DefaultController::updateAction', '_locale' => 'fr_FR', '_route' => 'fr_FR__RG__acme_statistic_update',);
}
not_fr_FR__RG__acme_statistic_update:
// es_ES__RG__acme_statistic_update
if ($pathinfo === '/es/statistics/update') {
if (!in_array($this->context->getMethod(), array('GET', 'POST', 'HEAD'))) {
$allow = array_merge($allow, array('GET', 'POST', 'HEAD'));
goto not_es_ES__RG__acme_statistic_update;
}
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'es_ES__RG__acme_statistic_update', key($requiredSchemes));
}
return array ( '_controller' => 'Acme\\Bundle\\StatisticBundle\\Controller\\DefaultController::updateAction', '_locale' => 'es_ES', '_route' => 'es_ES__RG__acme_statistic_update',);
}
not_es_ES__RG__acme_statistic_update:
// nl_NL__RG__acme_statistic_update
if ($pathinfo === '/nl/statistics/update') {
if (!in_array($this->context->getMethod(), array('GET', 'POST', 'HEAD'))) {
$allow = array_merge($allow, array('GET', 'POST', 'HEAD'));
goto not_nl_NL__RG__acme_statistic_update;
}
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'nl_NL__RG__acme_statistic_update', key($requiredSchemes));
}
return array ( '_controller' => 'Acme\\Bundle\\StatisticBundle\\Controller\\DefaultController::updateAction', '_locale' => 'nl_NL', '_route' => 'nl_NL__RG__acme_statistic_update',);
}
not_nl_NL__RG__acme_statistic_update:
// de_CH__RG__acme_statistic_update
if ($pathinfo === '/ch/statistiken/update') {
if (!in_array($this->context->getMethod(), array('GET', 'POST', 'HEAD'))) {
$allow = array_merge($allow, array('GET', 'POST', 'HEAD'));
goto not_de_CH__RG__acme_statistic_update;
}
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'de_CH__RG__acme_statistic_update', key($requiredSchemes));
}
return array ( '_controller' => 'Acme\\Bundle\\StatisticBundle\\Controller\\DefaultController::updateAction', '_locale' => 'de_CH', '_route' => 'de_CH__RG__acme_statistic_update',);
}
not_de_CH__RG__acme_statistic_update:
if (0 === strpos($pathinfo, '/a')) {
// en_AU__RG__acme_statistic_update
if ($pathinfo === '/au/statistics/update') {
if (!in_array($this->context->getMethod(), array('GET', 'POST', 'HEAD'))) {
$allow = array_merge($allow, array('GET', 'POST', 'HEAD'));
goto not_en_AU__RG__acme_statistic_update;
}
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'en_AU__RG__acme_statistic_update', key($requiredSchemes));
}
return array ( '_controller' => 'Acme\\Bundle\\StatisticBundle\\Controller\\DefaultController::updateAction', '_locale' => 'en_AU', '_route' => 'en_AU__RG__acme_statistic_update',);
}
not_en_AU__RG__acme_statistic_update:
// de_AT__RG__acme_statistic_update
if ($pathinfo === '/at/statistiken/update') {
if (!in_array($this->context->getMethod(), array('GET', 'POST', 'HEAD'))) {
$allow = array_merge($allow, array('GET', 'POST', 'HEAD'));
goto not_de_AT__RG__acme_statistic_update;
}
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'de_AT__RG__acme_statistic_update', key($requiredSchemes));
}
return array ( '_controller' => 'Acme\\Bundle\\StatisticBundle\\Controller\\DefaultController::updateAction', '_locale' => 'de_AT', '_route' => 'de_AT__RG__acme_statistic_update',);
}
not_de_AT__RG__acme_statistic_update:
}
// zu_ZZ__RG__acme_statistic_update
if ($pathinfo === '/zz/statistics/update') {
if (!in_array($this->context->getMethod(), array('GET', 'POST', 'HEAD'))) {
$allow = array_merge($allow, array('GET', 'POST', 'HEAD'));
goto not_zu_ZZ__RG__acme_statistic_update;
}
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'zu_ZZ__RG__acme_statistic_update', key($requiredSchemes));
}
return array ( '_controller' => 'Acme\\Bundle\\StatisticBundle\\Controller\\DefaultController::updateAction', '_locale' => 'zu_ZZ', '_route' => 'zu_ZZ__RG__acme_statistic_update',);
}
not_zu_ZZ__RG__acme_statistic_update:
// de_DE__RG__acme_statistic_ga_test
if ($pathinfo === '/de/statistiken/ga-test') {
if (!in_array($this->context->getMethod(), array('GET', 'POST', 'HEAD'))) {
$allow = array_merge($allow, array('GET', 'POST', 'HEAD'));
goto not_de_DE__RG__acme_statistic_ga_test;
}
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'de_DE__RG__acme_statistic_ga_test', key($requiredSchemes));
}
return array ( '_controller' => 'Acme\\Bundle\\StatisticBundle\\Controller\\GaPushController::indexAction', '_locale' => 'de_DE', '_route' => 'de_DE__RG__acme_statistic_ga_test',);
}
not_de_DE__RG__acme_statistic_ga_test:
if (0 === strpos($pathinfo, '/u')) {
// en_GB__RG__acme_statistic_ga_test
if ($pathinfo === '/uk/statistiken/ga-test') {
if (!in_array($this->context->getMethod(), array('GET', 'POST', 'HEAD'))) {
$allow = array_merge($allow, array('GET', 'POST', 'HEAD'));
goto not_en_GB__RG__acme_statistic_ga_test;
}
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'en_GB__RG__acme_statistic_ga_test', key($requiredSchemes));
}
return array ( '_controller' => 'Acme\\Bundle\\StatisticBundle\\Controller\\GaPushController::indexAction', '_locale' => 'en_GB', '_route' => 'en_GB__RG__acme_statistic_ga_test',);
}
not_en_GB__RG__acme_statistic_ga_test:
// en_US__RG__acme_statistic_ga_test
if ($pathinfo === '/us/statistiken/ga-test') {
if (!in_array($this->context->getMethod(), array('GET', 'POST', 'HEAD'))) {
$allow = array_merge($allow, array('GET', 'POST', 'HEAD'));
goto not_en_US__RG__acme_statistic_ga_test;
}
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'en_US__RG__acme_statistic_ga_test', key($requiredSchemes));
}
return array ( '_controller' => 'Acme\\Bundle\\StatisticBundle\\Controller\\GaPushController::indexAction', '_locale' => 'en_US', '_route' => 'en_US__RG__acme_statistic_ga_test',);
}
not_en_US__RG__acme_statistic_ga_test:
}
// it_IT__RG__acme_statistic_ga_test
if ($pathinfo === '/it/statistiken/ga-test') {
if (!in_array($this->context->getMethod(), array('GET', 'POST', 'HEAD'))) {
$allow = array_merge($allow, array('GET', 'POST', 'HEAD'));
goto not_it_IT__RG__acme_statistic_ga_test;
}
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'it_IT__RG__acme_statistic_ga_test', key($requiredSchemes));
}
return array ( '_controller' => 'Acme\\Bundle\\StatisticBundle\\Controller\\GaPushController::indexAction', '_locale' => 'it_IT', '_route' => 'it_IT__RG__acme_statistic_ga_test',);
}
not_it_IT__RG__acme_statistic_ga_test:
// fr_FR__RG__acme_statistic_ga_test
if ($pathinfo === '/fr/statistiken/ga-test') {
if (!in_array($this->context->getMethod(), array('GET', 'POST', 'HEAD'))) {
$allow = array_merge($allow, array('GET', 'POST', 'HEAD'));
goto not_fr_FR__RG__acme_statistic_ga_test;
}
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'fr_FR__RG__acme_statistic_ga_test', key($requiredSchemes));
}
return array ( '_controller' => 'Acme\\Bundle\\StatisticBundle\\Controller\\GaPushController::indexAction', '_locale' => 'fr_FR', '_route' => 'fr_FR__RG__acme_statistic_ga_test',);
}
not_fr_FR__RG__acme_statistic_ga_test:
// es_ES__RG__acme_statistic_ga_test
if ($pathinfo === '/es/statistiken/ga-test') {
if (!in_array($this->context->getMethod(), array('GET', 'POST', 'HEAD'))) {
$allow = array_merge($allow, array('GET', 'POST', 'HEAD'));
goto not_es_ES__RG__acme_statistic_ga_test;
}
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'es_ES__RG__acme_statistic_ga_test', key($requiredSchemes));
}
return array ( '_controller' => 'Acme\\Bundle\\StatisticBundle\\Controller\\GaPushController::indexAction', '_locale' => 'es_ES', '_route' => 'es_ES__RG__acme_statistic_ga_test',);
}
not_es_ES__RG__acme_statistic_ga_test:
// nl_NL__RG__acme_statistic_ga_test
if ($pathinfo === '/nl/statistiken/ga-test') {
if (!in_array($this->context->getMethod(), array('GET', 'POST', 'HEAD'))) {
$allow = array_merge($allow, array('GET', 'POST', 'HEAD'));
goto not_nl_NL__RG__acme_statistic_ga_test;
}
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'nl_NL__RG__acme_statistic_ga_test', key($requiredSchemes));
}
return array ( '_controller' => 'Acme\\Bundle\\StatisticBundle\\Controller\\GaPushController::indexAction', '_locale' => 'nl_NL', '_route' => 'nl_NL__RG__acme_statistic_ga_test',);
}
not_nl_NL__RG__acme_statistic_ga_test:
// de_CH__RG__acme_statistic_ga_test
if ($pathinfo === '/ch/statistiken/ga-test') {
if (!in_array($this->context->getMethod(), array('GET', 'POST', 'HEAD'))) {
$allow = array_merge($allow, array('GET', 'POST', 'HEAD'));
goto not_de_CH__RG__acme_statistic_ga_test;
}
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'de_CH__RG__acme_statistic_ga_test', key($requiredSchemes));
}
return array ( '_controller' => 'Acme\\Bundle\\StatisticBundle\\Controller\\GaPushController::indexAction', '_locale' => 'de_CH', '_route' => 'de_CH__RG__acme_statistic_ga_test',);
}
not_de_CH__RG__acme_statistic_ga_test:
if (0 === strpos($pathinfo, '/a')) {
// en_AU__RG__acme_statistic_ga_test
if ($pathinfo === '/au/statistiken/ga-test') {
if (!in_array($this->context->getMethod(), array('GET', 'POST', 'HEAD'))) {
$allow = array_merge($allow, array('GET', 'POST', 'HEAD'));
goto not_en_AU__RG__acme_statistic_ga_test;
}
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'en_AU__RG__acme_statistic_ga_test', key($requiredSchemes));
}
return array ( '_controller' => 'Acme\\Bundle\\StatisticBundle\\Controller\\GaPushController::indexAction', '_locale' => 'en_AU', '_route' => 'en_AU__RG__acme_statistic_ga_test',);
}
not_en_AU__RG__acme_statistic_ga_test:
// de_AT__RG__acme_statistic_ga_test
if ($pathinfo === '/at/statistiken/ga-test') {
if (!in_array($this->context->getMethod(), array('GET', 'POST', 'HEAD'))) {
$allow = array_merge($allow, array('GET', 'POST', 'HEAD'));
goto not_de_AT__RG__acme_statistic_ga_test;
}
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'de_AT__RG__acme_statistic_ga_test', key($requiredSchemes));
}
return array ( '_controller' => 'Acme\\Bundle\\StatisticBundle\\Controller\\GaPushController::indexAction', '_locale' => 'de_AT', '_route' => 'de_AT__RG__acme_statistic_ga_test',);
}
not_de_AT__RG__acme_statistic_ga_test:
}
// zu_ZZ__RG__acme_statistic_ga_test
if ($pathinfo === '/zz/statistiken/ga-test') {
if (!in_array($this->context->getMethod(), array('GET', 'POST', 'HEAD'))) {
$allow = array_merge($allow, array('GET', 'POST', 'HEAD'));
goto not_zu_ZZ__RG__acme_statistic_ga_test;
}
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'zu_ZZ__RG__acme_statistic_ga_test', key($requiredSchemes));
}
return array ( '_controller' => 'Acme\\Bundle\\StatisticBundle\\Controller\\GaPushController::indexAction', '_locale' => 'zu_ZZ', '_route' => 'zu_ZZ__RG__acme_statistic_ga_test',);
}
not_zu_ZZ__RG__acme_statistic_ga_test:
if (0 === strpos($pathinfo, '/backend')) {
if (0 === strpos($pathinfo, '/backend/machine')) {
if (0 === strpos($pathinfo, '/backend/machinead')) {
// acme_backend_machinead_index
if (rtrim($pathinfo, '/') === '/backend/machinead') {
if (substr($pathinfo, -1) !== '/') {
return $this->redirect($pathinfo.'/', 'acme_backend_machinead_index');
}
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'acme_backend_machinead_index', key($requiredSchemes));
}
return array ( '_controller' => 'Acme\\Bundle\\BackendBundle\\Controller\\MachineAdController::indexAction', '_route' => 'acme_backend_machinead_index',);
}
// acme_backend_machinead_new
if ($pathinfo === '/backend/machinead/new') {
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'acme_backend_machinead_new', key($requiredSchemes));
}
return array ( '_controller' => 'Acme\\Bundle\\BackendBundle\\Controller\\MachineAdController::newAction', '_route' => 'acme_backend_machinead_new',);
}
// acme_backend_machinead_manage
if (preg_match('#^/backend/machinead/(?P<id>\\d+)/manage$#s', $pathinfo, $matches)) {
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'acme_backend_machinead_manage', key($requiredSchemes));
}
return $this->mergeDefaults(array_replace($matches, array('_route' => 'acme_backend_machinead_manage')), array ( '_controller' => 'Acme\\Bundle\\BackendBundle\\Controller\\MachineAdController::manageAction',));
}
// acme_backend_machinead_delete
if (preg_match('#^/backend/machinead/(?P<id>\\d+)/delete$#s', $pathinfo, $matches)) {
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'acme_backend_machinead_delete', key($requiredSchemes));
}
return $this->mergeDefaults(array_replace($matches, array('_route' => 'acme_backend_machinead_delete')), array ( '_controller' => 'Acme\\Bundle\\BackendBundle\\Controller\\MachineAdController::deleteAction',));
}
// acme_backend_machinead_machineautocomplete
if ($pathinfo === '/backend/machinead/machine-autocomlete') {
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'acme_backend_machinead_machineautocomplete', key($requiredSchemes));
}
return array ( '_controller' => 'Acme\\Bundle\\BackendBundle\\Controller\\MachineAdController::machineAutoCompleteAction', '_route' => 'acme_backend_machinead_machineautocomplete',);
}
// acme_backend_machinead_publish
if (preg_match('#^/backend/machinead/(?P<id>\\d+)/publish$#s', $pathinfo, $matches)) {
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'acme_backend_machinead_publish', key($requiredSchemes));
}
return $this->mergeDefaults(array_replace($matches, array('_route' => 'acme_backend_machinead_publish')), array ( '_controller' => 'Acme\\Bundle\\BackendBundle\\Controller\\MachineAdController::publishAction',));
}
}
if (0 === strpos($pathinfo, '/backend/machinemetal')) {
// acme_backend_machinemetal_index
if (rtrim($pathinfo, '/') === '/backend/machinemetal') {
if (substr($pathinfo, -1) !== '/') {
return $this->redirect($pathinfo.'/', 'acme_backend_machinemetal_index');
}
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'acme_backend_machinemetal_index', key($requiredSchemes));
}
return array ( '_controller' => 'Acme\\Bundle\\BackendBundle\\Controller\\MachineMetalController::indexAction', '_route' => 'acme_backend_machinemetal_index',);
}
// acme_backend_machinemetal_new
if ($pathinfo === '/backend/machinemetal/new') {
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'acme_backend_machinemetal_new', key($requiredSchemes));
}
return array ( '_controller' => 'Acme\\Bundle\\BackendBundle\\Controller\\MachineMetalController::newAction', '_route' => 'acme_backend_machinemetal_new',);
}
// acme_backend_machinemetal_manage
if (preg_match('#^/backend/machinemetal/(?P<id>\\d+)/manage$#s', $pathinfo, $matches)) {
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'acme_backend_machinemetal_manage', key($requiredSchemes));
}
return $this->mergeDefaults(array_replace($matches, array('_route' => 'acme_backend_machinemetal_manage')), array ( '_controller' => 'Acme\\Bundle\\BackendBundle\\Controller\\MachineMetalController::manageAction',));
}
// acme_backend_machinemetal_delete
if (preg_match('#^/backend/machinemetal/(?P<id>\\d+)/delete$#s', $pathinfo, $matches)) {
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'acme_backend_machinemetal_delete', key($requiredSchemes));
}
return $this->mergeDefaults(array_replace($matches, array('_route' => 'acme_backend_machinemetal_delete')), array ( '_controller' => 'Acme\\Bundle\\BackendBundle\\Controller\\MachineMetalController::deleteAction',));
}
if (0 === strpos($pathinfo, '/backend/machinemetaldetailed')) {
// acme_backend_machinemetaldetailed_index
if (rtrim($pathinfo, '/') === '/backend/machinemetaldetailed') {
if (substr($pathinfo, -1) !== '/') {
return $this->redirect($pathinfo.'/', 'acme_backend_machinemetaldetailed_index');
}
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'acme_backend_machinemetaldetailed_index', key($requiredSchemes));
}
return array ( '_controller' => 'Acme\\Bundle\\BackendBundle\\Controller\\MachineMetalDetailedController::indexAction', '_route' => 'acme_backend_machinemetaldetailed_index',);
}
// acme_backend_machinemetaldetailed_new
if ($pathinfo === '/backend/machinemetaldetailed/new') {
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'acme_backend_machinemetaldetailed_new', key($requiredSchemes));
}
return array ( '_controller' => 'Acme\\Bundle\\BackendBundle\\Controller\\MachineMetalDetailedController::newAction', '_route' => 'acme_backend_machinemetaldetailed_new',);
}
// acme_backend_machinemetaldetailed_manage
if (preg_match('#^/backend/machinemetaldetailed/(?P<id>\\d+)/manage$#s', $pathinfo, $matches)) {
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'acme_backend_machinemetaldetailed_manage', key($requiredSchemes));
}
return $this->mergeDefaults(array_replace($matches, array('_route' => 'acme_backend_machinemetaldetailed_manage')), array ( '_controller' => 'Acme\\Bundle\\BackendBundle\\Controller\\MachineMetalDetailedController::manageAction',));
}
// acme_backend_machinemetaldetailed_delete
if (preg_match('#^/backend/machinemetaldetailed/(?P<id>\\d+)/delete$#s', $pathinfo, $matches)) {
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'acme_backend_machinemetaldetailed_delete', key($requiredSchemes));
}
return $this->mergeDefaults(array_replace($matches, array('_route' => 'acme_backend_machinemetaldetailed_delete')), array ( '_controller' => 'Acme\\Bundle\\BackendBundle\\Controller\\MachineMetalDetailedController::deleteAction',));
}
}
}
// acme_backend_machine_index
if (rtrim($pathinfo, '/') === '/backend/machine') {
if (substr($pathinfo, -1) !== '/') {
return $this->redirect($pathinfo.'/', 'acme_backend_machine_index');
}
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'acme_backend_machine_index', key($requiredSchemes));
}
return array ( '_controller' => 'Acme\\Bundle\\BackendBundle\\Controller\\MachineController::indexAction', '_route' => 'acme_backend_machine_index',);
}
// acme_backend_machine_new
if ($pathinfo === '/backend/machine/new') {
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'acme_backend_machine_new', key($requiredSchemes));
}
return array ( '_controller' => 'Acme\\Bundle\\BackendBundle\\Controller\\MachineController::newAction', '_route' => 'acme_backend_machine_new',);
}
// acme_backend_machine_copy
if (preg_match('#^/backend/machine/(?P<id>\\d+)/copy$#s', $pathinfo, $matches)) {
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'acme_backend_machine_copy', key($requiredSchemes));
}
return $this->mergeDefaults(array_replace($matches, array('_route' => 'acme_backend_machine_copy')), array ( '_controller' => 'Acme\\Bundle\\BackendBundle\\Controller\\MachineController::copyAction',));
}
// acme_backend_machine_manage
if (preg_match('#^/backend/machine/(?P<id>\\d+)/manage$#s', $pathinfo, $matches)) {
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'acme_backend_machine_manage', key($requiredSchemes));
}
return $this->mergeDefaults(array_replace($matches, array('_route' => 'acme_backend_machine_manage')), array ( '_controller' => 'Acme\\Bundle\\BackendBundle\\Controller\\MachineController::manageAction',));
}
// acme_backend_machine_delete
if (preg_match('#^/backend/machine/(?P<id>\\d+)/delete$#s', $pathinfo, $matches)) {
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'acme_backend_machine_delete', key($requiredSchemes));
}
return $this->mergeDefaults(array_replace($matches, array('_route' => 'acme_backend_machine_delete')), array ( '_controller' => 'Acme\\Bundle\\BackendBundle\\Controller\\MachineController::deleteAction',));
}
// acme_backend_machine_modelautocomplete
if ($pathinfo === '/backend/machine/model-autocomlete') {
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'acme_backend_machine_modelautocomplete', key($requiredSchemes));
}
return array ( '_controller' => 'Acme\\Bundle\\BackendBundle\\Controller\\MachineController::modelAutocompleteAction', '_route' => 'acme_backend_machine_modelautocomplete',);
}
// acme_backend_machine_tasteautocomplete
if ($pathinfo === '/backend/machine/taste-autocomlete') {
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'acme_backend_machine_tasteautocomplete', key($requiredSchemes));
}
return array ( '_controller' => 'Acme\\Bundle\\BackendBundle\\Controller\\MachineController::tasteAutocompleteAction', '_route' => 'acme_backend_machine_tasteautocomplete',);
}
// acme_backend_machine_tagsselectizeload
if ($pathinfo === '/backend/machine/tags-selectize-load') {
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'acme_backend_machine_tagsselectizeload', key($requiredSchemes));
}
return array ( '_controller' => 'Acme\\Bundle\\BackendBundle\\Controller\\MachineController::tagsSelectizeLoadAction', '_route' => 'acme_backend_machine_tagsselectizeload',);
}
if (0 === strpos($pathinfo, '/backend/machinewheel')) {
// acme_backend_machinewheel_index
if (rtrim($pathinfo, '/') === '/backend/machinewheel') {
if (substr($pathinfo, -1) !== '/') {
return $this->redirect($pathinfo.'/', 'acme_backend_machinewheel_index');
}
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'acme_backend_machinewheel_index', key($requiredSchemes));
}
return array ( '_controller' => 'Acme\\Bundle\\BackendBundle\\Controller\\MachineWheelController::indexAction', '_route' => 'acme_backend_machinewheel_index',);
}
// acme_backend_machinewheel_new
if ($pathinfo === '/backend/machinewheel/new') {
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'acme_backend_machinewheel_new', key($requiredSchemes));
}
return array ( '_controller' => 'Acme\\Bundle\\BackendBundle\\Controller\\MachineWheelController::newAction', '_route' => 'acme_backend_machinewheel_new',);
}
// acme_backend_machinewheel_manage
if (preg_match('#^/backend/machinewheel/(?P<id>\\d+)/manage$#s', $pathinfo, $matches)) {
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'acme_backend_machinewheel_manage', key($requiredSchemes));
}
return $this->mergeDefaults(array_replace($matches, array('_route' => 'acme_backend_machinewheel_manage')), array ( '_controller' => 'Acme\\Bundle\\BackendBundle\\Controller\\MachineWheelController::manageAction',));
}
// acme_backend_machinewheel_delete
if (preg_match('#^/backend/machinewheel/(?P<id>\\d+)/delete$#s', $pathinfo, $matches)) {
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'acme_backend_machinewheel_delete', key($requiredSchemes));
}
return $this->mergeDefaults(array_replace($matches, array('_route' => 'acme_backend_machinewheel_delete')), array ( '_controller' => 'Acme\\Bundle\\BackendBundle\\Controller\\MachineWheelController::deleteAction',));
}
if (0 === strpos($pathinfo, '/backend/machinewheeltype')) {
// acme_backend_machinewheeltype_index
if (rtrim($pathinfo, '/') === '/backend/machinewheeltype') {
if (substr($pathinfo, -1) !== '/') {
return $this->redirect($pathinfo.'/', 'acme_backend_machinewheeltype_index');
}
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'acme_backend_machinewheeltype_index', key($requiredSchemes));
}
return array ( '_controller' => 'Acme\\Bundle\\BackendBundle\\Controller\\MachineWheelTypeController::indexAction', '_route' => 'acme_backend_machinewheeltype_index',);
}
// acme_backend_machinewheeltype_new
if ($pathinfo === '/backend/machinewheeltype/new') {
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'acme_backend_machinewheeltype_new', key($requiredSchemes));
}
return array ( '_controller' => 'Acme\\Bundle\\BackendBundle\\Controller\\MachineWheelTypeController::newAction', '_route' => 'acme_backend_machinewheeltype_new',);
}
// acme_backend_machinewheeltype_manage
if (preg_match('#^/backend/machinewheeltype/(?P<id>\\d+)/manage$#s', $pathinfo, $matches)) {
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'acme_backend_machinewheeltype_manage', key($requiredSchemes));
}
return $this->mergeDefaults(array_replace($matches, array('_route' => 'acme_backend_machinewheeltype_manage')), array ( '_controller' => 'Acme\\Bundle\\BackendBundle\\Controller\\MachineWheelTypeController::manageAction',));
}
// acme_backend_machinewheeltype_delete
if (preg_match('#^/backend/machinewheeltype/(?P<id>\\d+)/delete$#s', $pathinfo, $matches)) {
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'acme_backend_machinewheeltype_delete', key($requiredSchemes));
}
return $this->mergeDefaults(array_replace($matches, array('_route' => 'acme_backend_machinewheeltype_delete')), array ( '_controller' => 'Acme\\Bundle\\BackendBundle\\Controller\\MachineWheelTypeController::deleteAction',));
}
}
}
if (0 === strpos($pathinfo, '/backend/machinem')) {
if (0 === strpos($pathinfo, '/backend/machinemake')) {
// acme_backend_machinemake_index
if (rtrim($pathinfo, '/') === '/backend/machinemake') {
if (substr($pathinfo, -1) !== '/') {
return $this->redirect($pathinfo.'/', 'acme_backend_machinemake_index');
}
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'acme_backend_machinemake_index', key($requiredSchemes));
}
return array ( '_controller' => 'Acme\\Bundle\\BackendBundle\\Controller\\MachineMakeController::indexAction', '_route' => 'acme_backend_machinemake_index',);
}
// acme_backend_machinemake_new
if ($pathinfo === '/backend/machinemake/new') {
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'acme_backend_machinemake_new', key($requiredSchemes));
}
return array ( '_controller' => 'Acme\\Bundle\\BackendBundle\\Controller\\MachineMakeController::newAction', '_route' => 'acme_backend_machinemake_new',);
}
// acme_backend_machinemake_manage
if (preg_match('#^/backend/machinemake/(?P<id>\\d+)/manage$#s', $pathinfo, $matches)) {
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'acme_backend_machinemake_manage', key($requiredSchemes));
}
return $this->mergeDefaults(array_replace($matches, array('_route' => 'acme_backend_machinemake_manage')), array ( '_controller' => 'Acme\\Bundle\\BackendBundle\\Controller\\MachineMakeController::manageAction',));
}
// acme_backend_machinemake_delete
if (preg_match('#^/backend/machinemake/(?P<id>\\d+)/delete$#s', $pathinfo, $matches)) {
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'acme_backend_machinemake_delete', key($requiredSchemes));
}
return $this->mergeDefaults(array_replace($matches, array('_route' => 'acme_backend_machinemake_delete')), array ( '_controller' => 'Acme\\Bundle\\BackendBundle\\Controller\\MachineMakeController::deleteAction',));
}
}
if (0 === strpos($pathinfo, '/backend/machinemodel')) {
// acme_backend_machinemodel_index
if (rtrim($pathinfo, '/') === '/backend/machinemodel') {
if (substr($pathinfo, -1) !== '/') {
return $this->redirect($pathinfo.'/', 'acme_backend_machinemodel_index');
}
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'acme_backend_machinemodel_index', key($requiredSchemes));
}
return array ( '_controller' => 'Acme\\Bundle\\BackendBundle\\Controller\\MachineModelController::indexAction', '_route' => 'acme_backend_machinemodel_index',);
}
// acme_backend_machinemodel_new
if ($pathinfo === '/backend/machinemodel/new') {
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'acme_backend_machinemodel_new', key($requiredSchemes));
}
return array ( '_controller' => 'Acme\\Bundle\\BackendBundle\\Controller\\MachineModelController::newAction', '_route' => 'acme_backend_machinemodel_new',);
}
// acme_backend_machinemodel_manage
if (preg_match('#^/backend/machinemodel/(?P<id>\\d+)/manage$#s', $pathinfo, $matches)) {
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'acme_backend_machinemodel_manage', key($requiredSchemes));
}
return $this->mergeDefaults(array_replace($matches, array('_route' => 'acme_backend_machinemodel_manage')), array ( '_controller' => 'Acme\\Bundle\\BackendBundle\\Controller\\MachineModelController::manageAction',));
}
// acme_backend_machinemodel_delete
if (preg_match('#^/backend/machinemodel/(?P<id>\\d+)/delete$#s', $pathinfo, $matches)) {
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'acme_backend_machinemodel_delete', key($requiredSchemes));
}
return $this->mergeDefaults(array_replace($matches, array('_route' => 'acme_backend_machinemodel_delete')), array ( '_controller' => 'Acme\\Bundle\\BackendBundle\\Controller\\MachineModelController::deleteAction',));
}
}
}
if (0 === strpos($pathinfo, '/backend/machinetag')) {
// acme_backend_machinetag_index
if (rtrim($pathinfo, '/') === '/backend/machinetag') {
if (substr($pathinfo, -1) !== '/') {
return $this->redirect($pathinfo.'/', 'acme_backend_machinetag_index');
}
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'acme_backend_machinetag_index', key($requiredSchemes));
}
return array ( '_controller' => 'Acme\\Bundle\\BackendBundle\\Controller\\MachineTagController::indexAction', '_route' => 'acme_backend_machinetag_index',);
}
// acme_backend_machinetag_new
if ($pathinfo === '/backend/machinetag/new') {
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'acme_backend_machinetag_new', key($requiredSchemes));
}
return array ( '_controller' => 'Acme\\Bundle\\BackendBundle\\Controller\\MachineTagController::newAction', '_route' => 'acme_backend_machinetag_new',);
}
// acme_backend_machinetag_manage
if (preg_match('#^/backend/machinetag/(?P<id>\\d+)/manage$#s', $pathinfo, $matches)) {
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'acme_backend_machinetag_manage', key($requiredSchemes));
}
return $this->mergeDefaults(array_replace($matches, array('_route' => 'acme_backend_machinetag_manage')), array ( '_controller' => 'Acme\\Bundle\\BackendBundle\\Controller\\MachineTagController::manageAction',));
}
// acme_backend_machinetag_delete
if (preg_match('#^/backend/machinetag/(?P<id>\\d+)/delete$#s', $pathinfo, $matches)) {
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'acme_backend_machinetag_delete', key($requiredSchemes));
}
return $this->mergeDefaults(array_replace($matches, array('_route' => 'acme_backend_machinetag_delete')), array ( '_controller' => 'Acme\\Bundle\\BackendBundle\\Controller\\MachineTagController::deleteAction',));
}
}
}
// acme_backend_default_index
if (rtrim($pathinfo, '/') === '/backend') {
if (substr($pathinfo, -1) !== '/') {
return $this->redirect($pathinfo.'/', 'acme_backend_default_index');
}
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'acme_backend_default_index', key($requiredSchemes));
}
return array ( '_controller' => 'Acme\\Bundle\\BackendBundle\\Controller\\DefaultController::indexAction', '_route' => 'acme_backend_default_index',);
}
// acme_backend_default_getimportassetsinprogress
if ($pathinfo === '/backend/get-import-assets-in-progress') {
if (!in_array($this->context->getMethod(), array('GET', 'POST', 'HEAD'))) {
$allow = array_merge($allow, array('GET', 'POST', 'HEAD'));
goto not_acme_backend_default_getimportassetsinprogress;
}
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'acme_backend_default_getimportassetsinprogress', key($requiredSchemes));
}
return array ( '_controller' => 'Acme\\Bundle\\BackendBundle\\Controller\\DefaultController::getImportAssetsInProgressAction', '_route' => 'acme_backend_default_getimportassetsinprogress',);
}
not_acme_backend_default_getimportassetsinprogress:
// acme_backend_elasticsearch_index
if (rtrim($pathinfo, '/') === '/backend/search') {
if (substr($pathinfo, -1) !== '/') {
return $this->redirect($pathinfo.'/', 'acme_backend_elasticsearch_index');
}
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'acme_backend_elasticsearch_index', key($requiredSchemes));
}
return array ( '_controller' => 'Acme\\Bundle\\BackendBundle\\Controller\\ElasticSearchController::indexAction', '_route' => 'acme_backend_elasticsearch_index',);
}
if (0 === strpos($pathinfo, '/backend/bridge')) {
if (0 === strpos($pathinfo, '/backend/bridge/ad')) {
// acme_backend_bridge_bridgead_index
if (rtrim($pathinfo, '/') === '/backend/bridge/ad') {
if (substr($pathinfo, -1) !== '/') {
return $this->redirect($pathinfo.'/', 'acme_backend_bridge_bridgead_index');
}
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'acme_backend_bridge_bridgead_index', key($requiredSchemes));
}
return array ( '_controller' => 'Acme\\Bundle\\BackendBundle\\Controller\\Bridge\\BridgeAdController::indexAction', '_route' => 'acme_backend_bridge_bridgead_index',);
}
// acme_backend_bridge_bridgead_new
if ($pathinfo === '/backend/bridge/ad/new') {
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'acme_backend_bridge_bridgead_new', key($requiredSchemes));
}
return array ( '_controller' => 'Acme\\Bundle\\BackendBundle\\Controller\\Bridge\\BridgeAdController::newAction', '_route' => 'acme_backend_bridge_bridgead_new',);
}
// acme_backend_bridge_bridgead_manage
if (preg_match('#^/backend/bridge/ad/(?P<id>\\d+)/manage$#s', $pathinfo, $matches)) {
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'acme_backend_bridge_bridgead_manage', key($requiredSchemes));
}
return $this->mergeDefaults(array_replace($matches, array('_route' => 'acme_backend_bridge_bridgead_manage')), array ( '_controller' => 'Acme\\Bundle\\BackendBundle\\Controller\\Bridge\\BridgeAdController::manageAction',));
}
// acme_backend_bridge_bridgead_delete
if (preg_match('#^/backend/bridge/ad/(?P<id>\\d+)/delete$#s', $pathinfo, $matches)) {
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'acme_backend_bridge_bridgead_delete', key($requiredSchemes));
}
return $this->mergeDefaults(array_replace($matches, array('_route' => 'acme_backend_bridge_bridgead_delete')), array ( '_controller' => 'Acme\\Bundle\\BackendBundle\\Controller\\Bridge\\BridgeAdController::deleteAction',));
}
// acme_backend_bridge_bridgead_machineautocomplete
if ($pathinfo === '/backend/bridge/ad/machine-autocomlete') {
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'acme_backend_bridge_bridgead_machineautocomplete', key($requiredSchemes));
}
return array ( '_controller' => 'Acme\\Bundle\\BackendBundle\\Controller\\Bridge\\BridgeAdController::machineAutoCompleteAction', '_route' => 'acme_backend_bridge_bridgead_machineautocomplete',);
}
// acme_backend_bridge_bridgead_publish
if (preg_match('#^/backend/bridge/ad/(?P<id>\\d+)/publish$#s', $pathinfo, $matches)) {
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'acme_backend_bridge_bridgead_publish', key($requiredSchemes));
}
return $this->mergeDefaults(array_replace($matches, array('_route' => 'acme_backend_bridge_bridgead_publish')), array ( '_controller' => 'Acme\\Bundle\\BackendBundle\\Controller\\Bridge\\BridgeAdController::publishAction',));
}
}
if (0 === strpos($pathinfo, '/backend/bridgec')) {
if (0 === strpos($pathinfo, '/backend/bridgewood')) {
if (0 === strpos($pathinfo, '/backend/bridgewoodleft')) {
// acme_backend_bridge_bridgewoodleft_index
if (rtrim($pathinfo, '/') === '/backend/bridgewoodleft') {
if (substr($pathinfo, -1) !== '/') {
return $this->redirect($pathinfo.'/', 'acme_backend_bridge_bridgewoodleft_index');
}
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'acme_backend_bridge_bridgewoodleft_index', key($requiredSchemes));
}
return array ( '_controller' => 'Acme\\Bundle\\BackendBundle\\Controller\\Bridge\\BridgeWoodLeftController::indexAction', '_route' => 'acme_backend_bridge_bridgewoodleft_index',);
}
// acme_backend_bridge_bridgewoodleft_new
if ($pathinfo === '/backend/bridgewoodleft/new') {
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'acme_backend_bridge_bridgewoodleft_new', key($requiredSchemes));
}
return array ( '_controller' => 'Acme\\Bundle\\BackendBundle\\Controller\\Bridge\\BridgeWoodLeftController::newAction', '_route' => 'acme_backend_bridge_bridgewoodleft_new',);
}
// acme_backend_bridge_bridgewoodleft_manage
if (preg_match('#^/backend/bridgewoodleft/(?P<id>\\d+)/manage$#s', $pathinfo, $matches)) {
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'acme_backend_bridge_bridgewoodleft_manage', key($requiredSchemes));
}
return $this->mergeDefaults(array_replace($matches, array('_route' => 'acme_backend_bridge_bridgewoodleft_manage')), array ( '_controller' => 'Acme\\Bundle\\BackendBundle\\Controller\\Bridge\\BridgeWoodLeftController::manageAction',));
}
// acme_backend_bridge_bridgewoodleft_delete
if (preg_match('#^/backend/bridgewoodleft/(?P<id>\\d+)/delete$#s', $pathinfo, $matches)) {
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'acme_backend_bridge_bridgewoodleft_delete', key($requiredSchemes));
}
return $this->mergeDefaults(array_replace($matches, array('_route' => 'acme_backend_bridge_bridgewoodleft_delete')), array ( '_controller' => 'Acme\\Bundle\\BackendBundle\\Controller\\Bridge\\BridgeWoodLeftController::deleteAction',));
}
}
if (0 === strpos($pathinfo, '/backend/bridgewoodright')) {
// acme_backend_bridge_bridgewoodright_index
if (rtrim($pathinfo, '/') === '/backend/bridgewoodright') {
if (substr($pathinfo, -1) !== '/') {
return $this->redirect($pathinfo.'/', 'acme_backend_bridge_bridgewoodright_index');
}
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'acme_backend_bridge_bridgewoodright_index', key($requiredSchemes));
}
return array ( '_controller' => 'Acme\\Bundle\\BackendBundle\\Controller\\Bridge\\BridgeWoodRightController::indexAction', '_route' => 'acme_backend_bridge_bridgewoodright_index',);
}
// acme_backend_bridge_bridgewoodright_new
if ($pathinfo === '/backend/bridgewoodright/new') {
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'acme_backend_bridge_bridgewoodright_new', key($requiredSchemes));
}
return array ( '_controller' => 'Acme\\Bundle\\BackendBundle\\Controller\\Bridge\\BridgeWoodRightController::newAction', '_route' => 'acme_backend_bridge_bridgewoodright_new',);
}
// acme_backend_bridge_bridgewoodright_manage
if (preg_match('#^/backend/bridgewoodright/(?P<id>\\d+)/manage$#s', $pathinfo, $matches)) {
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'acme_backend_bridge_bridgewoodright_manage', key($requiredSchemes));
}
return $this->mergeDefaults(array_replace($matches, array('_route' => 'acme_backend_bridge_bridgewoodright_manage')), array ( '_controller' => 'Acme\\Bundle\\BackendBundle\\Controller\\Bridge\\BridgeWoodRightController::manageAction',));
}
// acme_backend_bridge_bridgewoodright_delete
if (preg_match('#^/backend/bridgewoodright/(?P<id>\\d+)/delete$#s', $pathinfo, $matches)) {
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'acme_backend_bridge_bridgewoodright_delete', key($requiredSchemes));
}
return $this->mergeDefaults(array_replace($matches, array('_route' => 'acme_backend_bridge_bridgewoodright_delete')), array ( '_controller' => 'Acme\\Bundle\\BackendBundle\\Controller\\Bridge\\BridgeWoodRightController::deleteAction',));
}
}
}
if (0 === strpos($pathinfo, '/backend/bridgeconstructiontype')) {
// acme_backend_bridge_bridgeconstructiontype_index
if (rtrim($pathinfo, '/') === '/backend/bridgeconstructiontype') {
if (substr($pathinfo, -1) !== '/') {
return $this->redirect($pathinfo.'/', 'acme_backend_bridge_bridgeconstructiontype_index');
}
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'acme_backend_bridge_bridgeconstructiontype_index', key($requiredSchemes));
}
return array ( '_controller' => 'Acme\\Bundle\\BackendBundle\\Controller\\Bridge\\BridgeConstructionTypeController::indexAction', '_route' => 'acme_backend_bridge_bridgeconstructiontype_index',);
}
// acme_backend_bridge_bridgeconstructiontype_new
if ($pathinfo === '/backend/bridgeconstructiontype/new') {
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'acme_backend_bridge_bridgeconstructiontype_new', key($requiredSchemes));
}
return array ( '_controller' => 'Acme\\Bundle\\BackendBundle\\Controller\\Bridge\\BridgeConstructionTypeController::newAction', '_route' => 'acme_backend_bridge_bridgeconstructiontype_new',);
}
// acme_backend_bridge_bridgeconstructiontype_manage
if (preg_match('#^/backend/bridgeconstructiontype/(?P<id>\\d+)/manage$#s', $pathinfo, $matches)) {
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'acme_backend_bridge_bridgeconstructiontype_manage', key($requiredSchemes));
}
return $this->mergeDefaults(array_replace($matches, array('_route' => 'acme_backend_bridge_bridgeconstructiontype_manage')), array ( '_controller' => 'Acme\\Bundle\\BackendBundle\\Controller\\Bridge\\BridgeConstructionTypeController::manageAction',));
}
// acme_backend_bridge_bridgeconstructiontype_delete
if (preg_match('#^/backend/bridgeconstructiontype/(?P<id>\\d+)/delete$#s', $pathinfo, $matches)) {
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'acme_backend_bridge_bridgeconstructiontype_delete', key($requiredSchemes));
}
return $this->mergeDefaults(array_replace($matches, array('_route' => 'acme_backend_bridge_bridgeconstructiontype_delete')), array ( '_controller' => 'Acme\\Bundle\\BackendBundle\\Controller\\Bridge\\BridgeConstructionTypeController::deleteAction',));
}
}
}
// acme_backend_bridge_bridge_index
if (rtrim($pathinfo, '/') === '/backend/bridge') {
if (substr($pathinfo, -1) !== '/') {
return $this->redirect($pathinfo.'/', 'acme_backend_bridge_bridge_index');
}
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'acme_backend_bridge_bridge_index', key($requiredSchemes));
}
return array ( '_controller' => 'Acme\\Bundle\\BackendBundle\\Controller\\Bridge\\BridgeController::indexAction', '_route' => 'acme_backend_bridge_bridge_index',);
}
// acme_backend_bridge_bridge_new
if ($pathinfo === '/backend/bridge/new') {
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'acme_backend_bridge_bridge_new', key($requiredSchemes));
}
return array ( '_controller' => 'Acme\\Bundle\\BackendBundle\\Controller\\Bridge\\BridgeController::newAction', '_route' => 'acme_backend_bridge_bridge_new',);
}
// acme_backend_bridge_bridge_copy
if (preg_match('#^/backend/bridge/(?P<id>\\d+)/copy$#s', $pathinfo, $matches)) {
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'acme_backend_bridge_bridge_copy', key($requiredSchemes));
}
return $this->mergeDefaults(array_replace($matches, array('_route' => 'acme_backend_bridge_bridge_copy')), array ( '_controller' => 'Acme\\Bundle\\BackendBundle\\Controller\\Bridge\\BridgeController::copyAction',));
}
// acme_backend_bridge_bridge_manage
if (preg_match('#^/backend/bridge/(?P<id>\\d+)/manage$#s', $pathinfo, $matches)) {
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'acme_backend_bridge_bridge_manage', key($requiredSchemes));
}
return $this->mergeDefaults(array_replace($matches, array('_route' => 'acme_backend_bridge_bridge_manage')), array ( '_controller' => 'Acme\\Bundle\\BackendBundle\\Controller\\Bridge\\BridgeController::manageAction',));
}
// acme_backend_bridge_bridge_delete
if (preg_match('#^/backend/bridge/(?P<id>\\d+)/delete$#s', $pathinfo, $matches)) {
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'acme_backend_bridge_bridge_delete', key($requiredSchemes));
}
return $this->mergeDefaults(array_replace($matches, array('_route' => 'acme_backend_bridge_bridge_delete')), array ( '_controller' => 'Acme\\Bundle\\BackendBundle\\Controller\\Bridge\\BridgeController::deleteAction',));
}
// acme_backend_bridge_bridge_modelautocomplete
if ($pathinfo === '/backend/bridge/model-autocomlete') {
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'acme_backend_bridge_bridge_modelautocomplete', key($requiredSchemes));
}
return array ( '_controller' => 'Acme\\Bundle\\BackendBundle\\Controller\\Bridge\\BridgeController::modelAutocompleteAction', '_route' => 'acme_backend_bridge_bridge_modelautocomplete',);
}
// acme_backend_bridge_bridge_tasteautocomplete
if ($pathinfo === '/backend/bridge/taste-autocomlete') {
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'acme_backend_bridge_bridge_tasteautocomplete', key($requiredSchemes));
}
return array ( '_controller' => 'Acme\\Bundle\\BackendBundle\\Controller\\Bridge\\BridgeController::tasteAutocompleteAction', '_route' => 'acme_backend_bridge_bridge_tasteautocomplete',);
}
// acme_backend_bridge_bridge_tagsselectizeload
if ($pathinfo === '/backend/bridge/tags-selectize-load') {
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'acme_backend_bridge_bridge_tagsselectizeload', key($requiredSchemes));
}
return array ( '_controller' => 'Acme\\Bundle\\BackendBundle\\Controller\\Bridge\\BridgeController::tagsSelectizeLoadAction', '_route' => 'acme_backend_bridge_bridge_tagsselectizeload',);
}
if (0 === strpos($pathinfo, '/backend/bridgetower')) {
// acme_backend_bridge_bridgetower_index
if (rtrim($pathinfo, '/') === '/backend/bridgetower') {
if (substr($pathinfo, -1) !== '/') {
return $this->redirect($pathinfo.'/', 'acme_backend_bridge_bridgetower_index');
}
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'acme_backend_bridge_bridgetower_index', key($requiredSchemes));
}
return array ( '_controller' => 'Acme\\Bundle\\BackendBundle\\Controller\\Bridge\\BridgeTowerController::indexAction', '_route' => 'acme_backend_bridge_bridgetower_index',);
}
// acme_backend_bridge_bridgetower_new
if ($pathinfo === '/backend/bridgetower/new') {
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'acme_backend_bridge_bridgetower_new', key($requiredSchemes));
}
return array ( '_controller' => 'Acme\\Bundle\\BackendBundle\\Controller\\Bridge\\BridgeTowerController::newAction', '_route' => 'acme_backend_bridge_bridgetower_new',);
}
// acme_backend_bridge_bridgetower_manage
if (preg_match('#^/backend/bridgetower/(?P<id>\\d+)/manage$#s', $pathinfo, $matches)) {
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'acme_backend_bridge_bridgetower_manage', key($requiredSchemes));
}
return $this->mergeDefaults(array_replace($matches, array('_route' => 'acme_backend_bridge_bridgetower_manage')), array ( '_controller' => 'Acme\\Bundle\\BackendBundle\\Controller\\Bridge\\BridgeTowerController::manageAction',));
}
// acme_backend_bridge_bridgetower_delete
if (preg_match('#^/backend/bridgetower/(?P<id>\\d+)/delete$#s', $pathinfo, $matches)) {
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'acme_backend_bridge_bridgetower_delete', key($requiredSchemes));
}
return $this->mergeDefaults(array_replace($matches, array('_route' => 'acme_backend_bridge_bridgetower_delete')), array ( '_controller' => 'Acme\\Bundle\\BackendBundle\\Controller\\Bridge\\BridgeTowerController::deleteAction',));
}
}
if (0 === strpos($pathinfo, '/backend/bridgewheeltype')) {
// acme_backend_bridge_bridgewheeltype_index
if (rtrim($pathinfo, '/') === '/backend/bridgewheeltype') {
if (substr($pathinfo, -1) !== '/') {
return $this->redirect($pathinfo.'/', 'acme_backend_bridge_bridgewheeltype_index');
}
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'acme_backend_bridge_bridgewheeltype_index', key($requiredSchemes));
}
return array ( '_controller' => 'Acme\\Bundle\\BackendBundle\\Controller\\Bridge\\BridgeWheelTypeController::indexAction', '_route' => 'acme_backend_bridge_bridgewheeltype_index',);
}
// acme_backend_bridge_bridgewheeltype_new
if ($pathinfo === '/backend/bridgewheeltype/new') {
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'acme_backend_bridge_bridgewheeltype_new', key($requiredSchemes));
}
return array ( '_controller' => 'Acme\\Bundle\\BackendBundle\\Controller\\Bridge\\BridgeWheelTypeController::newAction', '_route' => 'acme_backend_bridge_bridgewheeltype_new',);
}
// acme_backend_bridge_bridgewheeltype_manage
if (preg_match('#^/backend/bridgewheeltype/(?P<id>\\d+)/manage$#s', $pathinfo, $matches)) {
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'acme_backend_bridge_bridgewheeltype_manage', key($requiredSchemes));
}
return $this->mergeDefaults(array_replace($matches, array('_route' => 'acme_backend_bridge_bridgewheeltype_manage')), array ( '_controller' => 'Acme\\Bundle\\BackendBundle\\Controller\\Bridge\\BridgeWheelTypeController::manageAction',));
}
// acme_backend_bridge_bridgewheeltype_delete
if (preg_match('#^/backend/bridgewheeltype/(?P<id>\\d+)/delete$#s', $pathinfo, $matches)) {
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'acme_backend_bridge_bridgewheeltype_delete', key($requiredSchemes));
}
return $this->mergeDefaults(array_replace($matches, array('_route' => 'acme_backend_bridge_bridgewheeltype_delete')), array ( '_controller' => 'Acme\\Bundle\\BackendBundle\\Controller\\Bridge\\BridgeWheelTypeController::deleteAction',));
}
if (0 === strpos($pathinfo, '/backend/bridgewheeltypetwo')) {
// acme_backend_bridge_bridgewheeltypetwo_index
if (rtrim($pathinfo, '/') === '/backend/bridgewheeltypetwo') {
if (substr($pathinfo, -1) !== '/') {
return $this->redirect($pathinfo.'/', 'acme_backend_bridge_bridgewheeltypetwo_index');
}
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'acme_backend_bridge_bridgewheeltypetwo_index', key($requiredSchemes));
}
return array ( '_controller' => 'Acme\\Bundle\\BackendBundle\\Controller\\Bridge\\BridgeWheelTypeTwoController::indexAction', '_route' => 'acme_backend_bridge_bridgewheeltypetwo_index',);
}
// acme_backend_bridge_bridgewheeltypetwo_new
if ($pathinfo === '/backend/bridgewheeltypetwo/new') {
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'acme_backend_bridge_bridgewheeltypetwo_new', key($requiredSchemes));
}
return array ( '_controller' => 'Acme\\Bundle\\BackendBundle\\Controller\\Bridge\\BridgeWheelTypeTwoController::newAction', '_route' => 'acme_backend_bridge_bridgewheeltypetwo_new',);
}
// acme_backend_bridge_bridgewheeltypetwo_manage
if (preg_match('#^/backend/bridgewheeltypetwo/(?P<id>\\d+)/manage$#s', $pathinfo, $matches)) {
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'acme_backend_bridge_bridgewheeltypetwo_manage', key($requiredSchemes));
}
return $this->mergeDefaults(array_replace($matches, array('_route' => 'acme_backend_bridge_bridgewheeltypetwo_manage')), array ( '_controller' => 'Acme\\Bundle\\BackendBundle\\Controller\\Bridge\\BridgeWheelTypeTwoController::manageAction',));
}
// acme_backend_bridge_bridgewheeltypetwo_delete
if (preg_match('#^/backend/bridgewheeltypetwo/(?P<id>\\d+)/delete$#s', $pathinfo, $matches)) {
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'acme_backend_bridge_bridgewheeltypetwo_delete', key($requiredSchemes));
}
return $this->mergeDefaults(array_replace($matches, array('_route' => 'acme_backend_bridge_bridgewheeltypetwo_delete')), array ( '_controller' => 'Acme\\Bundle\\BackendBundle\\Controller\\Bridge\\BridgeWheelTypeTwoController::deleteAction',));
}
}
}
if (0 === strpos($pathinfo, '/backend/bridgeleftlights')) {
// acme_backend_bridge_bridgeleftlights_index
if (rtrim($pathinfo, '/') === '/backend/bridgeleftlights') {
if (substr($pathinfo, -1) !== '/') {
return $this->redirect($pathinfo.'/', 'acme_backend_bridge_bridgeleftlights_index');
}
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'acme_backend_bridge_bridgeleftlights_index', key($requiredSchemes));
}
return array ( '_controller' => 'Acme\\Bundle\\BackendBundle\\Controller\\Bridge\\BridgeLeftLightsController::indexAction', '_route' => 'acme_backend_bridge_bridgeleftlights_index',);
}
// acme_backend_bridge_bridgeleftlights_new
if ($pathinfo === '/backend/bridgeleftlights/new') {
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'acme_backend_bridge_bridgeleftlights_new', key($requiredSchemes));
}
return array ( '_controller' => 'Acme\\Bundle\\BackendBundle\\Controller\\Bridge\\BridgeLeftLightsController::newAction', '_route' => 'acme_backend_bridge_bridgeleftlights_new',);
}
// acme_backend_bridge_bridgeleftlights_manage
if (preg_match('#^/backend/bridgeleftlights/(?P<id>\\d+)/manage$#s', $pathinfo, $matches)) {
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'acme_backend_bridge_bridgeleftlights_manage', key($requiredSchemes));
}
return $this->mergeDefaults(array_replace($matches, array('_route' => 'acme_backend_bridge_bridgeleftlights_manage')), array ( '_controller' => 'Acme\\Bundle\\BackendBundle\\Controller\\Bridge\\BridgeLeftLightsController::manageAction',));
}
// acme_backend_bridge_bridgeleftlights_delete
if (preg_match('#^/backend/bridgeleftlights/(?P<id>\\d+)/delete$#s', $pathinfo, $matches)) {
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'acme_backend_bridge_bridgeleftlights_delete', key($requiredSchemes));
}
return $this->mergeDefaults(array_replace($matches, array('_route' => 'acme_backend_bridge_bridgeleftlights_delete')), array ( '_controller' => 'Acme\\Bundle\\BackendBundle\\Controller\\Bridge\\BridgeLeftLightsController::deleteAction',));
}
}
if (0 === strpos($pathinfo, '/backend/bridgematch')) {
if (0 === strpos($pathinfo, '/backend/bridgematchshifttype')) {
// acme_backend_bridge_bridgematchshifttype_index
if (rtrim($pathinfo, '/') === '/backend/bridgematchshifttype') {
if (substr($pathinfo, -1) !== '/') {
return $this->redirect($pathinfo.'/', 'acme_backend_bridge_bridgematchshifttype_index');
}
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'acme_backend_bridge_bridgematchshifttype_index', key($requiredSchemes));
}
return array ( '_controller' => 'Acme\\Bundle\\BackendBundle\\Controller\\Bridge\\BridgeMatchShiftTypeController::indexAction', '_route' => 'acme_backend_bridge_bridgematchshifttype_index',);
}
// acme_backend_bridge_bridgematchshifttype_new
if ($pathinfo === '/backend/bridgematchshifttype/new') {
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'acme_backend_bridge_bridgematchshifttype_new', key($requiredSchemes));
}
return array ( '_controller' => 'Acme\\Bundle\\BackendBundle\\Controller\\Bridge\\BridgeMatchShiftTypeController::newAction', '_route' => 'acme_backend_bridge_bridgematchshifttype_new',);
}
// acme_backend_bridge_bridgematchshifttype_manage
if (preg_match('#^/backend/bridgematchshifttype/(?P<id>\\d+)/manage$#s', $pathinfo, $matches)) {
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'acme_backend_bridge_bridgematchshifttype_manage', key($requiredSchemes));
}
return $this->mergeDefaults(array_replace($matches, array('_route' => 'acme_backend_bridge_bridgematchshifttype_manage')), array ( '_controller' => 'Acme\\Bundle\\BackendBundle\\Controller\\Bridge\\BridgeMatchShiftTypeController::manageAction',));
}
// acme_backend_bridge_bridgematchshifttype_delete
if (preg_match('#^/backend/bridgematchshifttype/(?P<id>\\d+)/delete$#s', $pathinfo, $matches)) {
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'acme_backend_bridge_bridgematchshifttype_delete', key($requiredSchemes));
}
return $this->mergeDefaults(array_replace($matches, array('_route' => 'acme_backend_bridge_bridgematchshifttype_delete')), array ( '_controller' => 'Acme\\Bundle\\BackendBundle\\Controller\\Bridge\\BridgeMatchShiftTypeController::deleteAction',));
}
}
if (0 === strpos($pathinfo, '/backend/bridgematchtype')) {
// acme_backend_bridge_bridgematchtype_index
if (rtrim($pathinfo, '/') === '/backend/bridgematchtype') {
if (substr($pathinfo, -1) !== '/') {
return $this->redirect($pathinfo.'/', 'acme_backend_bridge_bridgematchtype_index');
}
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'acme_backend_bridge_bridgematchtype_index', key($requiredSchemes));
}
return array ( '_controller' => 'Acme\\Bundle\\BackendBundle\\Controller\\Bridge\\BridgeMatchTypeController::indexAction', '_route' => 'acme_backend_bridge_bridgematchtype_index',);
}
// acme_backend_bridge_bridgematchtype_new
if ($pathinfo === '/backend/bridgematchtype/new') {
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'acme_backend_bridge_bridgematchtype_new', key($requiredSchemes));
}
return array ( '_controller' => 'Acme\\Bundle\\BackendBundle\\Controller\\Bridge\\BridgeMatchTypeController::newAction', '_route' => 'acme_backend_bridge_bridgematchtype_new',);
}
// acme_backend_bridge_bridgematchtype_manage
if (preg_match('#^/backend/bridgematchtype/(?P<id>\\d+)/manage$#s', $pathinfo, $matches)) {
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'acme_backend_bridge_bridgematchtype_manage', key($requiredSchemes));
}
return $this->mergeDefaults(array_replace($matches, array('_route' => 'acme_backend_bridge_bridgematchtype_manage')), array ( '_controller' => 'Acme\\Bundle\\BackendBundle\\Controller\\Bridge\\BridgeMatchTypeController::manageAction',));
}
// acme_backend_bridge_bridgematchtype_delete
if (preg_match('#^/backend/bridgematchtype/(?P<id>\\d+)/delete$#s', $pathinfo, $matches)) {
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'acme_backend_bridge_bridgematchtype_delete', key($requiredSchemes));
}
return $this->mergeDefaults(array_replace($matches, array('_route' => 'acme_backend_bridge_bridgematchtype_delete')), array ( '_controller' => 'Acme\\Bundle\\BackendBundle\\Controller\\Bridge\\BridgeMatchTypeController::deleteAction',));
}
}
if (0 === strpos($pathinfo, '/backend/bridgematchbox')) {
// acme_backend_bridge_bridgematchbox_index
if (rtrim($pathinfo, '/') === '/backend/bridgematchbox') {
if (substr($pathinfo, -1) !== '/') {
return $this->redirect($pathinfo.'/', 'acme_backend_bridge_bridgematchbox_index');
}
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'acme_backend_bridge_bridgematchbox_index', key($requiredSchemes));
}
return array ( '_controller' => 'Acme\\Bundle\\BackendBundle\\Controller\\Bridge\\BridgeMatchboxController::indexAction', '_route' => 'acme_backend_bridge_bridgematchbox_index',);
}
// acme_backend_bridge_bridgematchbox_new
if ($pathinfo === '/backend/bridgematchbox/new') {
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'acme_backend_bridge_bridgematchbox_new', key($requiredSchemes));
}
return array ( '_controller' => 'Acme\\Bundle\\BackendBundle\\Controller\\Bridge\\BridgeMatchboxController::newAction', '_route' => 'acme_backend_bridge_bridgematchbox_new',);
}
// acme_backend_bridge_bridgematchbox_manage
if (preg_match('#^/backend/bridgematchbox/(?P<id>\\d+)/manage$#s', $pathinfo, $matches)) {
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'acme_backend_bridge_bridgematchbox_manage', key($requiredSchemes));
}
return $this->mergeDefaults(array_replace($matches, array('_route' => 'acme_backend_bridge_bridgematchbox_manage')), array ( '_controller' => 'Acme\\Bundle\\BackendBundle\\Controller\\Bridge\\BridgeMatchboxController::manageAction',));
}
// acme_backend_bridge_bridgematchbox_delete
if (preg_match('#^/backend/bridgematchbox/(?P<id>\\d+)/delete$#s', $pathinfo, $matches)) {
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'acme_backend_bridge_bridgematchbox_delete', key($requiredSchemes));
}
return $this->mergeDefaults(array_replace($matches, array('_route' => 'acme_backend_bridge_bridgematchbox_delete')), array ( '_controller' => 'Acme\\Bundle\\BackendBundle\\Controller\\Bridge\\BridgeMatchboxController::deleteAction',));
}
}
}
if (0 === strpos($pathinfo, '/backend/bridgem')) {
if (0 === strpos($pathinfo, '/backend/bridgemake')) {
// acme_backend_bridge_bridgemake_index
if (rtrim($pathinfo, '/') === '/backend/bridgemake') {
if (substr($pathinfo, -1) !== '/') {
return $this->redirect($pathinfo.'/', 'acme_backend_bridge_bridgemake_index');
}
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'acme_backend_bridge_bridgemake_index', key($requiredSchemes));
}
return array ( '_controller' => 'Acme\\Bundle\\BackendBundle\\Controller\\Bridge\\BridgeMakeController::indexAction', '_route' => 'acme_backend_bridge_bridgemake_index',);
}
// acme_backend_bridge_bridgemake_new
if ($pathinfo === '/backend/bridgemake/new') {
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'acme_backend_bridge_bridgemake_new', key($requiredSchemes));
}
return array ( '_controller' => 'Acme\\Bundle\\BackendBundle\\Controller\\Bridge\\BridgeMakeController::newAction', '_route' => 'acme_backend_bridge_bridgemake_new',);
}
// acme_backend_bridge_bridgemake_manage
if (preg_match('#^/backend/bridgemake/(?P<id>\\d+)/manage$#s', $pathinfo, $matches)) {
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'acme_backend_bridge_bridgemake_manage', key($requiredSchemes));
}
return $this->mergeDefaults(array_replace($matches, array('_route' => 'acme_backend_bridge_bridgemake_manage')), array ( '_controller' => 'Acme\\Bundle\\BackendBundle\\Controller\\Bridge\\BridgeMakeController::manageAction',));
}
// acme_backend_bridge_bridgemake_delete
if (preg_match('#^/backend/bridgemake/(?P<id>\\d+)/delete$#s', $pathinfo, $matches)) {
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'acme_backend_bridge_bridgemake_delete', key($requiredSchemes));
}
return $this->mergeDefaults(array_replace($matches, array('_route' => 'acme_backend_bridge_bridgemake_delete')), array ( '_controller' => 'Acme\\Bundle\\BackendBundle\\Controller\\Bridge\\BridgeMakeController::deleteAction',));
}
}
if (0 === strpos($pathinfo, '/backend/bridgemodel')) {
// acme_backend_bridge_bridgemodel_index
if (rtrim($pathinfo, '/') === '/backend/bridgemodel') {
if (substr($pathinfo, -1) !== '/') {
return $this->redirect($pathinfo.'/', 'acme_backend_bridge_bridgemodel_index');
}
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'acme_backend_bridge_bridgemodel_index', key($requiredSchemes));
}
return array ( '_controller' => 'Acme\\Bundle\\BackendBundle\\Controller\\Bridge\\BridgeModelController::indexAction', '_route' => 'acme_backend_bridge_bridgemodel_index',);
}
// acme_backend_bridge_bridgemodel_new
if ($pathinfo === '/backend/bridgemodel/new') {
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'acme_backend_bridge_bridgemodel_new', key($requiredSchemes));
}
return array ( '_controller' => 'Acme\\Bundle\\BackendBundle\\Controller\\Bridge\\BridgeModelController::newAction', '_route' => 'acme_backend_bridge_bridgemodel_new',);
}
// acme_backend_bridge_bridgemodel_manage
if (preg_match('#^/backend/bridgemodel/(?P<id>\\d+)/manage$#s', $pathinfo, $matches)) {
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'acme_backend_bridge_bridgemodel_manage', key($requiredSchemes));
}
return $this->mergeDefaults(array_replace($matches, array('_route' => 'acme_backend_bridge_bridgemodel_manage')), array ( '_controller' => 'Acme\\Bundle\\BackendBundle\\Controller\\Bridge\\BridgeModelController::manageAction',));
}
// acme_backend_bridge_bridgemodel_delete
if (preg_match('#^/backend/bridgemodel/(?P<id>\\d+)/delete$#s', $pathinfo, $matches)) {
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'acme_backend_bridge_bridgemodel_delete', key($requiredSchemes));
}
return $this->mergeDefaults(array_replace($matches, array('_route' => 'acme_backend_bridge_bridgemodel_delete')), array ( '_controller' => 'Acme\\Bundle\\BackendBundle\\Controller\\Bridge\\BridgeModelController::deleteAction',));
}
}
}
if (0 === strpos($pathinfo, '/backend/bridgerightlights')) {
// acme_backend_bridge_bridgerightlights_index
if (rtrim($pathinfo, '/') === '/backend/bridgerightlights') {
if (substr($pathinfo, -1) !== '/') {
return $this->redirect($pathinfo.'/', 'acme_backend_bridge_bridgerightlights_index');
}
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'acme_backend_bridge_bridgerightlights_index', key($requiredSchemes));
}
return array ( '_controller' => 'Acme\\Bundle\\BackendBundle\\Controller\\Bridge\\BridgeRightLightsController::indexAction', '_route' => 'acme_backend_bridge_bridgerightlights_index',);
}
// acme_backend_bridge_bridgerightlights_new
if ($pathinfo === '/backend/bridgerightlights/new') {
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'acme_backend_bridge_bridgerightlights_new', key($requiredSchemes));
}
return array ( '_controller' => 'Acme\\Bundle\\BackendBundle\\Controller\\Bridge\\BridgeRightLightsController::newAction', '_route' => 'acme_backend_bridge_bridgerightlights_new',);
}
// acme_backend_bridge_bridgerightlights_manage
if (preg_match('#^/backend/bridgerightlights/(?P<id>\\d+)/manage$#s', $pathinfo, $matches)) {
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'acme_backend_bridge_bridgerightlights_manage', key($requiredSchemes));
}
return $this->mergeDefaults(array_replace($matches, array('_route' => 'acme_backend_bridge_bridgerightlights_manage')), array ( '_controller' => 'Acme\\Bundle\\BackendBundle\\Controller\\Bridge\\BridgeRightLightsController::manageAction',));
}
// acme_backend_bridge_bridgerightlights_delete
if (preg_match('#^/backend/bridgerightlights/(?P<id>\\d+)/delete$#s', $pathinfo, $matches)) {
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'acme_backend_bridge_bridgerightlights_delete', key($requiredSchemes));
}
return $this->mergeDefaults(array_replace($matches, array('_route' => 'acme_backend_bridge_bridgerightlights_delete')), array ( '_controller' => 'Acme\\Bundle\\BackendBundle\\Controller\\Bridge\\BridgeRightLightsController::deleteAction',));
}
}
if (0 === strpos($pathinfo, '/backend/bridgecolor')) {
// acme_backend_bridge_bridgecolor_index
if (rtrim($pathinfo, '/') === '/backend/bridgecolor') {
if (substr($pathinfo, -1) !== '/') {
return $this->redirect($pathinfo.'/', 'acme_backend_bridge_bridgecolor_index');
}
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'acme_backend_bridge_bridgecolor_index', key($requiredSchemes));
}
return array ( '_controller' => 'Acme\\Bundle\\BackendBundle\\Controller\\Bridge\\BridgeColorController::indexAction', '_route' => 'acme_backend_bridge_bridgecolor_index',);
}
// acme_backend_bridge_bridgecolor_new
if ($pathinfo === '/backend/bridgecolor/new') {
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'acme_backend_bridge_bridgecolor_new', key($requiredSchemes));
}
return array ( '_controller' => 'Acme\\Bundle\\BackendBundle\\Controller\\Bridge\\BridgeColorController::newAction', '_route' => 'acme_backend_bridge_bridgecolor_new',);
}
// acme_backend_bridge_bridgecolor_manage
if (preg_match('#^/backend/bridgecolor/(?P<id>\\d+)/manage$#s', $pathinfo, $matches)) {
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'acme_backend_bridge_bridgecolor_manage', key($requiredSchemes));
}
return $this->mergeDefaults(array_replace($matches, array('_route' => 'acme_backend_bridge_bridgecolor_manage')), array ( '_controller' => 'Acme\\Bundle\\BackendBundle\\Controller\\Bridge\\BridgeColorController::manageAction',));
}
// acme_backend_bridge_bridgecolor_delete
if (preg_match('#^/backend/bridgecolor/(?P<id>\\d+)/delete$#s', $pathinfo, $matches)) {
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'acme_backend_bridge_bridgecolor_delete', key($requiredSchemes));
}
return $this->mergeDefaults(array_replace($matches, array('_route' => 'acme_backend_bridge_bridgecolor_delete')), array ( '_controller' => 'Acme\\Bundle\\BackendBundle\\Controller\\Bridge\\BridgeColorController::deleteAction',));
}
}
if (0 === strpos($pathinfo, '/backend/bridgetag')) {
// acme_backend_bridge_bridgetag_index
if (rtrim($pathinfo, '/') === '/backend/bridgetag') {
if (substr($pathinfo, -1) !== '/') {
return $this->redirect($pathinfo.'/', 'acme_backend_bridge_bridgetag_index');
}
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'acme_backend_bridge_bridgetag_index', key($requiredSchemes));
}
return array ( '_controller' => 'Acme\\Bundle\\BackendBundle\\Controller\\Bridge\\BridgeTagController::indexAction', '_route' => 'acme_backend_bridge_bridgetag_index',);
}
// acme_backend_bridge_bridgetag_new
if ($pathinfo === '/backend/bridgetag/new') {
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'acme_backend_bridge_bridgetag_new', key($requiredSchemes));
}
return array ( '_controller' => 'Acme\\Bundle\\BackendBundle\\Controller\\Bridge\\BridgeTagController::newAction', '_route' => 'acme_backend_bridge_bridgetag_new',);
}
// acme_backend_bridge_bridgetag_manage
if (preg_match('#^/backend/bridgetag/(?P<id>\\d+)/manage$#s', $pathinfo, $matches)) {
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'acme_backend_bridge_bridgetag_manage', key($requiredSchemes));
}
return $this->mergeDefaults(array_replace($matches, array('_route' => 'acme_backend_bridge_bridgetag_manage')), array ( '_controller' => 'Acme\\Bundle\\BackendBundle\\Controller\\Bridge\\BridgeTagController::manageAction',));
}
// acme_backend_bridge_bridgetag_delete
if (preg_match('#^/backend/bridgetag/(?P<id>\\d+)/delete$#s', $pathinfo, $matches)) {
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'acme_backend_bridge_bridgetag_delete', key($requiredSchemes));
}
return $this->mergeDefaults(array_replace($matches, array('_route' => 'acme_backend_bridge_bridgetag_delete')), array ( '_controller' => 'Acme\\Bundle\\BackendBundle\\Controller\\Bridge\\BridgeTagController::deleteAction',));
}
}
}
if (0 === strpos($pathinfo, '/backend/payment-')) {
if (0 === strpos($pathinfo, '/backend/payment-invoice')) {
// acme_backend_paymentinvoice_index
if (rtrim($pathinfo, '/') === '/backend/payment-invoice') {
if (substr($pathinfo, -1) !== '/') {
return $this->redirect($pathinfo.'/', 'acme_backend_paymentinvoice_index');
}
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'acme_backend_paymentinvoice_index', key($requiredSchemes));
}
return array ( '_controller' => 'Acme\\Bundle\\BackendBundle\\Controller\\PaymentInvoiceController::indexAction', '_route' => 'acme_backend_paymentinvoice_index',);
}
// acme_backend_paymentinvoice_manage
if (preg_match('#^/backend/payment\\-invoice/(?P<id>\\d+)/manage$#s', $pathinfo, $matches)) {
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'acme_backend_paymentinvoice_manage', key($requiredSchemes));
}
return $this->mergeDefaults(array_replace($matches, array('_route' => 'acme_backend_paymentinvoice_manage')), array ( '_controller' => 'Acme\\Bundle\\BackendBundle\\Controller\\PaymentInvoiceController::manageAction',));
}
}
if (0 === strpos($pathinfo, '/backend/payment-periods')) {
// acme_backend_paymentperiods_index
if (rtrim($pathinfo, '/') === '/backend/payment-periods') {
if (substr($pathinfo, -1) !== '/') {
return $this->redirect($pathinfo.'/', 'acme_backend_paymentperiods_index');
}
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'acme_backend_paymentperiods_index', key($requiredSchemes));
}
return array ( '_controller' => 'Acme\\Bundle\\BackendBundle\\Controller\\PaymentPeriodsController::indexAction', '_route' => 'acme_backend_paymentperiods_index',);
}
// acme_backend_paymentperiods_details
if (0 === strpos($pathinfo, '/backend/payment-periods/details') && preg_match('#^/backend/payment\\-periods/details/(?P<id>[^/]++)$#s', $pathinfo, $matches)) {
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'acme_backend_paymentperiods_details', key($requiredSchemes));
}
return $this->mergeDefaults(array_replace($matches, array('_route' => 'acme_backend_paymentperiods_details')), array ( '_controller' => 'Acme\\Bundle\\BackendBundle\\Controller\\PaymentPeriodsController::detailsAction',));
}
}
}
// acme_backend_statistics_index
if (rtrim($pathinfo, '/') === '/backend/statistics') {
if (substr($pathinfo, -1) !== '/') {
return $this->redirect($pathinfo.'/', 'acme_backend_statistics_index');
}
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'acme_backend_statistics_index', key($requiredSchemes));
}
return array ( '_controller' => 'Acme\\Bundle\\BackendBundle\\Controller\\StatisticsController::indexAction', '_route' => 'acme_backend_statistics_index',);
}
if (0 === strpos($pathinfo, '/backend/user')) {
// acme_backend_user_index
if (rtrim($pathinfo, '/') === '/backend/user') {
if (substr($pathinfo, -1) !== '/') {
return $this->redirect($pathinfo.'/', 'acme_backend_user_index');
}
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'acme_backend_user_index', key($requiredSchemes));
}
return array ( '_controller' => 'Acme\\Bundle\\BackendBundle\\Controller\\UserController::indexAction', '_route' => 'acme_backend_user_index',);
}
// acme_backend_user_manage
if (preg_match('#^/backend/user/(?P<id>\\d+)/manage$#s', $pathinfo, $matches)) {
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'acme_backend_user_manage', key($requiredSchemes));
}
return $this->mergeDefaults(array_replace($matches, array('_route' => 'acme_backend_user_manage')), array ( '_controller' => 'Acme\\Bundle\\BackendBundle\\Controller\\UserController::manageAction',));
}
}
if (0 === strpos($pathinfo, '/backend/machinem')) {
if (0 === strpos($pathinfo, '/backend/machinemake')) {
// acme_backend_machinemake_index
if (rtrim($pathinfo, '/') === '/backend/machinemake') {
if (substr($pathinfo, -1) !== '/') {
return $this->redirect($pathinfo.'/', 'acme_backend_machinemake_index');
}
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'acme_backend_machinemake_index', key($requiredSchemes));
}
return array ( '_controller' => 'Acme\\Bundle\\BackendBundle\\Controller\\MachineMakeController::indexAction', '_route' => 'acme_backend_machinemake_index',);
}
// acme_backend_machinemake_new
if ($pathinfo === '/backend/machinemake/new') {
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'acme_backend_machinemake_new', key($requiredSchemes));
}
return array ( '_controller' => 'Acme\\Bundle\\BackendBundle\\Controller\\MachineMakeController::newAction', '_route' => 'acme_backend_machinemake_new',);
}
// acme_backend_machinemake_manage
if (preg_match('#^/backend/machinemake/(?P<id>\\d+)/manage$#s', $pathinfo, $matches)) {
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'acme_backend_machinemake_manage', key($requiredSchemes));
}
return $this->mergeDefaults(array_replace($matches, array('_route' => 'acme_backend_machinemake_manage')), array ( '_controller' => 'Acme\\Bundle\\BackendBundle\\Controller\\MachineMakeController::manageAction',));
}
// acme_backend_machinemake_delete
if (preg_match('#^/backend/machinemake/(?P<id>\\d+)/delete$#s', $pathinfo, $matches)) {
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'acme_backend_machinemake_delete', key($requiredSchemes));
}
return $this->mergeDefaults(array_replace($matches, array('_route' => 'acme_backend_machinemake_delete')), array ( '_controller' => 'Acme\\Bundle\\BackendBundle\\Controller\\MachineMakeController::deleteAction',));
}
}
if (0 === strpos($pathinfo, '/backend/machinemodel')) {
// acme_backend_machinemodel_index
if (rtrim($pathinfo, '/') === '/backend/machinemodel') {
if (substr($pathinfo, -1) !== '/') {
return $this->redirect($pathinfo.'/', 'acme_backend_machinemodel_index');
}
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'acme_backend_machinemodel_index', key($requiredSchemes));
}
return array ( '_controller' => 'Acme\\Bundle\\BackendBundle\\Controller\\MachineModelController::indexAction', '_route' => 'acme_backend_machinemodel_index',);
}
// acme_backend_machinemodel_new
if ($pathinfo === '/backend/machinemodel/new') {
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'acme_backend_machinemodel_new', key($requiredSchemes));
}
return array ( '_controller' => 'Acme\\Bundle\\BackendBundle\\Controller\\MachineModelController::newAction', '_route' => 'acme_backend_machinemodel_new',);
}
// acme_backend_machinemodel_manage
if (preg_match('#^/backend/machinemodel/(?P<id>\\d+)/manage$#s', $pathinfo, $matches)) {
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'acme_backend_machinemodel_manage', key($requiredSchemes));
}
return $this->mergeDefaults(array_replace($matches, array('_route' => 'acme_backend_machinemodel_manage')), array ( '_controller' => 'Acme\\Bundle\\BackendBundle\\Controller\\MachineModelController::manageAction',));
}
// acme_backend_machinemodel_delete
if (preg_match('#^/backend/machinemodel/(?P<id>\\d+)/delete$#s', $pathinfo, $matches)) {
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'acme_backend_machinemodel_delete', key($requiredSchemes));
}
return $this->mergeDefaults(array_replace($matches, array('_route' => 'acme_backend_machinemodel_delete')), array ( '_controller' => 'Acme\\Bundle\\BackendBundle\\Controller\\MachineModelController::deleteAction',));
}
if (0 === strpos($pathinfo, '/backend/machinemodeltaste')) {
// acme_backend_machinemodeltaste_index
if (rtrim($pathinfo, '/') === '/backend/machinemodeltaste') {
if (substr($pathinfo, -1) !== '/') {
return $this->redirect($pathinfo.'/', 'acme_backend_machinemodeltaste_index');
}
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'acme_backend_machinemodeltaste_index', key($requiredSchemes));
}
return array ( '_controller' => 'Acme\\Bundle\\BackendBundle\\Controller\\MachineModelTasteController::indexAction', '_route' => 'acme_backend_machinemodeltaste_index',);
}
// acme_backend_machinemodeltaste_new
if ($pathinfo === '/backend/machinemodeltaste/new') {
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'acme_backend_machinemodeltaste_new', key($requiredSchemes));
}
return array ( '_controller' => 'Acme\\Bundle\\BackendBundle\\Controller\\MachineModelTasteController::newAction', '_route' => 'acme_backend_machinemodeltaste_new',);
}
// acme_backend_machinemodeltaste_manage
if (preg_match('#^/backend/machinemodeltaste/(?P<id>\\d+)/manage$#s', $pathinfo, $matches)) {
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'acme_backend_machinemodeltaste_manage', key($requiredSchemes));
}
return $this->mergeDefaults(array_replace($matches, array('_route' => 'acme_backend_machinemodeltaste_manage')), array ( '_controller' => 'Acme\\Bundle\\BackendBundle\\Controller\\MachineModelTasteController::manageAction',));
}
// acme_backend_machinemodeltaste_delete
if (preg_match('#^/backend/machinemodeltaste/(?P<id>\\d+)/delete$#s', $pathinfo, $matches)) {
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'acme_backend_machinemodeltaste_delete', key($requiredSchemes));
}
return $this->mergeDefaults(array_replace($matches, array('_route' => 'acme_backend_machinemodeltaste_delete')), array ( '_controller' => 'Acme\\Bundle\\BackendBundle\\Controller\\MachineModelTasteController::deleteAction',));
}
}
}
}
}
// de_DE__RG__acme_message_center_index
if (rtrim($pathinfo, '/') === '/de/my-account/message-center') {
if (substr($pathinfo, -1) !== '/') {
return $this->redirect($pathinfo.'/', 'de_DE__RG__acme_message_center_index');
}
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'de_DE__RG__acme_message_center_index', key($requiredSchemes));
}
return array ( '_controller' => 'Acme\\Bundle\\MessageBundle\\Controller\\DefaultController::indexAction', 'compose' => NULL, '_locale' => 'de_DE', '_route' => 'de_DE__RG__acme_message_center_index',);
}
if (0 === strpos($pathinfo, '/u')) {
// en_GB__RG__acme_message_center_index
if (rtrim($pathinfo, '/') === '/uk/my-account/message-center') {
if (substr($pathinfo, -1) !== '/') {
return $this->redirect($pathinfo.'/', 'en_GB__RG__acme_message_center_index');
}
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'en_GB__RG__acme_message_center_index', key($requiredSchemes));
}
return array ( '_controller' => 'Acme\\Bundle\\MessageBundle\\Controller\\DefaultController::indexAction', 'compose' => NULL, '_locale' => 'en_GB', '_route' => 'en_GB__RG__acme_message_center_index',);
}
// en_US__RG__acme_message_center_index
if (rtrim($pathinfo, '/') === '/us/my-account/message-center') {
if (substr($pathinfo, -1) !== '/') {
return $this->redirect($pathinfo.'/', 'en_US__RG__acme_message_center_index');
}
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'en_US__RG__acme_message_center_index', key($requiredSchemes));
}
return array ( '_controller' => 'Acme\\Bundle\\MessageBundle\\Controller\\DefaultController::indexAction', 'compose' => NULL, '_locale' => 'en_US', '_route' => 'en_US__RG__acme_message_center_index',);
}
}
// it_IT__RG__acme_message_center_index
if (rtrim($pathinfo, '/') === '/it/my-account/message-center') {
if (substr($pathinfo, -1) !== '/') {
return $this->redirect($pathinfo.'/', 'it_IT__RG__acme_message_center_index');
}
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'it_IT__RG__acme_message_center_index', key($requiredSchemes));
}
return array ( '_controller' => 'Acme\\Bundle\\MessageBundle\\Controller\\DefaultController::indexAction', 'compose' => NULL, '_locale' => 'it_IT', '_route' => 'it_IT__RG__acme_message_center_index',);
}
// fr_FR__RG__acme_message_center_index
if (rtrim($pathinfo, '/') === '/fr/my-account/message-center') {
if (substr($pathinfo, -1) !== '/') {
return $this->redirect($pathinfo.'/', 'fr_FR__RG__acme_message_center_index');
}
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'fr_FR__RG__acme_message_center_index', key($requiredSchemes));
}
return array ( '_controller' => 'Acme\\Bundle\\MessageBundle\\Controller\\DefaultController::indexAction', 'compose' => NULL, '_locale' => 'fr_FR', '_route' => 'fr_FR__RG__acme_message_center_index',);
}
// es_ES__RG__acme_message_center_index
if (rtrim($pathinfo, '/') === '/es/my-account/message-center') {
if (substr($pathinfo, -1) !== '/') {
return $this->redirect($pathinfo.'/', 'es_ES__RG__acme_message_center_index');
}
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'es_ES__RG__acme_message_center_index', key($requiredSchemes));
}
return array ( '_controller' => 'Acme\\Bundle\\MessageBundle\\Controller\\DefaultController::indexAction', 'compose' => NULL, '_locale' => 'es_ES', '_route' => 'es_ES__RG__acme_message_center_index',);
}
// nl_NL__RG__acme_message_center_index
if (rtrim($pathinfo, '/') === '/nl/my-account/message-center') {
if (substr($pathinfo, -1) !== '/') {
return $this->redirect($pathinfo.'/', 'nl_NL__RG__acme_message_center_index');
}
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'nl_NL__RG__acme_message_center_index', key($requiredSchemes));
}
return array ( '_controller' => 'Acme\\Bundle\\MessageBundle\\Controller\\DefaultController::indexAction', 'compose' => NULL, '_locale' => 'nl_NL', '_route' => 'nl_NL__RG__acme_message_center_index',);
}
// de_CH__RG__acme_message_center_index
if (rtrim($pathinfo, '/') === '/ch/my-account/message-center') {
if (substr($pathinfo, -1) !== '/') {
return $this->redirect($pathinfo.'/', 'de_CH__RG__acme_message_center_index');
}
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'de_CH__RG__acme_message_center_index', key($requiredSchemes));
}
return array ( '_controller' => 'Acme\\Bundle\\MessageBundle\\Controller\\DefaultController::indexAction', 'compose' => NULL, '_locale' => 'de_CH', '_route' => 'de_CH__RG__acme_message_center_index',);
}
if (0 === strpos($pathinfo, '/a')) {
// en_AU__RG__acme_message_center_index
if (rtrim($pathinfo, '/') === '/au/my-account/message-center') {
if (substr($pathinfo, -1) !== '/') {
return $this->redirect($pathinfo.'/', 'en_AU__RG__acme_message_center_index');
}
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'en_AU__RG__acme_message_center_index', key($requiredSchemes));
}
return array ( '_controller' => 'Acme\\Bundle\\MessageBundle\\Controller\\DefaultController::indexAction', 'compose' => NULL, '_locale' => 'en_AU', '_route' => 'en_AU__RG__acme_message_center_index',);
}
// de_AT__RG__acme_message_center_index
if (rtrim($pathinfo, '/') === '/at/my-account/message-center') {
if (substr($pathinfo, -1) !== '/') {
return $this->redirect($pathinfo.'/', 'de_AT__RG__acme_message_center_index');
}
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'de_AT__RG__acme_message_center_index', key($requiredSchemes));
}
return array ( '_controller' => 'Acme\\Bundle\\MessageBundle\\Controller\\DefaultController::indexAction', 'compose' => NULL, '_locale' => 'de_AT', '_route' => 'de_AT__RG__acme_message_center_index',);
}
}
// zu_ZZ__RG__acme_message_center_index
if (rtrim($pathinfo, '/') === '/zz/my-account/message-center') {
if (substr($pathinfo, -1) !== '/') {
return $this->redirect($pathinfo.'/', 'zu_ZZ__RG__acme_message_center_index');
}
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'zu_ZZ__RG__acme_message_center_index', key($requiredSchemes));
}
return array ( '_controller' => 'Acme\\Bundle\\MessageBundle\\Controller\\DefaultController::indexAction', 'compose' => NULL, '_locale' => 'zu_ZZ', '_route' => 'zu_ZZ__RG__acme_message_center_index',);
}
// de_DE__RG__acme_message_center_compose
if ($pathinfo === '/de/my-account/message-center/compose') {
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'de_DE__RG__acme_message_center_compose', key($requiredSchemes));
}
return array ( '_controller' => 'Acme\\Bundle\\MessageBundle\\Controller\\DefaultController::indexAction', 'id' => NULL, 'compose' => true, '_locale' => 'de_DE', '_route' => 'de_DE__RG__acme_message_center_compose',);
}
if (0 === strpos($pathinfo, '/u')) {
// en_GB__RG__acme_message_center_compose
if ($pathinfo === '/uk/my-account/message-center/compose') {
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'en_GB__RG__acme_message_center_compose', key($requiredSchemes));
}
return array ( '_controller' => 'Acme\\Bundle\\MessageBundle\\Controller\\DefaultController::indexAction', 'id' => NULL, 'compose' => true, '_locale' => 'en_GB', '_route' => 'en_GB__RG__acme_message_center_compose',);
}
// en_US__RG__acme_message_center_compose
if ($pathinfo === '/us/my-account/message-center/compose') {
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'en_US__RG__acme_message_center_compose', key($requiredSchemes));
}
return array ( '_controller' => 'Acme\\Bundle\\MessageBundle\\Controller\\DefaultController::indexAction', 'id' => NULL, 'compose' => true, '_locale' => 'en_US', '_route' => 'en_US__RG__acme_message_center_compose',);
}
}
// it_IT__RG__acme_message_center_compose
if ($pathinfo === '/it/my-account/message-center/compose') {
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'it_IT__RG__acme_message_center_compose', key($requiredSchemes));
}
return array ( '_controller' => 'Acme\\Bundle\\MessageBundle\\Controller\\DefaultController::indexAction', 'id' => NULL, 'compose' => true, '_locale' => 'it_IT', '_route' => 'it_IT__RG__acme_message_center_compose',);
}
// fr_FR__RG__acme_message_center_compose
if ($pathinfo === '/fr/my-account/message-center/compose') {
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'fr_FR__RG__acme_message_center_compose', key($requiredSchemes));
}
return array ( '_controller' => 'Acme\\Bundle\\MessageBundle\\Controller\\DefaultController::indexAction', 'id' => NULL, 'compose' => true, '_locale' => 'fr_FR', '_route' => 'fr_FR__RG__acme_message_center_compose',);
}
// es_ES__RG__acme_message_center_compose
if ($pathinfo === '/es/my-account/message-center/compose') {
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'es_ES__RG__acme_message_center_compose', key($requiredSchemes));
}
return array ( '_controller' => 'Acme\\Bundle\\MessageBundle\\Controller\\DefaultController::indexAction', 'id' => NULL, 'compose' => true, '_locale' => 'es_ES', '_route' => 'es_ES__RG__acme_message_center_compose',);
}
// nl_NL__RG__acme_message_center_compose
if ($pathinfo === '/nl/my-account/message-center/compose') {
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'nl_NL__RG__acme_message_center_compose', key($requiredSchemes));
}
return array ( '_controller' => 'Acme\\Bundle\\MessageBundle\\Controller\\DefaultController::indexAction', 'id' => NULL, 'compose' => true, '_locale' => 'nl_NL', '_route' => 'nl_NL__RG__acme_message_center_compose',);
}
// de_CH__RG__acme_message_center_compose
if ($pathinfo === '/ch/my-account/message-center/compose') {
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'de_CH__RG__acme_message_center_compose', key($requiredSchemes));
}
return array ( '_controller' => 'Acme\\Bundle\\MessageBundle\\Controller\\DefaultController::indexAction', 'id' => NULL, 'compose' => true, '_locale' => 'de_CH', '_route' => 'de_CH__RG__acme_message_center_compose',);
}
if (0 === strpos($pathinfo, '/a')) {
// en_AU__RG__acme_message_center_compose
if ($pathinfo === '/au/my-account/message-center/compose') {
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'en_AU__RG__acme_message_center_compose', key($requiredSchemes));
}
return array ( '_controller' => 'Acme\\Bundle\\MessageBundle\\Controller\\DefaultController::indexAction', 'id' => NULL, 'compose' => true, '_locale' => 'en_AU', '_route' => 'en_AU__RG__acme_message_center_compose',);
}
// de_AT__RG__acme_message_center_compose
if ($pathinfo === '/at/my-account/message-center/compose') {
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'de_AT__RG__acme_message_center_compose', key($requiredSchemes));
}
return array ( '_controller' => 'Acme\\Bundle\\MessageBundle\\Controller\\DefaultController::indexAction', 'id' => NULL, 'compose' => true, '_locale' => 'de_AT', '_route' => 'de_AT__RG__acme_message_center_compose',);
}
}
// zu_ZZ__RG__acme_message_center_compose
if ($pathinfo === '/zz/my-account/message-center/compose') {
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'zu_ZZ__RG__acme_message_center_compose', key($requiredSchemes));
}
return array ( '_controller' => 'Acme\\Bundle\\MessageBundle\\Controller\\DefaultController::indexAction', 'id' => NULL, 'compose' => true, '_locale' => 'zu_ZZ', '_route' => 'zu_ZZ__RG__acme_message_center_compose',);
}
// de_DE__RG__acme_message_center_actions
if ($pathinfo === '/de/my-account/message-center/actions') {
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'de_DE__RG__acme_message_center_actions', key($requiredSchemes));
}
return array ( '_controller' => 'Acme\\Bundle\\MessageBundle\\Controller\\DefaultController::changeStatusAction', '_locale' => 'de_DE', '_route' => 'de_DE__RG__acme_message_center_actions',);
}
if (0 === strpos($pathinfo, '/u')) {
// en_GB__RG__acme_message_center_actions
if ($pathinfo === '/uk/my-account/message-center/actions') {
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'en_GB__RG__acme_message_center_actions', key($requiredSchemes));
}
return array ( '_controller' => 'Acme\\Bundle\\MessageBundle\\Controller\\DefaultController::changeStatusAction', '_locale' => 'en_GB', '_route' => 'en_GB__RG__acme_message_center_actions',);
}
// en_US__RG__acme_message_center_actions
if ($pathinfo === '/us/my-account/message-center/actions') {
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'en_US__RG__acme_message_center_actions', key($requiredSchemes));
}
return array ( '_controller' => 'Acme\\Bundle\\MessageBundle\\Controller\\DefaultController::changeStatusAction', '_locale' => 'en_US', '_route' => 'en_US__RG__acme_message_center_actions',);
}
}
// it_IT__RG__acme_message_center_actions
if ($pathinfo === '/it/my-account/message-center/actions') {
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'it_IT__RG__acme_message_center_actions', key($requiredSchemes));
}
return array ( '_controller' => 'Acme\\Bundle\\MessageBundle\\Controller\\DefaultController::changeStatusAction', '_locale' => 'it_IT', '_route' => 'it_IT__RG__acme_message_center_actions',);
}
// fr_FR__RG__acme_message_center_actions
if ($pathinfo === '/fr/my-account/message-center/actions') {
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'fr_FR__RG__acme_message_center_actions', key($requiredSchemes));
}
return array ( '_controller' => 'Acme\\Bundle\\MessageBundle\\Controller\\DefaultController::changeStatusAction', '_locale' => 'fr_FR', '_route' => 'fr_FR__RG__acme_message_center_actions',);
}
// es_ES__RG__acme_message_center_actions
if ($pathinfo === '/es/my-account/message-center/actions') {
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'es_ES__RG__acme_message_center_actions', key($requiredSchemes));
}
return array ( '_controller' => 'Acme\\Bundle\\MessageBundle\\Controller\\DefaultController::changeStatusAction', '_locale' => 'es_ES', '_route' => 'es_ES__RG__acme_message_center_actions',);
}
// nl_NL__RG__acme_message_center_actions
if ($pathinfo === '/nl/my-account/message-center/actions') {
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'nl_NL__RG__acme_message_center_actions', key($requiredSchemes));
}
return array ( '_controller' => 'Acme\\Bundle\\MessageBundle\\Controller\\DefaultController::changeStatusAction', '_locale' => 'nl_NL', '_route' => 'nl_NL__RG__acme_message_center_actions',);
}
// de_CH__RG__acme_message_center_actions
if ($pathinfo === '/ch/my-account/message-center/actions') {
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'de_CH__RG__acme_message_center_actions', key($requiredSchemes));
}
return array ( '_controller' => 'Acme\\Bundle\\MessageBundle\\Controller\\DefaultController::changeStatusAction', '_locale' => 'de_CH', '_route' => 'de_CH__RG__acme_message_center_actions',);
}
if (0 === strpos($pathinfo, '/a')) {
// en_AU__RG__acme_message_center_actions
if ($pathinfo === '/au/my-account/message-center/actions') {
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'en_AU__RG__acme_message_center_actions', key($requiredSchemes));
}
return array ( '_controller' => 'Acme\\Bundle\\MessageBundle\\Controller\\DefaultController::changeStatusAction', '_locale' => 'en_AU', '_route' => 'en_AU__RG__acme_message_center_actions',);
}
// de_AT__RG__acme_message_center_actions
if ($pathinfo === '/at/my-account/message-center/actions') {
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'de_AT__RG__acme_message_center_actions', key($requiredSchemes));
}
return array ( '_controller' => 'Acme\\Bundle\\MessageBundle\\Controller\\DefaultController::changeStatusAction', '_locale' => 'de_AT', '_route' => 'de_AT__RG__acme_message_center_actions',);
}
}
// zu_ZZ__RG__acme_message_center_actions
if ($pathinfo === '/zz/my-account/message-center/actions') {
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'zu_ZZ__RG__acme_message_center_actions', key($requiredSchemes));
}
return array ( '_controller' => 'Acme\\Bundle\\MessageBundle\\Controller\\DefaultController::changeStatusAction', '_locale' => 'zu_ZZ', '_route' => 'zu_ZZ__RG__acme_message_center_actions',);
}
// de_DE__RG__acme_message_center_message
if (0 === strpos($pathinfo, '/de/my-account/message-center/message') && preg_match('#^/de/my\\-account/message\\-center/message(?:/(?P<id>[^/]++))?$#s', $pathinfo, $matches)) {
if (!in_array($this->context->getMethod(), array('GET', 'POST', 'HEAD'))) {
$allow = array_merge($allow, array('GET', 'POST', 'HEAD'));
goto not_de_DE__RG__acme_message_center_message;
}
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'de_DE__RG__acme_message_center_message', key($requiredSchemes));
}
return $this->mergeDefaults(array_replace($matches, array('_route' => 'de_DE__RG__acme_message_center_message')), array ( '_controller' => 'Acme\\Bundle\\MessageBundle\\Controller\\DefaultController::messageAction', 'id' => NULL, '_locale' => 'de_DE',));
}
not_de_DE__RG__acme_message_center_message:
if (0 === strpos($pathinfo, '/u')) {
// en_GB__RG__acme_message_center_message
if (0 === strpos($pathinfo, '/uk/my-account/message-center/message') && preg_match('#^/uk/my\\-account/message\\-center/message(?:/(?P<id>[^/]++))?$#s', $pathinfo, $matches)) {
if (!in_array($this->context->getMethod(), array('GET', 'POST', 'HEAD'))) {
$allow = array_merge($allow, array('GET', 'POST', 'HEAD'));
goto not_en_GB__RG__acme_message_center_message;
}
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'en_GB__RG__acme_message_center_message', key($requiredSchemes));
}
return $this->mergeDefaults(array_replace($matches, array('_route' => 'en_GB__RG__acme_message_center_message')), array ( '_controller' => 'Acme\\Bundle\\MessageBundle\\Controller\\DefaultController::messageAction', 'id' => NULL, '_locale' => 'en_GB',));
}
not_en_GB__RG__acme_message_center_message:
// en_US__RG__acme_message_center_message
if (0 === strpos($pathinfo, '/us/my-account/message-center/message') && preg_match('#^/us/my\\-account/message\\-center/message(?:/(?P<id>[^/]++))?$#s', $pathinfo, $matches)) {
if (!in_array($this->context->getMethod(), array('GET', 'POST', 'HEAD'))) {
$allow = array_merge($allow, array('GET', 'POST', 'HEAD'));
goto not_en_US__RG__acme_message_center_message;
}
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'en_US__RG__acme_message_center_message', key($requiredSchemes));
}
return $this->mergeDefaults(array_replace($matches, array('_route' => 'en_US__RG__acme_message_center_message')), array ( '_controller' => 'Acme\\Bundle\\MessageBundle\\Controller\\DefaultController::messageAction', 'id' => NULL, '_locale' => 'en_US',));
}
not_en_US__RG__acme_message_center_message:
}
// it_IT__RG__acme_message_center_message
if (0 === strpos($pathinfo, '/it/my-account/message-center/message') && preg_match('#^/it/my\\-account/message\\-center/message(?:/(?P<id>[^/]++))?$#s', $pathinfo, $matches)) {
if (!in_array($this->context->getMethod(), array('GET', 'POST', 'HEAD'))) {
$allow = array_merge($allow, array('GET', 'POST', 'HEAD'));
goto not_it_IT__RG__acme_message_center_message;
}
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'it_IT__RG__acme_message_center_message', key($requiredSchemes));
}
return $this->mergeDefaults(array_replace($matches, array('_route' => 'it_IT__RG__acme_message_center_message')), array ( '_controller' => 'Acme\\Bundle\\MessageBundle\\Controller\\DefaultController::messageAction', 'id' => NULL, '_locale' => 'it_IT',));
}
not_it_IT__RG__acme_message_center_message:
// fr_FR__RG__acme_message_center_message
if (0 === strpos($pathinfo, '/fr/my-account/message-center/message') && preg_match('#^/fr/my\\-account/message\\-center/message(?:/(?P<id>[^/]++))?$#s', $pathinfo, $matches)) {
if (!in_array($this->context->getMethod(), array('GET', 'POST', 'HEAD'))) {
$allow = array_merge($allow, array('GET', 'POST', 'HEAD'));
goto not_fr_FR__RG__acme_message_center_message;
}
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'fr_FR__RG__acme_message_center_message', key($requiredSchemes));
}
return $this->mergeDefaults(array_replace($matches, array('_route' => 'fr_FR__RG__acme_message_center_message')), array ( '_controller' => 'Acme\\Bundle\\MessageBundle\\Controller\\DefaultController::messageAction', 'id' => NULL, '_locale' => 'fr_FR',));
}
not_fr_FR__RG__acme_message_center_message:
// es_ES__RG__acme_message_center_message
if (0 === strpos($pathinfo, '/es/my-account/message-center/message') && preg_match('#^/es/my\\-account/message\\-center/message(?:/(?P<id>[^/]++))?$#s', $pathinfo, $matches)) {
if (!in_array($this->context->getMethod(), array('GET', 'POST', 'HEAD'))) {
$allow = array_merge($allow, array('GET', 'POST', 'HEAD'));
goto not_es_ES__RG__acme_message_center_message;
}
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'es_ES__RG__acme_message_center_message', key($requiredSchemes));
}
return $this->mergeDefaults(array_replace($matches, array('_route' => 'es_ES__RG__acme_message_center_message')), array ( '_controller' => 'Acme\\Bundle\\MessageBundle\\Controller\\DefaultController::messageAction', 'id' => NULL, '_locale' => 'es_ES',));
}
not_es_ES__RG__acme_message_center_message:
// nl_NL__RG__acme_message_center_message
if (0 === strpos($pathinfo, '/nl/my-account/message-center/message') && preg_match('#^/nl/my\\-account/message\\-center/message(?:/(?P<id>[^/]++))?$#s', $pathinfo, $matches)) {
if (!in_array($this->context->getMethod(), array('GET', 'POST', 'HEAD'))) {
$allow = array_merge($allow, array('GET', 'POST', 'HEAD'));
goto not_nl_NL__RG__acme_message_center_message;
}
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'nl_NL__RG__acme_message_center_message', key($requiredSchemes));
}
return $this->mergeDefaults(array_replace($matches, array('_route' => 'nl_NL__RG__acme_message_center_message')), array ( '_controller' => 'Acme\\Bundle\\MessageBundle\\Controller\\DefaultController::messageAction', 'id' => NULL, '_locale' => 'nl_NL',));
}
not_nl_NL__RG__acme_message_center_message:
// de_CH__RG__acme_message_center_message
if (0 === strpos($pathinfo, '/ch/my-account/message-center/message') && preg_match('#^/ch/my\\-account/message\\-center/message(?:/(?P<id>[^/]++))?$#s', $pathinfo, $matches)) {
if (!in_array($this->context->getMethod(), array('GET', 'POST', 'HEAD'))) {
$allow = array_merge($allow, array('GET', 'POST', 'HEAD'));
goto not_de_CH__RG__acme_message_center_message;
}
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'de_CH__RG__acme_message_center_message', key($requiredSchemes));
}
return $this->mergeDefaults(array_replace($matches, array('_route' => 'de_CH__RG__acme_message_center_message')), array ( '_controller' => 'Acme\\Bundle\\MessageBundle\\Controller\\DefaultController::messageAction', 'id' => NULL, '_locale' => 'de_CH',));
}
not_de_CH__RG__acme_message_center_message:
if (0 === strpos($pathinfo, '/a')) {
// en_AU__RG__acme_message_center_message
if (0 === strpos($pathinfo, '/au/my-account/message-center/message') && preg_match('#^/au/my\\-account/message\\-center/message(?:/(?P<id>[^/]++))?$#s', $pathinfo, $matches)) {
if (!in_array($this->context->getMethod(), array('GET', 'POST', 'HEAD'))) {
$allow = array_merge($allow, array('GET', 'POST', 'HEAD'));
goto not_en_AU__RG__acme_message_center_message;
}
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'en_AU__RG__acme_message_center_message', key($requiredSchemes));
}
return $this->mergeDefaults(array_replace($matches, array('_route' => 'en_AU__RG__acme_message_center_message')), array ( '_controller' => 'Acme\\Bundle\\MessageBundle\\Controller\\DefaultController::messageAction', 'id' => NULL, '_locale' => 'en_AU',));
}
not_en_AU__RG__acme_message_center_message:
// de_AT__RG__acme_message_center_message
if (0 === strpos($pathinfo, '/at/my-account/message-center/message') && preg_match('#^/at/my\\-account/message\\-center/message(?:/(?P<id>[^/]++))?$#s', $pathinfo, $matches)) {
if (!in_array($this->context->getMethod(), array('GET', 'POST', 'HEAD'))) {
$allow = array_merge($allow, array('GET', 'POST', 'HEAD'));
goto not_de_AT__RG__acme_message_center_message;
}
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'de_AT__RG__acme_message_center_message', key($requiredSchemes));
}
return $this->mergeDefaults(array_replace($matches, array('_route' => 'de_AT__RG__acme_message_center_message')), array ( '_controller' => 'Acme\\Bundle\\MessageBundle\\Controller\\DefaultController::messageAction', 'id' => NULL, '_locale' => 'de_AT',));
}
not_de_AT__RG__acme_message_center_message:
}
// zu_ZZ__RG__acme_message_center_message
if (0 === strpos($pathinfo, '/zz/my-account/message-center/message') && preg_match('#^/zz/my\\-account/message\\-center/message(?:/(?P<id>[^/]++))?$#s', $pathinfo, $matches)) {
if (!in_array($this->context->getMethod(), array('GET', 'POST', 'HEAD'))) {
$allow = array_merge($allow, array('GET', 'POST', 'HEAD'));
goto not_zu_ZZ__RG__acme_message_center_message;
}
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'zu_ZZ__RG__acme_message_center_message', key($requiredSchemes));
}
return $this->mergeDefaults(array_replace($matches, array('_route' => 'zu_ZZ__RG__acme_message_center_message')), array ( '_controller' => 'Acme\\Bundle\\MessageBundle\\Controller\\DefaultController::messageAction', 'id' => NULL, '_locale' => 'zu_ZZ',));
}
not_zu_ZZ__RG__acme_message_center_message:
// de_DE__RG__acme_message_center_get_conversation_list
if (rtrim($pathinfo, '/') === '/de/my-account/message-center/conversation-list/get') {
if (!in_array($this->context->getMethod(), array('GET', 'POST', 'HEAD'))) {
$allow = array_merge($allow, array('GET', 'POST', 'HEAD'));
goto not_de_DE__RG__acme_message_center_get_conversation_list;
}
if (substr($pathinfo, -1) !== '/') {
return $this->redirect($pathinfo.'/', 'de_DE__RG__acme_message_center_get_conversation_list');
}
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'de_DE__RG__acme_message_center_get_conversation_list', key($requiredSchemes));
}
return array ( '_controller' => 'Acme\\Bundle\\MessageBundle\\Controller\\DefaultController::getConversationListAction', '_locale' => 'de_DE', '_route' => 'de_DE__RG__acme_message_center_get_conversation_list',);
}
not_de_DE__RG__acme_message_center_get_conversation_list:
if (0 === strpos($pathinfo, '/u')) {
// en_GB__RG__acme_message_center_get_conversation_list
if (rtrim($pathinfo, '/') === '/uk/my-account/message-center/conversation-list/get') {
if (!in_array($this->context->getMethod(), array('GET', 'POST', 'HEAD'))) {
$allow = array_merge($allow, array('GET', 'POST', 'HEAD'));
goto not_en_GB__RG__acme_message_center_get_conversation_list;
}
if (substr($pathinfo, -1) !== '/') {
return $this->redirect($pathinfo.'/', 'en_GB__RG__acme_message_center_get_conversation_list');
}
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'en_GB__RG__acme_message_center_get_conversation_list', key($requiredSchemes));
}
return array ( '_controller' => 'Acme\\Bundle\\MessageBundle\\Controller\\DefaultController::getConversationListAction', '_locale' => 'en_GB', '_route' => 'en_GB__RG__acme_message_center_get_conversation_list',);
}
not_en_GB__RG__acme_message_center_get_conversation_list:
// en_US__RG__acme_message_center_get_conversation_list
if (rtrim($pathinfo, '/') === '/us/my-account/message-center/conversation-list/get') {
if (!in_array($this->context->getMethod(), array('GET', 'POST', 'HEAD'))) {
$allow = array_merge($allow, array('GET', 'POST', 'HEAD'));
goto not_en_US__RG__acme_message_center_get_conversation_list;
}
if (substr($pathinfo, -1) !== '/') {
return $this->redirect($pathinfo.'/', 'en_US__RG__acme_message_center_get_conversation_list');
}
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'en_US__RG__acme_message_center_get_conversation_list', key($requiredSchemes));
}
return array ( '_controller' => 'Acme\\Bundle\\MessageBundle\\Controller\\DefaultController::getConversationListAction', '_locale' => 'en_US', '_route' => 'en_US__RG__acme_message_center_get_conversation_list',);
}
not_en_US__RG__acme_message_center_get_conversation_list:
}
// it_IT__RG__acme_message_center_get_conversation_list
if (rtrim($pathinfo, '/') === '/it/my-account/message-center/conversation-list/get') {
if (!in_array($this->context->getMethod(), array('GET', 'POST', 'HEAD'))) {
$allow = array_merge($allow, array('GET', 'POST', 'HEAD'));
goto not_it_IT__RG__acme_message_center_get_conversation_list;
}
if (substr($pathinfo, -1) !== '/') {
return $this->redirect($pathinfo.'/', 'it_IT__RG__acme_message_center_get_conversation_list');
}
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'it_IT__RG__acme_message_center_get_conversation_list', key($requiredSchemes));
}
return array ( '_controller' => 'Acme\\Bundle\\MessageBundle\\Controller\\DefaultController::getConversationListAction', '_locale' => 'it_IT', '_route' => 'it_IT__RG__acme_message_center_get_conversation_list',);
}
not_it_IT__RG__acme_message_center_get_conversation_list:
// fr_FR__RG__acme_message_center_get_conversation_list
if (rtrim($pathinfo, '/') === '/fr/my-account/message-center/conversation-list/get') {
if (!in_array($this->context->getMethod(), array('GET', 'POST', 'HEAD'))) {
$allow = array_merge($allow, array('GET', 'POST', 'HEAD'));
goto not_fr_FR__RG__acme_message_center_get_conversation_list;
}
if (substr($pathinfo, -1) !== '/') {
return $this->redirect($pathinfo.'/', 'fr_FR__RG__acme_message_center_get_conversation_list');
}
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'fr_FR__RG__acme_message_center_get_conversation_list', key($requiredSchemes));
}
return array ( '_controller' => 'Acme\\Bundle\\MessageBundle\\Controller\\DefaultController::getConversationListAction', '_locale' => 'fr_FR', '_route' => 'fr_FR__RG__acme_message_center_get_conversation_list',);
}
not_fr_FR__RG__acme_message_center_get_conversation_list:
// es_ES__RG__acme_message_center_get_conversation_list
if (rtrim($pathinfo, '/') === '/es/my-account/message-center/conversation-list/get') {
if (!in_array($this->context->getMethod(), array('GET', 'POST', 'HEAD'))) {
$allow = array_merge($allow, array('GET', 'POST', 'HEAD'));
goto not_es_ES__RG__acme_message_center_get_conversation_list;
}
if (substr($pathinfo, -1) !== '/') {
return $this->redirect($pathinfo.'/', 'es_ES__RG__acme_message_center_get_conversation_list');
}
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'es_ES__RG__acme_message_center_get_conversation_list', key($requiredSchemes));
}
return array ( '_controller' => 'Acme\\Bundle\\MessageBundle\\Controller\\DefaultController::getConversationListAction', '_locale' => 'es_ES', '_route' => 'es_ES__RG__acme_message_center_get_conversation_list',);
}
not_es_ES__RG__acme_message_center_get_conversation_list:
// nl_NL__RG__acme_message_center_get_conversation_list
if (rtrim($pathinfo, '/') === '/nl/my-account/message-center/conversation-list/get') {
if (!in_array($this->context->getMethod(), array('GET', 'POST', 'HEAD'))) {
$allow = array_merge($allow, array('GET', 'POST', 'HEAD'));
goto not_nl_NL__RG__acme_message_center_get_conversation_list;
}
if (substr($pathinfo, -1) !== '/') {
return $this->redirect($pathinfo.'/', 'nl_NL__RG__acme_message_center_get_conversation_list');
}
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'nl_NL__RG__acme_message_center_get_conversation_list', key($requiredSchemes));
}
return array ( '_controller' => 'Acme\\Bundle\\MessageBundle\\Controller\\DefaultController::getConversationListAction', '_locale' => 'nl_NL', '_route' => 'nl_NL__RG__acme_message_center_get_conversation_list',);
}
not_nl_NL__RG__acme_message_center_get_conversation_list:
// de_CH__RG__acme_message_center_get_conversation_list
if (rtrim($pathinfo, '/') === '/ch/my-account/message-center/conversation-list/get') {
if (!in_array($this->context->getMethod(), array('GET', 'POST', 'HEAD'))) {
$allow = array_merge($allow, array('GET', 'POST', 'HEAD'));
goto not_de_CH__RG__acme_message_center_get_conversation_list;
}
if (substr($pathinfo, -1) !== '/') {
return $this->redirect($pathinfo.'/', 'de_CH__RG__acme_message_center_get_conversation_list');
}
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'de_CH__RG__acme_message_center_get_conversation_list', key($requiredSchemes));
}
return array ( '_controller' => 'Acme\\Bundle\\MessageBundle\\Controller\\DefaultController::getConversationListAction', '_locale' => 'de_CH', '_route' => 'de_CH__RG__acme_message_center_get_conversation_list',);
}
not_de_CH__RG__acme_message_center_get_conversation_list:
if (0 === strpos($pathinfo, '/a')) {
// en_AU__RG__acme_message_center_get_conversation_list
if (rtrim($pathinfo, '/') === '/au/my-account/message-center/conversation-list/get') {
if (!in_array($this->context->getMethod(), array('GET', 'POST', 'HEAD'))) {
$allow = array_merge($allow, array('GET', 'POST', 'HEAD'));
goto not_en_AU__RG__acme_message_center_get_conversation_list;
}
if (substr($pathinfo, -1) !== '/') {
return $this->redirect($pathinfo.'/', 'en_AU__RG__acme_message_center_get_conversation_list');
}
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'en_AU__RG__acme_message_center_get_conversation_list', key($requiredSchemes));
}
return array ( '_controller' => 'Acme\\Bundle\\MessageBundle\\Controller\\DefaultController::getConversationListAction', '_locale' => 'en_AU', '_route' => 'en_AU__RG__acme_message_center_get_conversation_list',);
}
not_en_AU__RG__acme_message_center_get_conversation_list:
// de_AT__RG__acme_message_center_get_conversation_list
if (rtrim($pathinfo, '/') === '/at/my-account/message-center/conversation-list/get') {
if (!in_array($this->context->getMethod(), array('GET', 'POST', 'HEAD'))) {
$allow = array_merge($allow, array('GET', 'POST', 'HEAD'));
goto not_de_AT__RG__acme_message_center_get_conversation_list;
}
if (substr($pathinfo, -1) !== '/') {
return $this->redirect($pathinfo.'/', 'de_AT__RG__acme_message_center_get_conversation_list');
}
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'de_AT__RG__acme_message_center_get_conversation_list', key($requiredSchemes));
}
return array ( '_controller' => 'Acme\\Bundle\\MessageBundle\\Controller\\DefaultController::getConversationListAction', '_locale' => 'de_AT', '_route' => 'de_AT__RG__acme_message_center_get_conversation_list',);
}
not_de_AT__RG__acme_message_center_get_conversation_list:
}
// zu_ZZ__RG__acme_message_center_get_conversation_list
if (rtrim($pathinfo, '/') === '/zz/my-account/message-center/conversation-list/get') {
if (!in_array($this->context->getMethod(), array('GET', 'POST', 'HEAD'))) {
$allow = array_merge($allow, array('GET', 'POST', 'HEAD'));
goto not_zu_ZZ__RG__acme_message_center_get_conversation_list;
}
if (substr($pathinfo, -1) !== '/') {
return $this->redirect($pathinfo.'/', 'zu_ZZ__RG__acme_message_center_get_conversation_list');
}
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'zu_ZZ__RG__acme_message_center_get_conversation_list', key($requiredSchemes));
}
return array ( '_controller' => 'Acme\\Bundle\\MessageBundle\\Controller\\DefaultController::getConversationListAction', '_locale' => 'zu_ZZ', '_route' => 'zu_ZZ__RG__acme_message_center_get_conversation_list',);
}
not_zu_ZZ__RG__acme_message_center_get_conversation_list:
// de_DE__RG__acme_message_center_get_conversation_list_item
if (0 === strpos($pathinfo, '/de/my-account/message-center/conversation-list/item/get') && preg_match('#^/de/my\\-account/message\\-center/conversation\\-list/item/get/(?P<id>[^/]++)$#s', $pathinfo, $matches)) {
if (!in_array($this->context->getMethod(), array('GET', 'POST', 'HEAD'))) {
$allow = array_merge($allow, array('GET', 'POST', 'HEAD'));
goto not_de_DE__RG__acme_message_center_get_conversation_list_item;
}
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'de_DE__RG__acme_message_center_get_conversation_list_item', key($requiredSchemes));
}
return $this->mergeDefaults(array_replace($matches, array('_route' => 'de_DE__RG__acme_message_center_get_conversation_list_item')), array ( '_controller' => 'Acme\\Bundle\\MessageBundle\\Controller\\DefaultController::getConversationListItemAction', '_locale' => 'de_DE',));
}
not_de_DE__RG__acme_message_center_get_conversation_list_item:
if (0 === strpos($pathinfo, '/u')) {
// en_GB__RG__acme_message_center_get_conversation_list_item
if (0 === strpos($pathinfo, '/uk/my-account/message-center/conversation-list/item/get') && preg_match('#^/uk/my\\-account/message\\-center/conversation\\-list/item/get/(?P<id>[^/]++)$#s', $pathinfo, $matches)) {
if (!in_array($this->context->getMethod(), array('GET', 'POST', 'HEAD'))) {
$allow = array_merge($allow, array('GET', 'POST', 'HEAD'));
goto not_en_GB__RG__acme_message_center_get_conversation_list_item;
}
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'en_GB__RG__acme_message_center_get_conversation_list_item', key($requiredSchemes));
}
return $this->mergeDefaults(array_replace($matches, array('_route' => 'en_GB__RG__acme_message_center_get_conversation_list_item')), array ( '_controller' => 'Acme\\Bundle\\MessageBundle\\Controller\\DefaultController::getConversationListItemAction', '_locale' => 'en_GB',));
}
not_en_GB__RG__acme_message_center_get_conversation_list_item:
// en_US__RG__acme_message_center_get_conversation_list_item
if (0 === strpos($pathinfo, '/us/my-account/message-center/conversation-list/item/get') && preg_match('#^/us/my\\-account/message\\-center/conversation\\-list/item/get/(?P<id>[^/]++)$#s', $pathinfo, $matches)) {
if (!in_array($this->context->getMethod(), array('GET', 'POST', 'HEAD'))) {
$allow = array_merge($allow, array('GET', 'POST', 'HEAD'));
goto not_en_US__RG__acme_message_center_get_conversation_list_item;
}
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'en_US__RG__acme_message_center_get_conversation_list_item', key($requiredSchemes));
}
return $this->mergeDefaults(array_replace($matches, array('_route' => 'en_US__RG__acme_message_center_get_conversation_list_item')), array ( '_controller' => 'Acme\\Bundle\\MessageBundle\\Controller\\DefaultController::getConversationListItemAction', '_locale' => 'en_US',));
}
not_en_US__RG__acme_message_center_get_conversation_list_item:
}
// it_IT__RG__acme_message_center_get_conversation_list_item
if (0 === strpos($pathinfo, '/it/my-account/message-center/conversation-list/item/get') && preg_match('#^/it/my\\-account/message\\-center/conversation\\-list/item/get/(?P<id>[^/]++)$#s', $pathinfo, $matches)) {
if (!in_array($this->context->getMethod(), array('GET', 'POST', 'HEAD'))) {
$allow = array_merge($allow, array('GET', 'POST', 'HEAD'));
goto not_it_IT__RG__acme_message_center_get_conversation_list_item;
}
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'it_IT__RG__acme_message_center_get_conversation_list_item', key($requiredSchemes));
}
return $this->mergeDefaults(array_replace($matches, array('_route' => 'it_IT__RG__acme_message_center_get_conversation_list_item')), array ( '_controller' => 'Acme\\Bundle\\MessageBundle\\Controller\\DefaultController::getConversationListItemAction', '_locale' => 'it_IT',));
}
not_it_IT__RG__acme_message_center_get_conversation_list_item:
// fr_FR__RG__acme_message_center_get_conversation_list_item
if (0 === strpos($pathinfo, '/fr/my-account/message-center/conversation-list/item/get') && preg_match('#^/fr/my\\-account/message\\-center/conversation\\-list/item/get/(?P<id>[^/]++)$#s', $pathinfo, $matches)) {
if (!in_array($this->context->getMethod(), array('GET', 'POST', 'HEAD'))) {
$allow = array_merge($allow, array('GET', 'POST', 'HEAD'));
goto not_fr_FR__RG__acme_message_center_get_conversation_list_item;
}
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'fr_FR__RG__acme_message_center_get_conversation_list_item', key($requiredSchemes));
}
return $this->mergeDefaults(array_replace($matches, array('_route' => 'fr_FR__RG__acme_message_center_get_conversation_list_item')), array ( '_controller' => 'Acme\\Bundle\\MessageBundle\\Controller\\DefaultController::getConversationListItemAction', '_locale' => 'fr_FR',));
}
not_fr_FR__RG__acme_message_center_get_conversation_list_item:
// es_ES__RG__acme_message_center_get_conversation_list_item
if (0 === strpos($pathinfo, '/es/my-account/message-center/conversation-list/item/get') && preg_match('#^/es/my\\-account/message\\-center/conversation\\-list/item/get/(?P<id>[^/]++)$#s', $pathinfo, $matches)) {
if (!in_array($this->context->getMethod(), array('GET', 'POST', 'HEAD'))) {
$allow = array_merge($allow, array('GET', 'POST', 'HEAD'));
goto not_es_ES__RG__acme_message_center_get_conversation_list_item;
}
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'es_ES__RG__acme_message_center_get_conversation_list_item', key($requiredSchemes));
}
return $this->mergeDefaults(array_replace($matches, array('_route' => 'es_ES__RG__acme_message_center_get_conversation_list_item')), array ( '_controller' => 'Acme\\Bundle\\MessageBundle\\Controller\\DefaultController::getConversationListItemAction', '_locale' => 'es_ES',));
}
not_es_ES__RG__acme_message_center_get_conversation_list_item:
// nl_NL__RG__acme_message_center_get_conversation_list_item
if (0 === strpos($pathinfo, '/nl/my-account/message-center/conversation-list/item/get') && preg_match('#^/nl/my\\-account/message\\-center/conversation\\-list/item/get/(?P<id>[^/]++)$#s', $pathinfo, $matches)) {
if (!in_array($this->context->getMethod(), array('GET', 'POST', 'HEAD'))) {
$allow = array_merge($allow, array('GET', 'POST', 'HEAD'));
goto not_nl_NL__RG__acme_message_center_get_conversation_list_item;
}
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'nl_NL__RG__acme_message_center_get_conversation_list_item', key($requiredSchemes));
}
return $this->mergeDefaults(array_replace($matches, array('_route' => 'nl_NL__RG__acme_message_center_get_conversation_list_item')), array ( '_controller' => 'Acme\\Bundle\\MessageBundle\\Controller\\DefaultController::getConversationListItemAction', '_locale' => 'nl_NL',));
}
not_nl_NL__RG__acme_message_center_get_conversation_list_item:
// de_CH__RG__acme_message_center_get_conversation_list_item
if (0 === strpos($pathinfo, '/ch/my-account/message-center/conversation-list/item/get') && preg_match('#^/ch/my\\-account/message\\-center/conversation\\-list/item/get/(?P<id>[^/]++)$#s', $pathinfo, $matches)) {
if (!in_array($this->context->getMethod(), array('GET', 'POST', 'HEAD'))) {
$allow = array_merge($allow, array('GET', 'POST', 'HEAD'));
goto not_de_CH__RG__acme_message_center_get_conversation_list_item;
}
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'de_CH__RG__acme_message_center_get_conversation_list_item', key($requiredSchemes));
}
return $this->mergeDefaults(array_replace($matches, array('_route' => 'de_CH__RG__acme_message_center_get_conversation_list_item')), array ( '_controller' => 'Acme\\Bundle\\MessageBundle\\Controller\\DefaultController::getConversationListItemAction', '_locale' => 'de_CH',));
}
not_de_CH__RG__acme_message_center_get_conversation_list_item:
if (0 === strpos($pathinfo, '/a')) {
// en_AU__RG__acme_message_center_get_conversation_list_item
if (0 === strpos($pathinfo, '/au/my-account/message-center/conversation-list/item/get') && preg_match('#^/au/my\\-account/message\\-center/conversation\\-list/item/get/(?P<id>[^/]++)$#s', $pathinfo, $matches)) {
if (!in_array($this->context->getMethod(), array('GET', 'POST', 'HEAD'))) {
$allow = array_merge($allow, array('GET', 'POST', 'HEAD'));
goto not_en_AU__RG__acme_message_center_get_conversation_list_item;
}
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'en_AU__RG__acme_message_center_get_conversation_list_item', key($requiredSchemes));
}
return $this->mergeDefaults(array_replace($matches, array('_route' => 'en_AU__RG__acme_message_center_get_conversation_list_item')), array ( '_controller' => 'Acme\\Bundle\\MessageBundle\\Controller\\DefaultController::getConversationListItemAction', '_locale' => 'en_AU',));
}
not_en_AU__RG__acme_message_center_get_conversation_list_item:
// de_AT__RG__acme_message_center_get_conversation_list_item
if (0 === strpos($pathinfo, '/at/my-account/message-center/conversation-list/item/get') && preg_match('#^/at/my\\-account/message\\-center/conversation\\-list/item/get/(?P<id>[^/]++)$#s', $pathinfo, $matches)) {
if (!in_array($this->context->getMethod(), array('GET', 'POST', 'HEAD'))) {
$allow = array_merge($allow, array('GET', 'POST', 'HEAD'));
goto not_de_AT__RG__acme_message_center_get_conversation_list_item;
}
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'de_AT__RG__acme_message_center_get_conversation_list_item', key($requiredSchemes));
}
return $this->mergeDefaults(array_replace($matches, array('_route' => 'de_AT__RG__acme_message_center_get_conversation_list_item')), array ( '_controller' => 'Acme\\Bundle\\MessageBundle\\Controller\\DefaultController::getConversationListItemAction', '_locale' => 'de_AT',));
}
not_de_AT__RG__acme_message_center_get_conversation_list_item:
}
// zu_ZZ__RG__acme_message_center_get_conversation_list_item
if (0 === strpos($pathinfo, '/zz/my-account/message-center/conversation-list/item/get') && preg_match('#^/zz/my\\-account/message\\-center/conversation\\-list/item/get/(?P<id>[^/]++)$#s', $pathinfo, $matches)) {
if (!in_array($this->context->getMethod(), array('GET', 'POST', 'HEAD'))) {
$allow = array_merge($allow, array('GET', 'POST', 'HEAD'));
goto not_zu_ZZ__RG__acme_message_center_get_conversation_list_item;
}
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'zu_ZZ__RG__acme_message_center_get_conversation_list_item', key($requiredSchemes));
}
return $this->mergeDefaults(array_replace($matches, array('_route' => 'zu_ZZ__RG__acme_message_center_get_conversation_list_item')), array ( '_controller' => 'Acme\\Bundle\\MessageBundle\\Controller\\DefaultController::getConversationListItemAction', '_locale' => 'zu_ZZ',));
}
not_zu_ZZ__RG__acme_message_center_get_conversation_list_item:
// de_DE__RG__acme_message_center_get_conversation_list_by_offset
if (0 === strpos($pathinfo, '/de/my-account/message-center/conversation-list/get') && preg_match('#^/de/my\\-account/message\\-center/conversation\\-list/get/(?P<offset>[^/]++)$#s', $pathinfo, $matches)) {
if (!in_array($this->context->getMethod(), array('GET', 'POST', 'HEAD'))) {
$allow = array_merge($allow, array('GET', 'POST', 'HEAD'));
goto not_de_DE__RG__acme_message_center_get_conversation_list_by_offset;
}
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'de_DE__RG__acme_message_center_get_conversation_list_by_offset', key($requiredSchemes));
}
return $this->mergeDefaults(array_replace($matches, array('_route' => 'de_DE__RG__acme_message_center_get_conversation_list_by_offset')), array ( '_controller' => 'Acme\\Bundle\\MessageBundle\\Controller\\DefaultController::getConversationListAction', '_locale' => 'de_DE',));
}
not_de_DE__RG__acme_message_center_get_conversation_list_by_offset:
if (0 === strpos($pathinfo, '/u')) {
// en_GB__RG__acme_message_center_get_conversation_list_by_offset
if (0 === strpos($pathinfo, '/uk/my-account/message-center/conversation-list/get') && preg_match('#^/uk/my\\-account/message\\-center/conversation\\-list/get/(?P<offset>[^/]++)$#s', $pathinfo, $matches)) {
if (!in_array($this->context->getMethod(), array('GET', 'POST', 'HEAD'))) {
$allow = array_merge($allow, array('GET', 'POST', 'HEAD'));
goto not_en_GB__RG__acme_message_center_get_conversation_list_by_offset;
}
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'en_GB__RG__acme_message_center_get_conversation_list_by_offset', key($requiredSchemes));
}
return $this->mergeDefaults(array_replace($matches, array('_route' => 'en_GB__RG__acme_message_center_get_conversation_list_by_offset')), array ( '_controller' => 'Acme\\Bundle\\MessageBundle\\Controller\\DefaultController::getConversationListAction', '_locale' => 'en_GB',));
}
not_en_GB__RG__acme_message_center_get_conversation_list_by_offset:
// en_US__RG__acme_message_center_get_conversation_list_by_offset
if (0 === strpos($pathinfo, '/us/my-account/message-center/conversation-list/get') && preg_match('#^/us/my\\-account/message\\-center/conversation\\-list/get/(?P<offset>[^/]++)$#s', $pathinfo, $matches)) {
if (!in_array($this->context->getMethod(), array('GET', 'POST', 'HEAD'))) {
$allow = array_merge($allow, array('GET', 'POST', 'HEAD'));
goto not_en_US__RG__acme_message_center_get_conversation_list_by_offset;
}
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'en_US__RG__acme_message_center_get_conversation_list_by_offset', key($requiredSchemes));
}
return $this->mergeDefaults(array_replace($matches, array('_route' => 'en_US__RG__acme_message_center_get_conversation_list_by_offset')), array ( '_controller' => 'Acme\\Bundle\\MessageBundle\\Controller\\DefaultController::getConversationListAction', '_locale' => 'en_US',));
}
not_en_US__RG__acme_message_center_get_conversation_list_by_offset:
}
// it_IT__RG__acme_message_center_get_conversation_list_by_offset
if (0 === strpos($pathinfo, '/it/my-account/message-center/conversation-list/get') && preg_match('#^/it/my\\-account/message\\-center/conversation\\-list/get/(?P<offset>[^/]++)$#s', $pathinfo, $matches)) {
if (!in_array($this->context->getMethod(), array('GET', 'POST', 'HEAD'))) {
$allow = array_merge($allow, array('GET', 'POST', 'HEAD'));
goto not_it_IT__RG__acme_message_center_get_conversation_list_by_offset;
}
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'it_IT__RG__acme_message_center_get_conversation_list_by_offset', key($requiredSchemes));
}
return $this->mergeDefaults(array_replace($matches, array('_route' => 'it_IT__RG__acme_message_center_get_conversation_list_by_offset')), array ( '_controller' => 'Acme\\Bundle\\MessageBundle\\Controller\\DefaultController::getConversationListAction', '_locale' => 'it_IT',));
}
not_it_IT__RG__acme_message_center_get_conversation_list_by_offset:
// fr_FR__RG__acme_message_center_get_conversation_list_by_offset
if (0 === strpos($pathinfo, '/fr/my-account/message-center/conversation-list/get') && preg_match('#^/fr/my\\-account/message\\-center/conversation\\-list/get/(?P<offset>[^/]++)$#s', $pathinfo, $matches)) {
if (!in_array($this->context->getMethod(), array('GET', 'POST', 'HEAD'))) {
$allow = array_merge($allow, array('GET', 'POST', 'HEAD'));
goto not_fr_FR__RG__acme_message_center_get_conversation_list_by_offset;
}
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'fr_FR__RG__acme_message_center_get_conversation_list_by_offset', key($requiredSchemes));
}
return $this->mergeDefaults(array_replace($matches, array('_route' => 'fr_FR__RG__acme_message_center_get_conversation_list_by_offset')), array ( '_controller' => 'Acme\\Bundle\\MessageBundle\\Controller\\DefaultController::getConversationListAction', '_locale' => 'fr_FR',));
}
not_fr_FR__RG__acme_message_center_get_conversation_list_by_offset:
// es_ES__RG__acme_message_center_get_conversation_list_by_offset
if (0 === strpos($pathinfo, '/es/my-account/message-center/conversation-list/get') && preg_match('#^/es/my\\-account/message\\-center/conversation\\-list/get/(?P<offset>[^/]++)$#s', $pathinfo, $matches)) {
if (!in_array($this->context->getMethod(), array('GET', 'POST', 'HEAD'))) {
$allow = array_merge($allow, array('GET', 'POST', 'HEAD'));
goto not_es_ES__RG__acme_message_center_get_conversation_list_by_offset;
}
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'es_ES__RG__acme_message_center_get_conversation_list_by_offset', key($requiredSchemes));
}
return $this->mergeDefaults(array_replace($matches, array('_route' => 'es_ES__RG__acme_message_center_get_conversation_list_by_offset')), array ( '_controller' => 'Acme\\Bundle\\MessageBundle\\Controller\\DefaultController::getConversationListAction', '_locale' => 'es_ES',));
}
not_es_ES__RG__acme_message_center_get_conversation_list_by_offset:
// nl_NL__RG__acme_message_center_get_conversation_list_by_offset
if (0 === strpos($pathinfo, '/nl/my-account/message-center/conversation-list/get') && preg_match('#^/nl/my\\-account/message\\-center/conversation\\-list/get/(?P<offset>[^/]++)$#s', $pathinfo, $matches)) {
if (!in_array($this->context->getMethod(), array('GET', 'POST', 'HEAD'))) {
$allow = array_merge($allow, array('GET', 'POST', 'HEAD'));
goto not_nl_NL__RG__acme_message_center_get_conversation_list_by_offset;
}
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'nl_NL__RG__acme_message_center_get_conversation_list_by_offset', key($requiredSchemes));
}
return $this->mergeDefaults(array_replace($matches, array('_route' => 'nl_NL__RG__acme_message_center_get_conversation_list_by_offset')), array ( '_controller' => 'Acme\\Bundle\\MessageBundle\\Controller\\DefaultController::getConversationListAction', '_locale' => 'nl_NL',));
}
not_nl_NL__RG__acme_message_center_get_conversation_list_by_offset:
// de_CH__RG__acme_message_center_get_conversation_list_by_offset
if (0 === strpos($pathinfo, '/ch/my-account/message-center/conversation-list/get') && preg_match('#^/ch/my\\-account/message\\-center/conversation\\-list/get/(?P<offset>[^/]++)$#s', $pathinfo, $matches)) {
if (!in_array($this->context->getMethod(), array('GET', 'POST', 'HEAD'))) {
$allow = array_merge($allow, array('GET', 'POST', 'HEAD'));
goto not_de_CH__RG__acme_message_center_get_conversation_list_by_offset;
}
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'de_CH__RG__acme_message_center_get_conversation_list_by_offset', key($requiredSchemes));
}
return $this->mergeDefaults(array_replace($matches, array('_route' => 'de_CH__RG__acme_message_center_get_conversation_list_by_offset')), array ( '_controller' => 'Acme\\Bundle\\MessageBundle\\Controller\\DefaultController::getConversationListAction', '_locale' => 'de_CH',));
}
not_de_CH__RG__acme_message_center_get_conversation_list_by_offset:
if (0 === strpos($pathinfo, '/a')) {
// en_AU__RG__acme_message_center_get_conversation_list_by_offset
if (0 === strpos($pathinfo, '/au/my-account/message-center/conversation-list/get') && preg_match('#^/au/my\\-account/message\\-center/conversation\\-list/get/(?P<offset>[^/]++)$#s', $pathinfo, $matches)) {
if (!in_array($this->context->getMethod(), array('GET', 'POST', 'HEAD'))) {
$allow = array_merge($allow, array('GET', 'POST', 'HEAD'));
goto not_en_AU__RG__acme_message_center_get_conversation_list_by_offset;
}
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'en_AU__RG__acme_message_center_get_conversation_list_by_offset', key($requiredSchemes));
}
return $this->mergeDefaults(array_replace($matches, array('_route' => 'en_AU__RG__acme_message_center_get_conversation_list_by_offset')), array ( '_controller' => 'Acme\\Bundle\\MessageBundle\\Controller\\DefaultController::getConversationListAction', '_locale' => 'en_AU',));
}
not_en_AU__RG__acme_message_center_get_conversation_list_by_offset:
// de_AT__RG__acme_message_center_get_conversation_list_by_offset
if (0 === strpos($pathinfo, '/at/my-account/message-center/conversation-list/get') && preg_match('#^/at/my\\-account/message\\-center/conversation\\-list/get/(?P<offset>[^/]++)$#s', $pathinfo, $matches)) {
if (!in_array($this->context->getMethod(), array('GET', 'POST', 'HEAD'))) {
$allow = array_merge($allow, array('GET', 'POST', 'HEAD'));
goto not_de_AT__RG__acme_message_center_get_conversation_list_by_offset;
}
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'de_AT__RG__acme_message_center_get_conversation_list_by_offset', key($requiredSchemes));
}
return $this->mergeDefaults(array_replace($matches, array('_route' => 'de_AT__RG__acme_message_center_get_conversation_list_by_offset')), array ( '_controller' => 'Acme\\Bundle\\MessageBundle\\Controller\\DefaultController::getConversationListAction', '_locale' => 'de_AT',));
}
not_de_AT__RG__acme_message_center_get_conversation_list_by_offset:
}
// zu_ZZ__RG__acme_message_center_get_conversation_list_by_offset
if (0 === strpos($pathinfo, '/zz/my-account/message-center/conversation-list/get') && preg_match('#^/zz/my\\-account/message\\-center/conversation\\-list/get/(?P<offset>[^/]++)$#s', $pathinfo, $matches)) {
if (!in_array($this->context->getMethod(), array('GET', 'POST', 'HEAD'))) {
$allow = array_merge($allow, array('GET', 'POST', 'HEAD'));
goto not_zu_ZZ__RG__acme_message_center_get_conversation_list_by_offset;
}
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'zu_ZZ__RG__acme_message_center_get_conversation_list_by_offset', key($requiredSchemes));
}
return $this->mergeDefaults(array_replace($matches, array('_route' => 'zu_ZZ__RG__acme_message_center_get_conversation_list_by_offset')), array ( '_controller' => 'Acme\\Bundle\\MessageBundle\\Controller\\DefaultController::getConversationListAction', '_locale' => 'zu_ZZ',));
}
not_zu_ZZ__RG__acme_message_center_get_conversation_list_by_offset:
// de_DE__RG__acme_message_center_get_conversation
if (0 === strpos($pathinfo, '/de/my-account/message-center/conversation/get') && preg_match('#^/de/my\\-account/message\\-center/conversation/get/(?P<id>[^/]++)$#s', $pathinfo, $matches)) {
if (!in_array($this->context->getMethod(), array('GET', 'POST', 'HEAD'))) {
$allow = array_merge($allow, array('GET', 'POST', 'HEAD'));
goto not_de_DE__RG__acme_message_center_get_conversation;
}
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'de_DE__RG__acme_message_center_get_conversation', key($requiredSchemes));
}
return $this->mergeDefaults(array_replace($matches, array('_route' => 'de_DE__RG__acme_message_center_get_conversation')), array ( '_controller' => 'Acme\\Bundle\\MessageBundle\\Controller\\DefaultController::getConversationAction', '_locale' => 'de_DE',));
}
not_de_DE__RG__acme_message_center_get_conversation:
if (0 === strpos($pathinfo, '/u')) {
// en_GB__RG__acme_message_center_get_conversation
if (0 === strpos($pathinfo, '/uk/my-account/message-center/conversation/get') && preg_match('#^/uk/my\\-account/message\\-center/conversation/get/(?P<id>[^/]++)$#s', $pathinfo, $matches)) {
if (!in_array($this->context->getMethod(), array('GET', 'POST', 'HEAD'))) {
$allow = array_merge($allow, array('GET', 'POST', 'HEAD'));
goto not_en_GB__RG__acme_message_center_get_conversation;
}
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'en_GB__RG__acme_message_center_get_conversation', key($requiredSchemes));
}
return $this->mergeDefaults(array_replace($matches, array('_route' => 'en_GB__RG__acme_message_center_get_conversation')), array ( '_controller' => 'Acme\\Bundle\\MessageBundle\\Controller\\DefaultController::getConversationAction', '_locale' => 'en_GB',));
}
not_en_GB__RG__acme_message_center_get_conversation:
// en_US__RG__acme_message_center_get_conversation
if (0 === strpos($pathinfo, '/us/my-account/message-center/conversation/get') && preg_match('#^/us/my\\-account/message\\-center/conversation/get/(?P<id>[^/]++)$#s', $pathinfo, $matches)) {
if (!in_array($this->context->getMethod(), array('GET', 'POST', 'HEAD'))) {
$allow = array_merge($allow, array('GET', 'POST', 'HEAD'));
goto not_en_US__RG__acme_message_center_get_conversation;
}
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'en_US__RG__acme_message_center_get_conversation', key($requiredSchemes));
}
return $this->mergeDefaults(array_replace($matches, array('_route' => 'en_US__RG__acme_message_center_get_conversation')), array ( '_controller' => 'Acme\\Bundle\\MessageBundle\\Controller\\DefaultController::getConversationAction', '_locale' => 'en_US',));
}
not_en_US__RG__acme_message_center_get_conversation:
}
// it_IT__RG__acme_message_center_get_conversation
if (0 === strpos($pathinfo, '/it/my-account/message-center/conversation/get') && preg_match('#^/it/my\\-account/message\\-center/conversation/get/(?P<id>[^/]++)$#s', $pathinfo, $matches)) {
if (!in_array($this->context->getMethod(), array('GET', 'POST', 'HEAD'))) {
$allow = array_merge($allow, array('GET', 'POST', 'HEAD'));
goto not_it_IT__RG__acme_message_center_get_conversation;
}
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'it_IT__RG__acme_message_center_get_conversation', key($requiredSchemes));
}
return $this->mergeDefaults(array_replace($matches, array('_route' => 'it_IT__RG__acme_message_center_get_conversation')), array ( '_controller' => 'Acme\\Bundle\\MessageBundle\\Controller\\DefaultController::getConversationAction', '_locale' => 'it_IT',));
}
not_it_IT__RG__acme_message_center_get_conversation:
// fr_FR__RG__acme_message_center_get_conversation
if (0 === strpos($pathinfo, '/fr/my-account/message-center/conversation/get') && preg_match('#^/fr/my\\-account/message\\-center/conversation/get/(?P<id>[^/]++)$#s', $pathinfo, $matches)) {
if (!in_array($this->context->getMethod(), array('GET', 'POST', 'HEAD'))) {
$allow = array_merge($allow, array('GET', 'POST', 'HEAD'));
goto not_fr_FR__RG__acme_message_center_get_conversation;
}
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'fr_FR__RG__acme_message_center_get_conversation', key($requiredSchemes));
}
return $this->mergeDefaults(array_replace($matches, array('_route' => 'fr_FR__RG__acme_message_center_get_conversation')), array ( '_controller' => 'Acme\\Bundle\\MessageBundle\\Controller\\DefaultController::getConversationAction', '_locale' => 'fr_FR',));
}
not_fr_FR__RG__acme_message_center_get_conversation:
// es_ES__RG__acme_message_center_get_conversation
if (0 === strpos($pathinfo, '/es/my-account/message-center/conversation/get') && preg_match('#^/es/my\\-account/message\\-center/conversation/get/(?P<id>[^/]++)$#s', $pathinfo, $matches)) {
if (!in_array($this->context->getMethod(), array('GET', 'POST', 'HEAD'))) {
$allow = array_merge($allow, array('GET', 'POST', 'HEAD'));
goto not_es_ES__RG__acme_message_center_get_conversation;
}
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'es_ES__RG__acme_message_center_get_conversation', key($requiredSchemes));
}
return $this->mergeDefaults(array_replace($matches, array('_route' => 'es_ES__RG__acme_message_center_get_conversation')), array ( '_controller' => 'Acme\\Bundle\\MessageBundle\\Controller\\DefaultController::getConversationAction', '_locale' => 'es_ES',));
}
not_es_ES__RG__acme_message_center_get_conversation:
// nl_NL__RG__acme_message_center_get_conversation
if (0 === strpos($pathinfo, '/nl/my-account/message-center/conversation/get') && preg_match('#^/nl/my\\-account/message\\-center/conversation/get/(?P<id>[^/]++)$#s', $pathinfo, $matches)) {
if (!in_array($this->context->getMethod(), array('GET', 'POST', 'HEAD'))) {
$allow = array_merge($allow, array('GET', 'POST', 'HEAD'));
goto not_nl_NL__RG__acme_message_center_get_conversation;
}
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'nl_NL__RG__acme_message_center_get_conversation', key($requiredSchemes));
}
return $this->mergeDefaults(array_replace($matches, array('_route' => 'nl_NL__RG__acme_message_center_get_conversation')), array ( '_controller' => 'Acme\\Bundle\\MessageBundle\\Controller\\DefaultController::getConversationAction', '_locale' => 'nl_NL',));
}
not_nl_NL__RG__acme_message_center_get_conversation:
// de_CH__RG__acme_message_center_get_conversation
if (0 === strpos($pathinfo, '/ch/my-account/message-center/conversation/get') && preg_match('#^/ch/my\\-account/message\\-center/conversation/get/(?P<id>[^/]++)$#s', $pathinfo, $matches)) {
if (!in_array($this->context->getMethod(), array('GET', 'POST', 'HEAD'))) {
$allow = array_merge($allow, array('GET', 'POST', 'HEAD'));
goto not_de_CH__RG__acme_message_center_get_conversation;
}
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'de_CH__RG__acme_message_center_get_conversation', key($requiredSchemes));
}
return $this->mergeDefaults(array_replace($matches, array('_route' => 'de_CH__RG__acme_message_center_get_conversation')), array ( '_controller' => 'Acme\\Bundle\\MessageBundle\\Controller\\DefaultController::getConversationAction', '_locale' => 'de_CH',));
}
not_de_CH__RG__acme_message_center_get_conversation:
if (0 === strpos($pathinfo, '/a')) {
// en_AU__RG__acme_message_center_get_conversation
if (0 === strpos($pathinfo, '/au/my-account/message-center/conversation/get') && preg_match('#^/au/my\\-account/message\\-center/conversation/get/(?P<id>[^/]++)$#s', $pathinfo, $matches)) {
if (!in_array($this->context->getMethod(), array('GET', 'POST', 'HEAD'))) {
$allow = array_merge($allow, array('GET', 'POST', 'HEAD'));
goto not_en_AU__RG__acme_message_center_get_conversation;
}
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'en_AU__RG__acme_message_center_get_conversation', key($requiredSchemes));
}
return $this->mergeDefaults(array_replace($matches, array('_route' => 'en_AU__RG__acme_message_center_get_conversation')), array ( '_controller' => 'Acme\\Bundle\\MessageBundle\\Controller\\DefaultController::getConversationAction', '_locale' => 'en_AU',));
}
not_en_AU__RG__acme_message_center_get_conversation:
// de_AT__RG__acme_message_center_get_conversation
if (0 === strpos($pathinfo, '/at/my-account/message-center/conversation/get') && preg_match('#^/at/my\\-account/message\\-center/conversation/get/(?P<id>[^/]++)$#s', $pathinfo, $matches)) {
if (!in_array($this->context->getMethod(), array('GET', 'POST', 'HEAD'))) {
$allow = array_merge($allow, array('GET', 'POST', 'HEAD'));
goto not_de_AT__RG__acme_message_center_get_conversation;
}
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'de_AT__RG__acme_message_center_get_conversation', key($requiredSchemes));
}
return $this->mergeDefaults(array_replace($matches, array('_route' => 'de_AT__RG__acme_message_center_get_conversation')), array ( '_controller' => 'Acme\\Bundle\\MessageBundle\\Controller\\DefaultController::getConversationAction', '_locale' => 'de_AT',));
}
not_de_AT__RG__acme_message_center_get_conversation:
}
// zu_ZZ__RG__acme_message_center_get_conversation
if (0 === strpos($pathinfo, '/zz/my-account/message-center/conversation/get') && preg_match('#^/zz/my\\-account/message\\-center/conversation/get/(?P<id>[^/]++)$#s', $pathinfo, $matches)) {
if (!in_array($this->context->getMethod(), array('GET', 'POST', 'HEAD'))) {
$allow = array_merge($allow, array('GET', 'POST', 'HEAD'));
goto not_zu_ZZ__RG__acme_message_center_get_conversation;
}
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'zu_ZZ__RG__acme_message_center_get_conversation', key($requiredSchemes));
}
return $this->mergeDefaults(array_replace($matches, array('_route' => 'zu_ZZ__RG__acme_message_center_get_conversation')), array ( '_controller' => 'Acme\\Bundle\\MessageBundle\\Controller\\DefaultController::getConversationAction', '_locale' => 'zu_ZZ',));
}
not_zu_ZZ__RG__acme_message_center_get_conversation:
// de_DE__RG__acme_message_center_add_message_by_machine
if (0 === strpos($pathinfo, '/de/my-account/message-center/add-message-by-machine') && preg_match('#^/de/my\\-account/message\\-center/add\\-message\\-by\\-machine/(?P<machineAdId>[^/]++)$#s', $pathinfo, $matches)) {
if (!in_array($this->context->getMethod(), array('GET', 'POST', 'HEAD'))) {
$allow = array_merge($allow, array('GET', 'POST', 'HEAD'));
goto not_de_DE__RG__acme_message_center_add_message_by_machine;
}
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'de_DE__RG__acme_message_center_add_message_by_machine', key($requiredSchemes));
}
return $this->mergeDefaults(array_replace($matches, array('_route' => 'de_DE__RG__acme_message_center_add_message_by_machine')), array ( '_controller' => 'Acme\\Bundle\\MessageBundle\\Controller\\DefaultController::addMessageByMachineAction', '_locale' => 'de_DE',));
}
not_de_DE__RG__acme_message_center_add_message_by_machine:
if (0 === strpos($pathinfo, '/u')) {
// en_GB__RG__acme_message_center_add_message_by_machine
if (0 === strpos($pathinfo, '/uk/my-account/message-center/add-message-by-machine') && preg_match('#^/uk/my\\-account/message\\-center/add\\-message\\-by\\-machine/(?P<machineAdId>[^/]++)$#s', $pathinfo, $matches)) {
if (!in_array($this->context->getMethod(), array('GET', 'POST', 'HEAD'))) {
$allow = array_merge($allow, array('GET', 'POST', 'HEAD'));
goto not_en_GB__RG__acme_message_center_add_message_by_machine;
}
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'en_GB__RG__acme_message_center_add_message_by_machine', key($requiredSchemes));
}
return $this->mergeDefaults(array_replace($matches, array('_route' => 'en_GB__RG__acme_message_center_add_message_by_machine')), array ( '_controller' => 'Acme\\Bundle\\MessageBundle\\Controller\\DefaultController::addMessageByMachineAction', '_locale' => 'en_GB',));
}
not_en_GB__RG__acme_message_center_add_message_by_machine:
// en_US__RG__acme_message_center_add_message_by_machine
if (0 === strpos($pathinfo, '/us/my-account/message-center/add-message-by-machine') && preg_match('#^/us/my\\-account/message\\-center/add\\-message\\-by\\-machine/(?P<machineAdId>[^/]++)$#s', $pathinfo, $matches)) {
if (!in_array($this->context->getMethod(), array('GET', 'POST', 'HEAD'))) {
$allow = array_merge($allow, array('GET', 'POST', 'HEAD'));
goto not_en_US__RG__acme_message_center_add_message_by_machine;
}
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'en_US__RG__acme_message_center_add_message_by_machine', key($requiredSchemes));
}
return $this->mergeDefaults(array_replace($matches, array('_route' => 'en_US__RG__acme_message_center_add_message_by_machine')), array ( '_controller' => 'Acme\\Bundle\\MessageBundle\\Controller\\DefaultController::addMessageByMachineAction', '_locale' => 'en_US',));
}
not_en_US__RG__acme_message_center_add_message_by_machine:
}
// it_IT__RG__acme_message_center_add_message_by_machine
if (0 === strpos($pathinfo, '/it/my-account/message-center/add-message-by-machine') && preg_match('#^/it/my\\-account/message\\-center/add\\-message\\-by\\-machine/(?P<machineAdId>[^/]++)$#s', $pathinfo, $matches)) {
if (!in_array($this->context->getMethod(), array('GET', 'POST', 'HEAD'))) {
$allow = array_merge($allow, array('GET', 'POST', 'HEAD'));
goto not_it_IT__RG__acme_message_center_add_message_by_machine;
}
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'it_IT__RG__acme_message_center_add_message_by_machine', key($requiredSchemes));
}
return $this->mergeDefaults(array_replace($matches, array('_route' => 'it_IT__RG__acme_message_center_add_message_by_machine')), array ( '_controller' => 'Acme\\Bundle\\MessageBundle\\Controller\\DefaultController::addMessageByMachineAction', '_locale' => 'it_IT',));
}
not_it_IT__RG__acme_message_center_add_message_by_machine:
// fr_FR__RG__acme_message_center_add_message_by_machine
if (0 === strpos($pathinfo, '/fr/my-account/message-center/add-message-by-machine') && preg_match('#^/fr/my\\-account/message\\-center/add\\-message\\-by\\-machine/(?P<machineAdId>[^/]++)$#s', $pathinfo, $matches)) {
if (!in_array($this->context->getMethod(), array('GET', 'POST', 'HEAD'))) {
$allow = array_merge($allow, array('GET', 'POST', 'HEAD'));
goto not_fr_FR__RG__acme_message_center_add_message_by_machine;
}
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'fr_FR__RG__acme_message_center_add_message_by_machine', key($requiredSchemes));
}
return $this->mergeDefaults(array_replace($matches, array('_route' => 'fr_FR__RG__acme_message_center_add_message_by_machine')), array ( '_controller' => 'Acme\\Bundle\\MessageBundle\\Controller\\DefaultController::addMessageByMachineAction', '_locale' => 'fr_FR',));
}
not_fr_FR__RG__acme_message_center_add_message_by_machine:
// es_ES__RG__acme_message_center_add_message_by_machine
if (0 === strpos($pathinfo, '/es/my-account/message-center/add-message-by-machine') && preg_match('#^/es/my\\-account/message\\-center/add\\-message\\-by\\-machine/(?P<machineAdId>[^/]++)$#s', $pathinfo, $matches)) {
if (!in_array($this->context->getMethod(), array('GET', 'POST', 'HEAD'))) {
$allow = array_merge($allow, array('GET', 'POST', 'HEAD'));
goto not_es_ES__RG__acme_message_center_add_message_by_machine;
}
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'es_ES__RG__acme_message_center_add_message_by_machine', key($requiredSchemes));
}
return $this->mergeDefaults(array_replace($matches, array('_route' => 'es_ES__RG__acme_message_center_add_message_by_machine')), array ( '_controller' => 'Acme\\Bundle\\MessageBundle\\Controller\\DefaultController::addMessageByMachineAction', '_locale' => 'es_ES',));
}
not_es_ES__RG__acme_message_center_add_message_by_machine:
// nl_NL__RG__acme_message_center_add_message_by_machine
if (0 === strpos($pathinfo, '/nl/my-account/message-center/add-message-by-machine') && preg_match('#^/nl/my\\-account/message\\-center/add\\-message\\-by\\-machine/(?P<machineAdId>[^/]++)$#s', $pathinfo, $matches)) {
if (!in_array($this->context->getMethod(), array('GET', 'POST', 'HEAD'))) {
$allow = array_merge($allow, array('GET', 'POST', 'HEAD'));
goto not_nl_NL__RG__acme_message_center_add_message_by_machine;
}
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'nl_NL__RG__acme_message_center_add_message_by_machine', key($requiredSchemes));
}
return $this->mergeDefaults(array_replace($matches, array('_route' => 'nl_NL__RG__acme_message_center_add_message_by_machine')), array ( '_controller' => 'Acme\\Bundle\\MessageBundle\\Controller\\DefaultController::addMessageByMachineAction', '_locale' => 'nl_NL',));
}
not_nl_NL__RG__acme_message_center_add_message_by_machine:
// de_CH__RG__acme_message_center_add_message_by_machine
if (0 === strpos($pathinfo, '/ch/my-account/message-center/add-message-by-machine') && preg_match('#^/ch/my\\-account/message\\-center/add\\-message\\-by\\-machine/(?P<machineAdId>[^/]++)$#s', $pathinfo, $matches)) {
if (!in_array($this->context->getMethod(), array('GET', 'POST', 'HEAD'))) {
$allow = array_merge($allow, array('GET', 'POST', 'HEAD'));
goto not_de_CH__RG__acme_message_center_add_message_by_machine;
}
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'de_CH__RG__acme_message_center_add_message_by_machine', key($requiredSchemes));
}
return $this->mergeDefaults(array_replace($matches, array('_route' => 'de_CH__RG__acme_message_center_add_message_by_machine')), array ( '_controller' => 'Acme\\Bundle\\MessageBundle\\Controller\\DefaultController::addMessageByMachineAction', '_locale' => 'de_CH',));
}
not_de_CH__RG__acme_message_center_add_message_by_machine:
if (0 === strpos($pathinfo, '/a')) {
// en_AU__RG__acme_message_center_add_message_by_machine
if (0 === strpos($pathinfo, '/au/my-account/message-center/add-message-by-machine') && preg_match('#^/au/my\\-account/message\\-center/add\\-message\\-by\\-machine/(?P<machineAdId>[^/]++)$#s', $pathinfo, $matches)) {
if (!in_array($this->context->getMethod(), array('GET', 'POST', 'HEAD'))) {
$allow = array_merge($allow, array('GET', 'POST', 'HEAD'));
goto not_en_AU__RG__acme_message_center_add_message_by_machine;
}
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'en_AU__RG__acme_message_center_add_message_by_machine', key($requiredSchemes));
}
return $this->mergeDefaults(array_replace($matches, array('_route' => 'en_AU__RG__acme_message_center_add_message_by_machine')), array ( '_controller' => 'Acme\\Bundle\\MessageBundle\\Controller\\DefaultController::addMessageByMachineAction', '_locale' => 'en_AU',));
}
not_en_AU__RG__acme_message_center_add_message_by_machine:
// de_AT__RG__acme_message_center_add_message_by_machine
if (0 === strpos($pathinfo, '/at/my-account/message-center/add-message-by-machine') && preg_match('#^/at/my\\-account/message\\-center/add\\-message\\-by\\-machine/(?P<machineAdId>[^/]++)$#s', $pathinfo, $matches)) {
if (!in_array($this->context->getMethod(), array('GET', 'POST', 'HEAD'))) {
$allow = array_merge($allow, array('GET', 'POST', 'HEAD'));
goto not_de_AT__RG__acme_message_center_add_message_by_machine;
}
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'de_AT__RG__acme_message_center_add_message_by_machine', key($requiredSchemes));
}
return $this->mergeDefaults(array_replace($matches, array('_route' => 'de_AT__RG__acme_message_center_add_message_by_machine')), array ( '_controller' => 'Acme\\Bundle\\MessageBundle\\Controller\\DefaultController::addMessageByMachineAction', '_locale' => 'de_AT',));
}
not_de_AT__RG__acme_message_center_add_message_by_machine:
}
// zu_ZZ__RG__acme_message_center_add_message_by_machine
if (0 === strpos($pathinfo, '/zz/my-account/message-center/add-message-by-machine') && preg_match('#^/zz/my\\-account/message\\-center/add\\-message\\-by\\-machine/(?P<machineAdId>[^/]++)$#s', $pathinfo, $matches)) {
if (!in_array($this->context->getMethod(), array('GET', 'POST', 'HEAD'))) {
$allow = array_merge($allow, array('GET', 'POST', 'HEAD'));
goto not_zu_ZZ__RG__acme_message_center_add_message_by_machine;
}
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'zu_ZZ__RG__acme_message_center_add_message_by_machine', key($requiredSchemes));
}
return $this->mergeDefaults(array_replace($matches, array('_route' => 'zu_ZZ__RG__acme_message_center_add_message_by_machine')), array ( '_controller' => 'Acme\\Bundle\\MessageBundle\\Controller\\DefaultController::addMessageByMachineAction', '_locale' => 'zu_ZZ',));
}
not_zu_ZZ__RG__acme_message_center_add_message_by_machine:
// de_DE__RG__acme_message_center_add_message_by_user
if (0 === strpos($pathinfo, '/de/my-account/message-center/add-message-by-user') && preg_match('#^/de/my\\-account/message\\-center/add\\-message\\-by\\-user/(?P<castleId>[^/]++)$#s', $pathinfo, $matches)) {
if (!in_array($this->context->getMethod(), array('GET', 'POST', 'HEAD'))) {
$allow = array_merge($allow, array('GET', 'POST', 'HEAD'));
goto not_de_DE__RG__acme_message_center_add_message_by_user;
}
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'de_DE__RG__acme_message_center_add_message_by_user', key($requiredSchemes));
}
return $this->mergeDefaults(array_replace($matches, array('_route' => 'de_DE__RG__acme_message_center_add_message_by_user')), array ( '_controller' => 'Acme\\Bundle\\MessageBundle\\Controller\\DefaultController::addMessageByUserAction', '_locale' => 'de_DE',));
}
not_de_DE__RG__acme_message_center_add_message_by_user:
if (0 === strpos($pathinfo, '/u')) {
// en_GB__RG__acme_message_center_add_message_by_user
if (0 === strpos($pathinfo, '/uk/my-account/message-center/add-message-by-user') && preg_match('#^/uk/my\\-account/message\\-center/add\\-message\\-by\\-user/(?P<castleId>[^/]++)$#s', $pathinfo, $matches)) {
if (!in_array($this->context->getMethod(), array('GET', 'POST', 'HEAD'))) {
$allow = array_merge($allow, array('GET', 'POST', 'HEAD'));
goto not_en_GB__RG__acme_message_center_add_message_by_user;
}
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'en_GB__RG__acme_message_center_add_message_by_user', key($requiredSchemes));
}
return $this->mergeDefaults(array_replace($matches, array('_route' => 'en_GB__RG__acme_message_center_add_message_by_user')), array ( '_controller' => 'Acme\\Bundle\\MessageBundle\\Controller\\DefaultController::addMessageByUserAction', '_locale' => 'en_GB',));
}
not_en_GB__RG__acme_message_center_add_message_by_user:
// en_US__RG__acme_message_center_add_message_by_user
if (0 === strpos($pathinfo, '/us/my-account/message-center/add-message-by-user') && preg_match('#^/us/my\\-account/message\\-center/add\\-message\\-by\\-user/(?P<castleId>[^/]++)$#s', $pathinfo, $matches)) {
if (!in_array($this->context->getMethod(), array('GET', 'POST', 'HEAD'))) {
$allow = array_merge($allow, array('GET', 'POST', 'HEAD'));
goto not_en_US__RG__acme_message_center_add_message_by_user;
}
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'en_US__RG__acme_message_center_add_message_by_user', key($requiredSchemes));
}
return $this->mergeDefaults(array_replace($matches, array('_route' => 'en_US__RG__acme_message_center_add_message_by_user')), array ( '_controller' => 'Acme\\Bundle\\MessageBundle\\Controller\\DefaultController::addMessageByUserAction', '_locale' => 'en_US',));
}
not_en_US__RG__acme_message_center_add_message_by_user:
}
// it_IT__RG__acme_message_center_add_message_by_user
if (0 === strpos($pathinfo, '/it/my-account/message-center/add-message-by-user') && preg_match('#^/it/my\\-account/message\\-center/add\\-message\\-by\\-user/(?P<castleId>[^/]++)$#s', $pathinfo, $matches)) {
if (!in_array($this->context->getMethod(), array('GET', 'POST', 'HEAD'))) {
$allow = array_merge($allow, array('GET', 'POST', 'HEAD'));
goto not_it_IT__RG__acme_message_center_add_message_by_user;
}
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'it_IT__RG__acme_message_center_add_message_by_user', key($requiredSchemes));
}
return $this->mergeDefaults(array_replace($matches, array('_route' => 'it_IT__RG__acme_message_center_add_message_by_user')), array ( '_controller' => 'Acme\\Bundle\\MessageBundle\\Controller\\DefaultController::addMessageByUserAction', '_locale' => 'it_IT',));
}
not_it_IT__RG__acme_message_center_add_message_by_user:
// fr_FR__RG__acme_message_center_add_message_by_user
if (0 === strpos($pathinfo, '/fr/my-account/message-center/add-message-by-user') && preg_match('#^/fr/my\\-account/message\\-center/add\\-message\\-by\\-user/(?P<castleId>[^/]++)$#s', $pathinfo, $matches)) {
if (!in_array($this->context->getMethod(), array('GET', 'POST', 'HEAD'))) {
$allow = array_merge($allow, array('GET', 'POST', 'HEAD'));
goto not_fr_FR__RG__acme_message_center_add_message_by_user;
}
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'fr_FR__RG__acme_message_center_add_message_by_user', key($requiredSchemes));
}
return $this->mergeDefaults(array_replace($matches, array('_route' => 'fr_FR__RG__acme_message_center_add_message_by_user')), array ( '_controller' => 'Acme\\Bundle\\MessageBundle\\Controller\\DefaultController::addMessageByUserAction', '_locale' => 'fr_FR',));
}
not_fr_FR__RG__acme_message_center_add_message_by_user:
// es_ES__RG__acme_message_center_add_message_by_user
if (0 === strpos($pathinfo, '/es/my-account/message-center/add-message-by-user') && preg_match('#^/es/my\\-account/message\\-center/add\\-message\\-by\\-user/(?P<castleId>[^/]++)$#s', $pathinfo, $matches)) {
if (!in_array($this->context->getMethod(), array('GET', 'POST', 'HEAD'))) {
$allow = array_merge($allow, array('GET', 'POST', 'HEAD'));
goto not_es_ES__RG__acme_message_center_add_message_by_user;
}
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'es_ES__RG__acme_message_center_add_message_by_user', key($requiredSchemes));
}
return $this->mergeDefaults(array_replace($matches, array('_route' => 'es_ES__RG__acme_message_center_add_message_by_user')), array ( '_controller' => 'Acme\\Bundle\\MessageBundle\\Controller\\DefaultController::addMessageByUserAction', '_locale' => 'es_ES',));
}
not_es_ES__RG__acme_message_center_add_message_by_user:
// nl_NL__RG__acme_message_center_add_message_by_user
if (0 === strpos($pathinfo, '/nl/my-account/message-center/add-message-by-user') && preg_match('#^/nl/my\\-account/message\\-center/add\\-message\\-by\\-user/(?P<castleId>[^/]++)$#s', $pathinfo, $matches)) {
if (!in_array($this->context->getMethod(), array('GET', 'POST', 'HEAD'))) {
$allow = array_merge($allow, array('GET', 'POST', 'HEAD'));
goto not_nl_NL__RG__acme_message_center_add_message_by_user;
}
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'nl_NL__RG__acme_message_center_add_message_by_user', key($requiredSchemes));
}
return $this->mergeDefaults(array_replace($matches, array('_route' => 'nl_NL__RG__acme_message_center_add_message_by_user')), array ( '_controller' => 'Acme\\Bundle\\MessageBundle\\Controller\\DefaultController::addMessageByUserAction', '_locale' => 'nl_NL',));
}
not_nl_NL__RG__acme_message_center_add_message_by_user:
// de_CH__RG__acme_message_center_add_message_by_user
if (0 === strpos($pathinfo, '/ch/my-account/message-center/add-message-by-user') && preg_match('#^/ch/my\\-account/message\\-center/add\\-message\\-by\\-user/(?P<castleId>[^/]++)$#s', $pathinfo, $matches)) {
if (!in_array($this->context->getMethod(), array('GET', 'POST', 'HEAD'))) {
$allow = array_merge($allow, array('GET', 'POST', 'HEAD'));
goto not_de_CH__RG__acme_message_center_add_message_by_user;
}
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'de_CH__RG__acme_message_center_add_message_by_user', key($requiredSchemes));
}
return $this->mergeDefaults(array_replace($matches, array('_route' => 'de_CH__RG__acme_message_center_add_message_by_user')), array ( '_controller' => 'Acme\\Bundle\\MessageBundle\\Controller\\DefaultController::addMessageByUserAction', '_locale' => 'de_CH',));
}
not_de_CH__RG__acme_message_center_add_message_by_user:
if (0 === strpos($pathinfo, '/a')) {
// en_AU__RG__acme_message_center_add_message_by_user
if (0 === strpos($pathinfo, '/au/my-account/message-center/add-message-by-user') && preg_match('#^/au/my\\-account/message\\-center/add\\-message\\-by\\-user/(?P<castleId>[^/]++)$#s', $pathinfo, $matches)) {
if (!in_array($this->context->getMethod(), array('GET', 'POST', 'HEAD'))) {
$allow = array_merge($allow, array('GET', 'POST', 'HEAD'));
goto not_en_AU__RG__acme_message_center_add_message_by_user;
}
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'en_AU__RG__acme_message_center_add_message_by_user', key($requiredSchemes));
}
return $this->mergeDefaults(array_replace($matches, array('_route' => 'en_AU__RG__acme_message_center_add_message_by_user')), array ( '_controller' => 'Acme\\Bundle\\MessageBundle\\Controller\\DefaultController::addMessageByUserAction', '_locale' => 'en_AU',));
}
not_en_AU__RG__acme_message_center_add_message_by_user:
// de_AT__RG__acme_message_center_add_message_by_user
if (0 === strpos($pathinfo, '/at/my-account/message-center/add-message-by-user') && preg_match('#^/at/my\\-account/message\\-center/add\\-message\\-by\\-user/(?P<castleId>[^/]++)$#s', $pathinfo, $matches)) {
if (!in_array($this->context->getMethod(), array('GET', 'POST', 'HEAD'))) {
$allow = array_merge($allow, array('GET', 'POST', 'HEAD'));
goto not_de_AT__RG__acme_message_center_add_message_by_user;
}
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'de_AT__RG__acme_message_center_add_message_by_user', key($requiredSchemes));
}
return $this->mergeDefaults(array_replace($matches, array('_route' => 'de_AT__RG__acme_message_center_add_message_by_user')), array ( '_controller' => 'Acme\\Bundle\\MessageBundle\\Controller\\DefaultController::addMessageByUserAction', '_locale' => 'de_AT',));
}
not_de_AT__RG__acme_message_center_add_message_by_user:
}
// zu_ZZ__RG__acme_message_center_add_message_by_user
if (0 === strpos($pathinfo, '/zz/my-account/message-center/add-message-by-user') && preg_match('#^/zz/my\\-account/message\\-center/add\\-message\\-by\\-user/(?P<castleId>[^/]++)$#s', $pathinfo, $matches)) {
if (!in_array($this->context->getMethod(), array('GET', 'POST', 'HEAD'))) {
$allow = array_merge($allow, array('GET', 'POST', 'HEAD'));
goto not_zu_ZZ__RG__acme_message_center_add_message_by_user;
}
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'zu_ZZ__RG__acme_message_center_add_message_by_user', key($requiredSchemes));
}
return $this->mergeDefaults(array_replace($matches, array('_route' => 'zu_ZZ__RG__acme_message_center_add_message_by_user')), array ( '_controller' => 'Acme\\Bundle\\MessageBundle\\Controller\\DefaultController::addMessageByUserAction', '_locale' => 'zu_ZZ',));
}
not_zu_ZZ__RG__acme_message_center_add_message_by_user:
// de_DE__RG__acme_message_center_add_message_by_id
if (0 === strpos($pathinfo, '/de/my-account/message-center/add-message') && preg_match('#^/de/my\\-account/message\\-center/add\\-message/(?P<id>[^/]++)$#s', $pathinfo, $matches)) {
if (!in_array($this->context->getMethod(), array('GET', 'POST', 'HEAD'))) {
$allow = array_merge($allow, array('GET', 'POST', 'HEAD'));
goto not_de_DE__RG__acme_message_center_add_message_by_id;
}
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'de_DE__RG__acme_message_center_add_message_by_id', key($requiredSchemes));
}
return $this->mergeDefaults(array_replace($matches, array('_route' => 'de_DE__RG__acme_message_center_add_message_by_id')), array ( '_controller' => 'Acme\\Bundle\\MessageBundle\\Controller\\DefaultController::addMessageByIdAction', '_locale' => 'de_DE',));
}
not_de_DE__RG__acme_message_center_add_message_by_id:
if (0 === strpos($pathinfo, '/u')) {
// en_GB__RG__acme_message_center_add_message_by_id
if (0 === strpos($pathinfo, '/uk/my-account/message-center/add-message') && preg_match('#^/uk/my\\-account/message\\-center/add\\-message/(?P<id>[^/]++)$#s', $pathinfo, $matches)) {
if (!in_array($this->context->getMethod(), array('GET', 'POST', 'HEAD'))) {
$allow = array_merge($allow, array('GET', 'POST', 'HEAD'));
goto not_en_GB__RG__acme_message_center_add_message_by_id;
}
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'en_GB__RG__acme_message_center_add_message_by_id', key($requiredSchemes));
}
return $this->mergeDefaults(array_replace($matches, array('_route' => 'en_GB__RG__acme_message_center_add_message_by_id')), array ( '_controller' => 'Acme\\Bundle\\MessageBundle\\Controller\\DefaultController::addMessageByIdAction', '_locale' => 'en_GB',));
}
not_en_GB__RG__acme_message_center_add_message_by_id:
// en_US__RG__acme_message_center_add_message_by_id
if (0 === strpos($pathinfo, '/us/my-account/message-center/add-message') && preg_match('#^/us/my\\-account/message\\-center/add\\-message/(?P<id>[^/]++)$#s', $pathinfo, $matches)) {
if (!in_array($this->context->getMethod(), array('GET', 'POST', 'HEAD'))) {
$allow = array_merge($allow, array('GET', 'POST', 'HEAD'));
goto not_en_US__RG__acme_message_center_add_message_by_id;
}
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'en_US__RG__acme_message_center_add_message_by_id', key($requiredSchemes));
}
return $this->mergeDefaults(array_replace($matches, array('_route' => 'en_US__RG__acme_message_center_add_message_by_id')), array ( '_controller' => 'Acme\\Bundle\\MessageBundle\\Controller\\DefaultController::addMessageByIdAction', '_locale' => 'en_US',));
}
not_en_US__RG__acme_message_center_add_message_by_id:
}
// it_IT__RG__acme_message_center_add_message_by_id
if (0 === strpos($pathinfo, '/it/my-account/message-center/add-message') && preg_match('#^/it/my\\-account/message\\-center/add\\-message/(?P<id>[^/]++)$#s', $pathinfo, $matches)) {
if (!in_array($this->context->getMethod(), array('GET', 'POST', 'HEAD'))) {
$allow = array_merge($allow, array('GET', 'POST', 'HEAD'));
goto not_it_IT__RG__acme_message_center_add_message_by_id;
}
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'it_IT__RG__acme_message_center_add_message_by_id', key($requiredSchemes));
}
return $this->mergeDefaults(array_replace($matches, array('_route' => 'it_IT__RG__acme_message_center_add_message_by_id')), array ( '_controller' => 'Acme\\Bundle\\MessageBundle\\Controller\\DefaultController::addMessageByIdAction', '_locale' => 'it_IT',));
}
not_it_IT__RG__acme_message_center_add_message_by_id:
// fr_FR__RG__acme_message_center_add_message_by_id
if (0 === strpos($pathinfo, '/fr/my-account/message-center/add-message') && preg_match('#^/fr/my\\-account/message\\-center/add\\-message/(?P<id>[^/]++)$#s', $pathinfo, $matches)) {
if (!in_array($this->context->getMethod(), array('GET', 'POST', 'HEAD'))) {
$allow = array_merge($allow, array('GET', 'POST', 'HEAD'));
goto not_fr_FR__RG__acme_message_center_add_message_by_id;
}
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'fr_FR__RG__acme_message_center_add_message_by_id', key($requiredSchemes));
}
return $this->mergeDefaults(array_replace($matches, array('_route' => 'fr_FR__RG__acme_message_center_add_message_by_id')), array ( '_controller' => 'Acme\\Bundle\\MessageBundle\\Controller\\DefaultController::addMessageByIdAction', '_locale' => 'fr_FR',));
}
not_fr_FR__RG__acme_message_center_add_message_by_id:
// es_ES__RG__acme_message_center_add_message_by_id
if (0 === strpos($pathinfo, '/es/my-account/message-center/add-message') && preg_match('#^/es/my\\-account/message\\-center/add\\-message/(?P<id>[^/]++)$#s', $pathinfo, $matches)) {
if (!in_array($this->context->getMethod(), array('GET', 'POST', 'HEAD'))) {
$allow = array_merge($allow, array('GET', 'POST', 'HEAD'));
goto not_es_ES__RG__acme_message_center_add_message_by_id;
}
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'es_ES__RG__acme_message_center_add_message_by_id', key($requiredSchemes));
}
return $this->mergeDefaults(array_replace($matches, array('_route' => 'es_ES__RG__acme_message_center_add_message_by_id')), array ( '_controller' => 'Acme\\Bundle\\MessageBundle\\Controller\\DefaultController::addMessageByIdAction', '_locale' => 'es_ES',));
}
not_es_ES__RG__acme_message_center_add_message_by_id:
// nl_NL__RG__acme_message_center_add_message_by_id
if (0 === strpos($pathinfo, '/nl/my-account/message-center/add-message') && preg_match('#^/nl/my\\-account/message\\-center/add\\-message/(?P<id>[^/]++)$#s', $pathinfo, $matches)) {
if (!in_array($this->context->getMethod(), array('GET', 'POST', 'HEAD'))) {
$allow = array_merge($allow, array('GET', 'POST', 'HEAD'));
goto not_nl_NL__RG__acme_message_center_add_message_by_id;
}
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'nl_NL__RG__acme_message_center_add_message_by_id', key($requiredSchemes));
}
return $this->mergeDefaults(array_replace($matches, array('_route' => 'nl_NL__RG__acme_message_center_add_message_by_id')), array ( '_controller' => 'Acme\\Bundle\\MessageBundle\\Controller\\DefaultController::addMessageByIdAction', '_locale' => 'nl_NL',));
}
not_nl_NL__RG__acme_message_center_add_message_by_id:
// de_CH__RG__acme_message_center_add_message_by_id
if (0 === strpos($pathinfo, '/ch/my-account/message-center/add-message') && preg_match('#^/ch/my\\-account/message\\-center/add\\-message/(?P<id>[^/]++)$#s', $pathinfo, $matches)) {
if (!in_array($this->context->getMethod(), array('GET', 'POST', 'HEAD'))) {
$allow = array_merge($allow, array('GET', 'POST', 'HEAD'));
goto not_de_CH__RG__acme_message_center_add_message_by_id;
}
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'de_CH__RG__acme_message_center_add_message_by_id', key($requiredSchemes));
}
return $this->mergeDefaults(array_replace($matches, array('_route' => 'de_CH__RG__acme_message_center_add_message_by_id')), array ( '_controller' => 'Acme\\Bundle\\MessageBundle\\Controller\\DefaultController::addMessageByIdAction', '_locale' => 'de_CH',));
}
not_de_CH__RG__acme_message_center_add_message_by_id:
if (0 === strpos($pathinfo, '/a')) {
// en_AU__RG__acme_message_center_add_message_by_id
if (0 === strpos($pathinfo, '/au/my-account/message-center/add-message') && preg_match('#^/au/my\\-account/message\\-center/add\\-message/(?P<id>[^/]++)$#s', $pathinfo, $matches)) {
if (!in_array($this->context->getMethod(), array('GET', 'POST', 'HEAD'))) {
$allow = array_merge($allow, array('GET', 'POST', 'HEAD'));
goto not_en_AU__RG__acme_message_center_add_message_by_id;
}
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'en_AU__RG__acme_message_center_add_message_by_id', key($requiredSchemes));
}
return $this->mergeDefaults(array_replace($matches, array('_route' => 'en_AU__RG__acme_message_center_add_message_by_id')), array ( '_controller' => 'Acme\\Bundle\\MessageBundle\\Controller\\DefaultController::addMessageByIdAction', '_locale' => 'en_AU',));
}
not_en_AU__RG__acme_message_center_add_message_by_id:
// de_AT__RG__acme_message_center_add_message_by_id
if (0 === strpos($pathinfo, '/at/my-account/message-center/add-message') && preg_match('#^/at/my\\-account/message\\-center/add\\-message/(?P<id>[^/]++)$#s', $pathinfo, $matches)) {
if (!in_array($this->context->getMethod(), array('GET', 'POST', 'HEAD'))) {
$allow = array_merge($allow, array('GET', 'POST', 'HEAD'));
goto not_de_AT__RG__acme_message_center_add_message_by_id;
}
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'de_AT__RG__acme_message_center_add_message_by_id', key($requiredSchemes));
}
return $this->mergeDefaults(array_replace($matches, array('_route' => 'de_AT__RG__acme_message_center_add_message_by_id')), array ( '_controller' => 'Acme\\Bundle\\MessageBundle\\Controller\\DefaultController::addMessageByIdAction', '_locale' => 'de_AT',));
}
not_de_AT__RG__acme_message_center_add_message_by_id:
}
// zu_ZZ__RG__acme_message_center_add_message_by_id
if (0 === strpos($pathinfo, '/zz/my-account/message-center/add-message') && preg_match('#^/zz/my\\-account/message\\-center/add\\-message/(?P<id>[^/]++)$#s', $pathinfo, $matches)) {
if (!in_array($this->context->getMethod(), array('GET', 'POST', 'HEAD'))) {
$allow = array_merge($allow, array('GET', 'POST', 'HEAD'));
goto not_zu_ZZ__RG__acme_message_center_add_message_by_id;
}
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'zu_ZZ__RG__acme_message_center_add_message_by_id', key($requiredSchemes));
}
return $this->mergeDefaults(array_replace($matches, array('_route' => 'zu_ZZ__RG__acme_message_center_add_message_by_id')), array ( '_controller' => 'Acme\\Bundle\\MessageBundle\\Controller\\DefaultController::addMessageByIdAction', '_locale' => 'zu_ZZ',));
}
not_zu_ZZ__RG__acme_message_center_add_message_by_id:
// de_DE__RG__acme_message_center_get_messages_from_id
if (0 === strpos($pathinfo, '/de/my-account/message-center/messages/get') && preg_match('#^/de/my\\-account/message\\-center/messages/get/(?P<messageId>[^/]++)$#s', $pathinfo, $matches)) {
if (!in_array($this->context->getMethod(), array('GET', 'POST', 'HEAD'))) {
$allow = array_merge($allow, array('GET', 'POST', 'HEAD'));
goto not_de_DE__RG__acme_message_center_get_messages_from_id;
}
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'de_DE__RG__acme_message_center_get_messages_from_id', key($requiredSchemes));
}
return $this->mergeDefaults(array_replace($matches, array('_route' => 'de_DE__RG__acme_message_center_get_messages_from_id')), array ( '_controller' => 'Acme\\Bundle\\MessageBundle\\Controller\\DefaultController::getMessagesFromIdAction', '_locale' => 'de_DE',));
}
not_de_DE__RG__acme_message_center_get_messages_from_id:
if (0 === strpos($pathinfo, '/u')) {
// en_GB__RG__acme_message_center_get_messages_from_id
if (0 === strpos($pathinfo, '/uk/my-account/message-center/messages/get') && preg_match('#^/uk/my\\-account/message\\-center/messages/get/(?P<messageId>[^/]++)$#s', $pathinfo, $matches)) {
if (!in_array($this->context->getMethod(), array('GET', 'POST', 'HEAD'))) {
$allow = array_merge($allow, array('GET', 'POST', 'HEAD'));
goto not_en_GB__RG__acme_message_center_get_messages_from_id;
}
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'en_GB__RG__acme_message_center_get_messages_from_id', key($requiredSchemes));
}
return $this->mergeDefaults(array_replace($matches, array('_route' => 'en_GB__RG__acme_message_center_get_messages_from_id')), array ( '_controller' => 'Acme\\Bundle\\MessageBundle\\Controller\\DefaultController::getMessagesFromIdAction', '_locale' => 'en_GB',));
}
not_en_GB__RG__acme_message_center_get_messages_from_id:
// en_US__RG__acme_message_center_get_messages_from_id
if (0 === strpos($pathinfo, '/us/my-account/message-center/messages/get') && preg_match('#^/us/my\\-account/message\\-center/messages/get/(?P<messageId>[^/]++)$#s', $pathinfo, $matches)) {
if (!in_array($this->context->getMethod(), array('GET', 'POST', 'HEAD'))) {
$allow = array_merge($allow, array('GET', 'POST', 'HEAD'));
goto not_en_US__RG__acme_message_center_get_messages_from_id;
}
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'en_US__RG__acme_message_center_get_messages_from_id', key($requiredSchemes));
}
return $this->mergeDefaults(array_replace($matches, array('_route' => 'en_US__RG__acme_message_center_get_messages_from_id')), array ( '_controller' => 'Acme\\Bundle\\MessageBundle\\Controller\\DefaultController::getMessagesFromIdAction', '_locale' => 'en_US',));
}
not_en_US__RG__acme_message_center_get_messages_from_id:
}
// it_IT__RG__acme_message_center_get_messages_from_id
if (0 === strpos($pathinfo, '/it/my-account/message-center/messages/get') && preg_match('#^/it/my\\-account/message\\-center/messages/get/(?P<messageId>[^/]++)$#s', $pathinfo, $matches)) {
if (!in_array($this->context->getMethod(), array('GET', 'POST', 'HEAD'))) {
$allow = array_merge($allow, array('GET', 'POST', 'HEAD'));
goto not_it_IT__RG__acme_message_center_get_messages_from_id;
}
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'it_IT__RG__acme_message_center_get_messages_from_id', key($requiredSchemes));
}
return $this->mergeDefaults(array_replace($matches, array('_route' => 'it_IT__RG__acme_message_center_get_messages_from_id')), array ( '_controller' => 'Acme\\Bundle\\MessageBundle\\Controller\\DefaultController::getMessagesFromIdAction', '_locale' => 'it_IT',));
}
not_it_IT__RG__acme_message_center_get_messages_from_id:
// fr_FR__RG__acme_message_center_get_messages_from_id
if (0 === strpos($pathinfo, '/fr/my-account/message-center/messages/get') && preg_match('#^/fr/my\\-account/message\\-center/messages/get/(?P<messageId>[^/]++)$#s', $pathinfo, $matches)) {
if (!in_array($this->context->getMethod(), array('GET', 'POST', 'HEAD'))) {
$allow = array_merge($allow, array('GET', 'POST', 'HEAD'));
goto not_fr_FR__RG__acme_message_center_get_messages_from_id;
}
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'fr_FR__RG__acme_message_center_get_messages_from_id', key($requiredSchemes));
}
return $this->mergeDefaults(array_replace($matches, array('_route' => 'fr_FR__RG__acme_message_center_get_messages_from_id')), array ( '_controller' => 'Acme\\Bundle\\MessageBundle\\Controller\\DefaultController::getMessagesFromIdAction', '_locale' => 'fr_FR',));
}
not_fr_FR__RG__acme_message_center_get_messages_from_id:
// es_ES__RG__acme_message_center_get_messages_from_id
if (0 === strpos($pathinfo, '/es/my-account/message-center/messages/get') && preg_match('#^/es/my\\-account/message\\-center/messages/get/(?P<messageId>[^/]++)$#s', $pathinfo, $matches)) {
if (!in_array($this->context->getMethod(), array('GET', 'POST', 'HEAD'))) {
$allow = array_merge($allow, array('GET', 'POST', 'HEAD'));
goto not_es_ES__RG__acme_message_center_get_messages_from_id;
}
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'es_ES__RG__acme_message_center_get_messages_from_id', key($requiredSchemes));
}
return $this->mergeDefaults(array_replace($matches, array('_route' => 'es_ES__RG__acme_message_center_get_messages_from_id')), array ( '_controller' => 'Acme\\Bundle\\MessageBundle\\Controller\\DefaultController::getMessagesFromIdAction', '_locale' => 'es_ES',));
}
not_es_ES__RG__acme_message_center_get_messages_from_id:
// nl_NL__RG__acme_message_center_get_messages_from_id
if (0 === strpos($pathinfo, '/nl/my-account/message-center/messages/get') && preg_match('#^/nl/my\\-account/message\\-center/messages/get/(?P<messageId>[^/]++)$#s', $pathinfo, $matches)) {
if (!in_array($this->context->getMethod(), array('GET', 'POST', 'HEAD'))) {
$allow = array_merge($allow, array('GET', 'POST', 'HEAD'));
goto not_nl_NL__RG__acme_message_center_get_messages_from_id;
}
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'nl_NL__RG__acme_message_center_get_messages_from_id', key($requiredSchemes));
}
return $this->mergeDefaults(array_replace($matches, array('_route' => 'nl_NL__RG__acme_message_center_get_messages_from_id')), array ( '_controller' => 'Acme\\Bundle\\MessageBundle\\Controller\\DefaultController::getMessagesFromIdAction', '_locale' => 'nl_NL',));
}
not_nl_NL__RG__acme_message_center_get_messages_from_id:
// de_CH__RG__acme_message_center_get_messages_from_id
if (0 === strpos($pathinfo, '/ch/my-account/message-center/messages/get') && preg_match('#^/ch/my\\-account/message\\-center/messages/get/(?P<messageId>[^/]++)$#s', $pathinfo, $matches)) {
if (!in_array($this->context->getMethod(), array('GET', 'POST', 'HEAD'))) {
$allow = array_merge($allow, array('GET', 'POST', 'HEAD'));
goto not_de_CH__RG__acme_message_center_get_messages_from_id;
}
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'de_CH__RG__acme_message_center_get_messages_from_id', key($requiredSchemes));
}
return $this->mergeDefaults(array_replace($matches, array('_route' => 'de_CH__RG__acme_message_center_get_messages_from_id')), array ( '_controller' => 'Acme\\Bundle\\MessageBundle\\Controller\\DefaultController::getMessagesFromIdAction', '_locale' => 'de_CH',));
}
not_de_CH__RG__acme_message_center_get_messages_from_id:
if (0 === strpos($pathinfo, '/a')) {
// en_AU__RG__acme_message_center_get_messages_from_id
if (0 === strpos($pathinfo, '/au/my-account/message-center/messages/get') && preg_match('#^/au/my\\-account/message\\-center/messages/get/(?P<messageId>[^/]++)$#s', $pathinfo, $matches)) {
if (!in_array($this->context->getMethod(), array('GET', 'POST', 'HEAD'))) {
$allow = array_merge($allow, array('GET', 'POST', 'HEAD'));
goto not_en_AU__RG__acme_message_center_get_messages_from_id;
}
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'en_AU__RG__acme_message_center_get_messages_from_id', key($requiredSchemes));
}
return $this->mergeDefaults(array_replace($matches, array('_route' => 'en_AU__RG__acme_message_center_get_messages_from_id')), array ( '_controller' => 'Acme\\Bundle\\MessageBundle\\Controller\\DefaultController::getMessagesFromIdAction', '_locale' => 'en_AU',));
}
not_en_AU__RG__acme_message_center_get_messages_from_id:
// de_AT__RG__acme_message_center_get_messages_from_id
if (0 === strpos($pathinfo, '/at/my-account/message-center/messages/get') && preg_match('#^/at/my\\-account/message\\-center/messages/get/(?P<messageId>[^/]++)$#s', $pathinfo, $matches)) {
if (!in_array($this->context->getMethod(), array('GET', 'POST', 'HEAD'))) {
$allow = array_merge($allow, array('GET', 'POST', 'HEAD'));
goto not_de_AT__RG__acme_message_center_get_messages_from_id;
}
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'de_AT__RG__acme_message_center_get_messages_from_id', key($requiredSchemes));
}
return $this->mergeDefaults(array_replace($matches, array('_route' => 'de_AT__RG__acme_message_center_get_messages_from_id')), array ( '_controller' => 'Acme\\Bundle\\MessageBundle\\Controller\\DefaultController::getMessagesFromIdAction', '_locale' => 'de_AT',));
}
not_de_AT__RG__acme_message_center_get_messages_from_id:
}
// zu_ZZ__RG__acme_message_center_get_messages_from_id
if (0 === strpos($pathinfo, '/zz/my-account/message-center/messages/get') && preg_match('#^/zz/my\\-account/message\\-center/messages/get/(?P<messageId>[^/]++)$#s', $pathinfo, $matches)) {
if (!in_array($this->context->getMethod(), array('GET', 'POST', 'HEAD'))) {
$allow = array_merge($allow, array('GET', 'POST', 'HEAD'));
goto not_zu_ZZ__RG__acme_message_center_get_messages_from_id;
}
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'zu_ZZ__RG__acme_message_center_get_messages_from_id', key($requiredSchemes));
}
return $this->mergeDefaults(array_replace($matches, array('_route' => 'zu_ZZ__RG__acme_message_center_get_messages_from_id')), array ( '_controller' => 'Acme\\Bundle\\MessageBundle\\Controller\\DefaultController::getMessagesFromIdAction', '_locale' => 'zu_ZZ',));
}
not_zu_ZZ__RG__acme_message_center_get_messages_from_id:
// de_DE__RG__acme_message_center_conversation_state_set_read
if (0 === strpos($pathinfo, '/de/my-account/message-center/conversation/state/set/read') && preg_match('#^/de/my\\-account/message\\-center/conversation/state/set/read/(?P<id>[^/]++)$#s', $pathinfo, $matches)) {
if (!in_array($this->context->getMethod(), array('GET', 'POST', 'HEAD'))) {
$allow = array_merge($allow, array('GET', 'POST', 'HEAD'));
goto not_de_DE__RG__acme_message_center_conversation_state_set_read;
}
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'de_DE__RG__acme_message_center_conversation_state_set_read', key($requiredSchemes));
}
return $this->mergeDefaults(array_replace($matches, array('_route' => 'de_DE__RG__acme_message_center_conversation_state_set_read')), array ( '_controller' => 'Acme\\Bundle\\MessageBundle\\Controller\\StateController::setConversationReadAction', '_locale' => 'de_DE',));
}
not_de_DE__RG__acme_message_center_conversation_state_set_read:
if (0 === strpos($pathinfo, '/u')) {
// en_GB__RG__acme_message_center_conversation_state_set_read
if (0 === strpos($pathinfo, '/uk/my-account/message-center/conversation/state/set/read') && preg_match('#^/uk/my\\-account/message\\-center/conversation/state/set/read/(?P<id>[^/]++)$#s', $pathinfo, $matches)) {
if (!in_array($this->context->getMethod(), array('GET', 'POST', 'HEAD'))) {
$allow = array_merge($allow, array('GET', 'POST', 'HEAD'));
goto not_en_GB__RG__acme_message_center_conversation_state_set_read;
}
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'en_GB__RG__acme_message_center_conversation_state_set_read', key($requiredSchemes));
}
return $this->mergeDefaults(array_replace($matches, array('_route' => 'en_GB__RG__acme_message_center_conversation_state_set_read')), array ( '_controller' => 'Acme\\Bundle\\MessageBundle\\Controller\\StateController::setConversationReadAction', '_locale' => 'en_GB',));
}
not_en_GB__RG__acme_message_center_conversation_state_set_read:
// en_US__RG__acme_message_center_conversation_state_set_read
if (0 === strpos($pathinfo, '/us/my-account/message-center/conversation/state/set/read') && preg_match('#^/us/my\\-account/message\\-center/conversation/state/set/read/(?P<id>[^/]++)$#s', $pathinfo, $matches)) {
if (!in_array($this->context->getMethod(), array('GET', 'POST', 'HEAD'))) {
$allow = array_merge($allow, array('GET', 'POST', 'HEAD'));
goto not_en_US__RG__acme_message_center_conversation_state_set_read;
}
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'en_US__RG__acme_message_center_conversation_state_set_read', key($requiredSchemes));
}
return $this->mergeDefaults(array_replace($matches, array('_route' => 'en_US__RG__acme_message_center_conversation_state_set_read')), array ( '_controller' => 'Acme\\Bundle\\MessageBundle\\Controller\\StateController::setConversationReadAction', '_locale' => 'en_US',));
}
not_en_US__RG__acme_message_center_conversation_state_set_read:
}
// it_IT__RG__acme_message_center_conversation_state_set_read
if (0 === strpos($pathinfo, '/it/my-account/message-center/conversation/state/set/read') && preg_match('#^/it/my\\-account/message\\-center/conversation/state/set/read/(?P<id>[^/]++)$#s', $pathinfo, $matches)) {
if (!in_array($this->context->getMethod(), array('GET', 'POST', 'HEAD'))) {
$allow = array_merge($allow, array('GET', 'POST', 'HEAD'));
goto not_it_IT__RG__acme_message_center_conversation_state_set_read;
}
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'it_IT__RG__acme_message_center_conversation_state_set_read', key($requiredSchemes));
}
return $this->mergeDefaults(array_replace($matches, array('_route' => 'it_IT__RG__acme_message_center_conversation_state_set_read')), array ( '_controller' => 'Acme\\Bundle\\MessageBundle\\Controller\\StateController::setConversationReadAction', '_locale' => 'it_IT',));
}
not_it_IT__RG__acme_message_center_conversation_state_set_read:
// fr_FR__RG__acme_message_center_conversation_state_set_read
if (0 === strpos($pathinfo, '/fr/my-account/message-center/conversation/state/set/read') && preg_match('#^/fr/my\\-account/message\\-center/conversation/state/set/read/(?P<id>[^/]++)$#s', $pathinfo, $matches)) {
if (!in_array($this->context->getMethod(), array('GET', 'POST', 'HEAD'))) {
$allow = array_merge($allow, array('GET', 'POST', 'HEAD'));
goto not_fr_FR__RG__acme_message_center_conversation_state_set_read;
}
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'fr_FR__RG__acme_message_center_conversation_state_set_read', key($requiredSchemes));
}
return $this->mergeDefaults(array_replace($matches, array('_route' => 'fr_FR__RG__acme_message_center_conversation_state_set_read')), array ( '_controller' => 'Acme\\Bundle\\MessageBundle\\Controller\\StateController::setConversationReadAction', '_locale' => 'fr_FR',));
}
not_fr_FR__RG__acme_message_center_conversation_state_set_read:
// es_ES__RG__acme_message_center_conversation_state_set_read
if (0 === strpos($pathinfo, '/es/my-account/message-center/conversation/state/set/read') && preg_match('#^/es/my\\-account/message\\-center/conversation/state/set/read/(?P<id>[^/]++)$#s', $pathinfo, $matches)) {
if (!in_array($this->context->getMethod(), array('GET', 'POST', 'HEAD'))) {
$allow = array_merge($allow, array('GET', 'POST', 'HEAD'));
goto not_es_ES__RG__acme_message_center_conversation_state_set_read;
}
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'es_ES__RG__acme_message_center_conversation_state_set_read', key($requiredSchemes));
}
return $this->mergeDefaults(array_replace($matches, array('_route' => 'es_ES__RG__acme_message_center_conversation_state_set_read')), array ( '_controller' => 'Acme\\Bundle\\MessageBundle\\Controller\\StateController::setConversationReadAction', '_locale' => 'es_ES',));
}
not_es_ES__RG__acme_message_center_conversation_state_set_read:
// nl_NL__RG__acme_message_center_conversation_state_set_read
if (0 === strpos($pathinfo, '/nl/my-account/message-center/conversation/state/set/read') && preg_match('#^/nl/my\\-account/message\\-center/conversation/state/set/read/(?P<id>[^/]++)$#s', $pathinfo, $matches)) {
if (!in_array($this->context->getMethod(), array('GET', 'POST', 'HEAD'))) {
$allow = array_merge($allow, array('GET', 'POST', 'HEAD'));
goto not_nl_NL__RG__acme_message_center_conversation_state_set_read;
}
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'nl_NL__RG__acme_message_center_conversation_state_set_read', key($requiredSchemes));
}
return $this->mergeDefaults(array_replace($matches, array('_route' => 'nl_NL__RG__acme_message_center_conversation_state_set_read')), array ( '_controller' => 'Acme\\Bundle\\MessageBundle\\Controller\\StateController::setConversationReadAction', '_locale' => 'nl_NL',));
}
not_nl_NL__RG__acme_message_center_conversation_state_set_read:
// de_CH__RG__acme_message_center_conversation_state_set_read
if (0 === strpos($pathinfo, '/ch/my-account/message-center/conversation/state/set/read') && preg_match('#^/ch/my\\-account/message\\-center/conversation/state/set/read/(?P<id>[^/]++)$#s', $pathinfo, $matches)) {
if (!in_array($this->context->getMethod(), array('GET', 'POST', 'HEAD'))) {
$allow = array_merge($allow, array('GET', 'POST', 'HEAD'));
goto not_de_CH__RG__acme_message_center_conversation_state_set_read;
}
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'de_CH__RG__acme_message_center_conversation_state_set_read', key($requiredSchemes));
}
return $this->mergeDefaults(array_replace($matches, array('_route' => 'de_CH__RG__acme_message_center_conversation_state_set_read')), array ( '_controller' => 'Acme\\Bundle\\MessageBundle\\Controller\\StateController::setConversationReadAction', '_locale' => 'de_CH',));
}
not_de_CH__RG__acme_message_center_conversation_state_set_read:
if (0 === strpos($pathinfo, '/a')) {
// en_AU__RG__acme_message_center_conversation_state_set_read
if (0 === strpos($pathinfo, '/au/my-account/message-center/conversation/state/set/read') && preg_match('#^/au/my\\-account/message\\-center/conversation/state/set/read/(?P<id>[^/]++)$#s', $pathinfo, $matches)) {
if (!in_array($this->context->getMethod(), array('GET', 'POST', 'HEAD'))) {
$allow = array_merge($allow, array('GET', 'POST', 'HEAD'));
goto not_en_AU__RG__acme_message_center_conversation_state_set_read;
}
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'en_AU__RG__acme_message_center_conversation_state_set_read', key($requiredSchemes));
}
return $this->mergeDefaults(array_replace($matches, array('_route' => 'en_AU__RG__acme_message_center_conversation_state_set_read')), array ( '_controller' => 'Acme\\Bundle\\MessageBundle\\Controller\\StateController::setConversationReadAction', '_locale' => 'en_AU',));
}
not_en_AU__RG__acme_message_center_conversation_state_set_read:
// de_AT__RG__acme_message_center_conversation_state_set_read
if (0 === strpos($pathinfo, '/at/my-account/message-center/conversation/state/set/read') && preg_match('#^/at/my\\-account/message\\-center/conversation/state/set/read/(?P<id>[^/]++)$#s', $pathinfo, $matches)) {
if (!in_array($this->context->getMethod(), array('GET', 'POST', 'HEAD'))) {
$allow = array_merge($allow, array('GET', 'POST', 'HEAD'));
goto not_de_AT__RG__acme_message_center_conversation_state_set_read;
}
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'de_AT__RG__acme_message_center_conversation_state_set_read', key($requiredSchemes));
}
return $this->mergeDefaults(array_replace($matches, array('_route' => 'de_AT__RG__acme_message_center_conversation_state_set_read')), array ( '_controller' => 'Acme\\Bundle\\MessageBundle\\Controller\\StateController::setConversationReadAction', '_locale' => 'de_AT',));
}
not_de_AT__RG__acme_message_center_conversation_state_set_read:
}
// zu_ZZ__RG__acme_message_center_conversation_state_set_read
if (0 === strpos($pathinfo, '/zz/my-account/message-center/conversation/state/set/read') && preg_match('#^/zz/my\\-account/message\\-center/conversation/state/set/read/(?P<id>[^/]++)$#s', $pathinfo, $matches)) {
if (!in_array($this->context->getMethod(), array('GET', 'POST', 'HEAD'))) {
$allow = array_merge($allow, array('GET', 'POST', 'HEAD'));
goto not_zu_ZZ__RG__acme_message_center_conversation_state_set_read;
}
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'zu_ZZ__RG__acme_message_center_conversation_state_set_read', key($requiredSchemes));
}
return $this->mergeDefaults(array_replace($matches, array('_route' => 'zu_ZZ__RG__acme_message_center_conversation_state_set_read')), array ( '_controller' => 'Acme\\Bundle\\MessageBundle\\Controller\\StateController::setConversationReadAction', '_locale' => 'zu_ZZ',));
}
not_zu_ZZ__RG__acme_message_center_conversation_state_set_read:
// de_DE__RG__acme_message_center_conversation_state_set_unread
if (0 === strpos($pathinfo, '/de/my-account/message-center/conversation/state/set/unread') && preg_match('#^/de/my\\-account/message\\-center/conversation/state/set/unread/(?P<id>[^/]++)$#s', $pathinfo, $matches)) {
if (!in_array($this->context->getMethod(), array('GET', 'POST', 'HEAD'))) {
$allow = array_merge($allow, array('GET', 'POST', 'HEAD'));
goto not_de_DE__RG__acme_message_center_conversation_state_set_unread;
}
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'de_DE__RG__acme_message_center_conversation_state_set_unread', key($requiredSchemes));
}
return $this->mergeDefaults(array_replace($matches, array('_route' => 'de_DE__RG__acme_message_center_conversation_state_set_unread')), array ( '_controller' => 'Acme\\Bundle\\MessageBundle\\Controller\\StateController::setConversationUnreadAction', '_locale' => 'de_DE',));
}
not_de_DE__RG__acme_message_center_conversation_state_set_unread:
if (0 === strpos($pathinfo, '/u')) {
// en_GB__RG__acme_message_center_conversation_state_set_unread
if (0 === strpos($pathinfo, '/uk/my-account/message-center/conversation/state/set/unread') && preg_match('#^/uk/my\\-account/message\\-center/conversation/state/set/unread/(?P<id>[^/]++)$#s', $pathinfo, $matches)) {
if (!in_array($this->context->getMethod(), array('GET', 'POST', 'HEAD'))) {
$allow = array_merge($allow, array('GET', 'POST', 'HEAD'));
goto not_en_GB__RG__acme_message_center_conversation_state_set_unread;
}
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'en_GB__RG__acme_message_center_conversation_state_set_unread', key($requiredSchemes));
}
return $this->mergeDefaults(array_replace($matches, array('_route' => 'en_GB__RG__acme_message_center_conversation_state_set_unread')), array ( '_controller' => 'Acme\\Bundle\\MessageBundle\\Controller\\StateController::setConversationUnreadAction', '_locale' => 'en_GB',));
}
not_en_GB__RG__acme_message_center_conversation_state_set_unread:
// en_US__RG__acme_message_center_conversation_state_set_unread
if (0 === strpos($pathinfo, '/us/my-account/message-center/conversation/state/set/unread') && preg_match('#^/us/my\\-account/message\\-center/conversation/state/set/unread/(?P<id>[^/]++)$#s', $pathinfo, $matches)) {
if (!in_array($this->context->getMethod(), array('GET', 'POST', 'HEAD'))) {
$allow = array_merge($allow, array('GET', 'POST', 'HEAD'));
goto not_en_US__RG__acme_message_center_conversation_state_set_unread;
}
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'en_US__RG__acme_message_center_conversation_state_set_unread', key($requiredSchemes));
}
return $this->mergeDefaults(array_replace($matches, array('_route' => 'en_US__RG__acme_message_center_conversation_state_set_unread')), array ( '_controller' => 'Acme\\Bundle\\MessageBundle\\Controller\\StateController::setConversationUnreadAction', '_locale' => 'en_US',));
}
not_en_US__RG__acme_message_center_conversation_state_set_unread:
}
// it_IT__RG__acme_message_center_conversation_state_set_unread
if (0 === strpos($pathinfo, '/it/my-account/message-center/conversation/state/set/unread') && preg_match('#^/it/my\\-account/message\\-center/conversation/state/set/unread/(?P<id>[^/]++)$#s', $pathinfo, $matches)) {
if (!in_array($this->context->getMethod(), array('GET', 'POST', 'HEAD'))) {
$allow = array_merge($allow, array('GET', 'POST', 'HEAD'));
goto not_it_IT__RG__acme_message_center_conversation_state_set_unread;
}
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'it_IT__RG__acme_message_center_conversation_state_set_unread', key($requiredSchemes));
}
return $this->mergeDefaults(array_replace($matches, array('_route' => 'it_IT__RG__acme_message_center_conversation_state_set_unread')), array ( '_controller' => 'Acme\\Bundle\\MessageBundle\\Controller\\StateController::setConversationUnreadAction', '_locale' => 'it_IT',));
}
not_it_IT__RG__acme_message_center_conversation_state_set_unread:
// fr_FR__RG__acme_message_center_conversation_state_set_unread
if (0 === strpos($pathinfo, '/fr/my-account/message-center/conversation/state/set/unread') && preg_match('#^/fr/my\\-account/message\\-center/conversation/state/set/unread/(?P<id>[^/]++)$#s', $pathinfo, $matches)) {
if (!in_array($this->context->getMethod(), array('GET', 'POST', 'HEAD'))) {
$allow = array_merge($allow, array('GET', 'POST', 'HEAD'));
goto not_fr_FR__RG__acme_message_center_conversation_state_set_unread;
}
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'fr_FR__RG__acme_message_center_conversation_state_set_unread', key($requiredSchemes));
}
return $this->mergeDefaults(array_replace($matches, array('_route' => 'fr_FR__RG__acme_message_center_conversation_state_set_unread')), array ( '_controller' => 'Acme\\Bundle\\MessageBundle\\Controller\\StateController::setConversationUnreadAction', '_locale' => 'fr_FR',));
}
not_fr_FR__RG__acme_message_center_conversation_state_set_unread:
// es_ES__RG__acme_message_center_conversation_state_set_unread
if (0 === strpos($pathinfo, '/es/my-account/message-center/conversation/state/set/unread') && preg_match('#^/es/my\\-account/message\\-center/conversation/state/set/unread/(?P<id>[^/]++)$#s', $pathinfo, $matches)) {
if (!in_array($this->context->getMethod(), array('GET', 'POST', 'HEAD'))) {
$allow = array_merge($allow, array('GET', 'POST', 'HEAD'));
goto not_es_ES__RG__acme_message_center_conversation_state_set_unread;
}
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'es_ES__RG__acme_message_center_conversation_state_set_unread', key($requiredSchemes));
}
return $this->mergeDefaults(array_replace($matches, array('_route' => 'es_ES__RG__acme_message_center_conversation_state_set_unread')), array ( '_controller' => 'Acme\\Bundle\\MessageBundle\\Controller\\StateController::setConversationUnreadAction', '_locale' => 'es_ES',));
}
not_es_ES__RG__acme_message_center_conversation_state_set_unread:
// nl_NL__RG__acme_message_center_conversation_state_set_unread
if (0 === strpos($pathinfo, '/nl/my-account/message-center/conversation/state/set/unread') && preg_match('#^/nl/my\\-account/message\\-center/conversation/state/set/unread/(?P<id>[^/]++)$#s', $pathinfo, $matches)) {
if (!in_array($this->context->getMethod(), array('GET', 'POST', 'HEAD'))) {
$allow = array_merge($allow, array('GET', 'POST', 'HEAD'));
goto not_nl_NL__RG__acme_message_center_conversation_state_set_unread;
}
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'nl_NL__RG__acme_message_center_conversation_state_set_unread', key($requiredSchemes));
}
return $this->mergeDefaults(array_replace($matches, array('_route' => 'nl_NL__RG__acme_message_center_conversation_state_set_unread')), array ( '_controller' => 'Acme\\Bundle\\MessageBundle\\Controller\\StateController::setConversationUnreadAction', '_locale' => 'nl_NL',));
}
not_nl_NL__RG__acme_message_center_conversation_state_set_unread:
// de_CH__RG__acme_message_center_conversation_state_set_unread
if (0 === strpos($pathinfo, '/ch/my-account/message-center/conversation/state/set/unread') && preg_match('#^/ch/my\\-account/message\\-center/conversation/state/set/unread/(?P<id>[^/]++)$#s', $pathinfo, $matches)) {
if (!in_array($this->context->getMethod(), array('GET', 'POST', 'HEAD'))) {
$allow = array_merge($allow, array('GET', 'POST', 'HEAD'));
goto not_de_CH__RG__acme_message_center_conversation_state_set_unread;
}
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'de_CH__RG__acme_message_center_conversation_state_set_unread', key($requiredSchemes));
}
return $this->mergeDefaults(array_replace($matches, array('_route' => 'de_CH__RG__acme_message_center_conversation_state_set_unread')), array ( '_controller' => 'Acme\\Bundle\\MessageBundle\\Controller\\StateController::setConversationUnreadAction', '_locale' => 'de_CH',));
}
not_de_CH__RG__acme_message_center_conversation_state_set_unread:
if (0 === strpos($pathinfo, '/a')) {
// en_AU__RG__acme_message_center_conversation_state_set_unread
if (0 === strpos($pathinfo, '/au/my-account/message-center/conversation/state/set/unread') && preg_match('#^/au/my\\-account/message\\-center/conversation/state/set/unread/(?P<id>[^/]++)$#s', $pathinfo, $matches)) {
if (!in_array($this->context->getMethod(), array('GET', 'POST', 'HEAD'))) {
$allow = array_merge($allow, array('GET', 'POST', 'HEAD'));
goto not_en_AU__RG__acme_message_center_conversation_state_set_unread;
}
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'en_AU__RG__acme_message_center_conversation_state_set_unread', key($requiredSchemes));
}
return $this->mergeDefaults(array_replace($matches, array('_route' => 'en_AU__RG__acme_message_center_conversation_state_set_unread')), array ( '_controller' => 'Acme\\Bundle\\MessageBundle\\Controller\\StateController::setConversationUnreadAction', '_locale' => 'en_AU',));
}
not_en_AU__RG__acme_message_center_conversation_state_set_unread:
// de_AT__RG__acme_message_center_conversation_state_set_unread
if (0 === strpos($pathinfo, '/at/my-account/message-center/conversation/state/set/unread') && preg_match('#^/at/my\\-account/message\\-center/conversation/state/set/unread/(?P<id>[^/]++)$#s', $pathinfo, $matches)) {
if (!in_array($this->context->getMethod(), array('GET', 'POST', 'HEAD'))) {
$allow = array_merge($allow, array('GET', 'POST', 'HEAD'));
goto not_de_AT__RG__acme_message_center_conversation_state_set_unread;
}
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'de_AT__RG__acme_message_center_conversation_state_set_unread', key($requiredSchemes));
}
return $this->mergeDefaults(array_replace($matches, array('_route' => 'de_AT__RG__acme_message_center_conversation_state_set_unread')), array ( '_controller' => 'Acme\\Bundle\\MessageBundle\\Controller\\StateController::setConversationUnreadAction', '_locale' => 'de_AT',));
}
not_de_AT__RG__acme_message_center_conversation_state_set_unread:
}
// zu_ZZ__RG__acme_message_center_conversation_state_set_unread
if (0 === strpos($pathinfo, '/zz/my-account/message-center/conversation/state/set/unread') && preg_match('#^/zz/my\\-account/message\\-center/conversation/state/set/unread/(?P<id>[^/]++)$#s', $pathinfo, $matches)) {
if (!in_array($this->context->getMethod(), array('GET', 'POST', 'HEAD'))) {
$allow = array_merge($allow, array('GET', 'POST', 'HEAD'));
goto not_zu_ZZ__RG__acme_message_center_conversation_state_set_unread;
}
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'zu_ZZ__RG__acme_message_center_conversation_state_set_unread', key($requiredSchemes));
}
return $this->mergeDefaults(array_replace($matches, array('_route' => 'zu_ZZ__RG__acme_message_center_conversation_state_set_unread')), array ( '_controller' => 'Acme\\Bundle\\MessageBundle\\Controller\\StateController::setConversationUnreadAction', '_locale' => 'zu_ZZ',));
}
not_zu_ZZ__RG__acme_message_center_conversation_state_set_unread:
// de_DE__RG__acme_message_center_conversation_state_set_archived
if (0 === strpos($pathinfo, '/de/my-account/message-center/conversation/state/set/archived') && preg_match('#^/de/my\\-account/message\\-center/conversation/state/set/archived/(?P<id>[^/]++)$#s', $pathinfo, $matches)) {
if (!in_array($this->context->getMethod(), array('GET', 'POST', 'HEAD'))) {
$allow = array_merge($allow, array('GET', 'POST', 'HEAD'));
goto not_de_DE__RG__acme_message_center_conversation_state_set_archived;
}
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'de_DE__RG__acme_message_center_conversation_state_set_archived', key($requiredSchemes));
}
return $this->mergeDefaults(array_replace($matches, array('_route' => 'de_DE__RG__acme_message_center_conversation_state_set_archived')), array ( '_controller' => 'Acme\\Bundle\\MessageBundle\\Controller\\StateController::setConversationArchivedAction', '_locale' => 'de_DE',));
}
not_de_DE__RG__acme_message_center_conversation_state_set_archived:
if (0 === strpos($pathinfo, '/u')) {
// en_GB__RG__acme_message_center_conversation_state_set_archived
if (0 === strpos($pathinfo, '/uk/my-account/message-center/conversation/state/set/archived') && preg_match('#^/uk/my\\-account/message\\-center/conversation/state/set/archived/(?P<id>[^/]++)$#s', $pathinfo, $matches)) {
if (!in_array($this->context->getMethod(), array('GET', 'POST', 'HEAD'))) {
$allow = array_merge($allow, array('GET', 'POST', 'HEAD'));
goto not_en_GB__RG__acme_message_center_conversation_state_set_archived;
}
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'en_GB__RG__acme_message_center_conversation_state_set_archived', key($requiredSchemes));
}
return $this->mergeDefaults(array_replace($matches, array('_route' => 'en_GB__RG__acme_message_center_conversation_state_set_archived')), array ( '_controller' => 'Acme\\Bundle\\MessageBundle\\Controller\\StateController::setConversationArchivedAction', '_locale' => 'en_GB',));
}
not_en_GB__RG__acme_message_center_conversation_state_set_archived:
// en_US__RG__acme_message_center_conversation_state_set_archived
if (0 === strpos($pathinfo, '/us/my-account/message-center/conversation/state/set/archived') && preg_match('#^/us/my\\-account/message\\-center/conversation/state/set/archived/(?P<id>[^/]++)$#s', $pathinfo, $matches)) {
if (!in_array($this->context->getMethod(), array('GET', 'POST', 'HEAD'))) {
$allow = array_merge($allow, array('GET', 'POST', 'HEAD'));
goto not_en_US__RG__acme_message_center_conversation_state_set_archived;
}
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'en_US__RG__acme_message_center_conversation_state_set_archived', key($requiredSchemes));
}
return $this->mergeDefaults(array_replace($matches, array('_route' => 'en_US__RG__acme_message_center_conversation_state_set_archived')), array ( '_controller' => 'Acme\\Bundle\\MessageBundle\\Controller\\StateController::setConversationArchivedAction', '_locale' => 'en_US',));
}
not_en_US__RG__acme_message_center_conversation_state_set_archived:
}
// it_IT__RG__acme_message_center_conversation_state_set_archived
if (0 === strpos($pathinfo, '/it/my-account/message-center/conversation/state/set/archived') && preg_match('#^/it/my\\-account/message\\-center/conversation/state/set/archived/(?P<id>[^/]++)$#s', $pathinfo, $matches)) {
if (!in_array($this->context->getMethod(), array('GET', 'POST', 'HEAD'))) {
$allow = array_merge($allow, array('GET', 'POST', 'HEAD'));
goto not_it_IT__RG__acme_message_center_conversation_state_set_archived;
}
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'it_IT__RG__acme_message_center_conversation_state_set_archived', key($requiredSchemes));
}
return $this->mergeDefaults(array_replace($matches, array('_route' => 'it_IT__RG__acme_message_center_conversation_state_set_archived')), array ( '_controller' => 'Acme\\Bundle\\MessageBundle\\Controller\\StateController::setConversationArchivedAction', '_locale' => 'it_IT',));
}
not_it_IT__RG__acme_message_center_conversation_state_set_archived:
// fr_FR__RG__acme_message_center_conversation_state_set_archived
if (0 === strpos($pathinfo, '/fr/my-account/message-center/conversation/state/set/archived') && preg_match('#^/fr/my\\-account/message\\-center/conversation/state/set/archived/(?P<id>[^/]++)$#s', $pathinfo, $matches)) {
if (!in_array($this->context->getMethod(), array('GET', 'POST', 'HEAD'))) {
$allow = array_merge($allow, array('GET', 'POST', 'HEAD'));
goto not_fr_FR__RG__acme_message_center_conversation_state_set_archived;
}
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'fr_FR__RG__acme_message_center_conversation_state_set_archived', key($requiredSchemes));
}
return $this->mergeDefaults(array_replace($matches, array('_route' => 'fr_FR__RG__acme_message_center_conversation_state_set_archived')), array ( '_controller' => 'Acme\\Bundle\\MessageBundle\\Controller\\StateController::setConversationArchivedAction', '_locale' => 'fr_FR',));
}
not_fr_FR__RG__acme_message_center_conversation_state_set_archived:
// es_ES__RG__acme_message_center_conversation_state_set_archived
if (0 === strpos($pathinfo, '/es/my-account/message-center/conversation/state/set/archived') && preg_match('#^/es/my\\-account/message\\-center/conversation/state/set/archived/(?P<id>[^/]++)$#s', $pathinfo, $matches)) {
if (!in_array($this->context->getMethod(), array('GET', 'POST', 'HEAD'))) {
$allow = array_merge($allow, array('GET', 'POST', 'HEAD'));
goto not_es_ES__RG__acme_message_center_conversation_state_set_archived;
}
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'es_ES__RG__acme_message_center_conversation_state_set_archived', key($requiredSchemes));
}
return $this->mergeDefaults(array_replace($matches, array('_route' => 'es_ES__RG__acme_message_center_conversation_state_set_archived')), array ( '_controller' => 'Acme\\Bundle\\MessageBundle\\Controller\\StateController::setConversationArchivedAction', '_locale' => 'es_ES',));
}
not_es_ES__RG__acme_message_center_conversation_state_set_archived:
// nl_NL__RG__acme_message_center_conversation_state_set_archived
if (0 === strpos($pathinfo, '/nl/my-account/message-center/conversation/state/set/archived') && preg_match('#^/nl/my\\-account/message\\-center/conversation/state/set/archived/(?P<id>[^/]++)$#s', $pathinfo, $matches)) {
if (!in_array($this->context->getMethod(), array('GET', 'POST', 'HEAD'))) {
$allow = array_merge($allow, array('GET', 'POST', 'HEAD'));
goto not_nl_NL__RG__acme_message_center_conversation_state_set_archived;
}
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'nl_NL__RG__acme_message_center_conversation_state_set_archived', key($requiredSchemes));
}
return $this->mergeDefaults(array_replace($matches, array('_route' => 'nl_NL__RG__acme_message_center_conversation_state_set_archived')), array ( '_controller' => 'Acme\\Bundle\\MessageBundle\\Controller\\StateController::setConversationArchivedAction', '_locale' => 'nl_NL',));
}
not_nl_NL__RG__acme_message_center_conversation_state_set_archived:
// de_CH__RG__acme_message_center_conversation_state_set_archived
if (0 === strpos($pathinfo, '/ch/my-account/message-center/conversation/state/set/archived') && preg_match('#^/ch/my\\-account/message\\-center/conversation/state/set/archived/(?P<id>[^/]++)$#s', $pathinfo, $matches)) {
if (!in_array($this->context->getMethod(), array('GET', 'POST', 'HEAD'))) {
$allow = array_merge($allow, array('GET', 'POST', 'HEAD'));
goto not_de_CH__RG__acme_message_center_conversation_state_set_archived;
}
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'de_CH__RG__acme_message_center_conversation_state_set_archived', key($requiredSchemes));
}
return $this->mergeDefaults(array_replace($matches, array('_route' => 'de_CH__RG__acme_message_center_conversation_state_set_archived')), array ( '_controller' => 'Acme\\Bundle\\MessageBundle\\Controller\\StateController::setConversationArchivedAction', '_locale' => 'de_CH',));
}
not_de_CH__RG__acme_message_center_conversation_state_set_archived:
if (0 === strpos($pathinfo, '/a')) {
// en_AU__RG__acme_message_center_conversation_state_set_archived
if (0 === strpos($pathinfo, '/au/my-account/message-center/conversation/state/set/archived') && preg_match('#^/au/my\\-account/message\\-center/conversation/state/set/archived/(?P<id>[^/]++)$#s', $pathinfo, $matches)) {
if (!in_array($this->context->getMethod(), array('GET', 'POST', 'HEAD'))) {
$allow = array_merge($allow, array('GET', 'POST', 'HEAD'));
goto not_en_AU__RG__acme_message_center_conversation_state_set_archived;
}
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'en_AU__RG__acme_message_center_conversation_state_set_archived', key($requiredSchemes));
}
return $this->mergeDefaults(array_replace($matches, array('_route' => 'en_AU__RG__acme_message_center_conversation_state_set_archived')), array ( '_controller' => 'Acme\\Bundle\\MessageBundle\\Controller\\StateController::setConversationArchivedAction', '_locale' => 'en_AU',));
}
not_en_AU__RG__acme_message_center_conversation_state_set_archived:
// de_AT__RG__acme_message_center_conversation_state_set_archived
if (0 === strpos($pathinfo, '/at/my-account/message-center/conversation/state/set/archived') && preg_match('#^/at/my\\-account/message\\-center/conversation/state/set/archived/(?P<id>[^/]++)$#s', $pathinfo, $matches)) {
if (!in_array($this->context->getMethod(), array('GET', 'POST', 'HEAD'))) {
$allow = array_merge($allow, array('GET', 'POST', 'HEAD'));
goto not_de_AT__RG__acme_message_center_conversation_state_set_archived;
}
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'de_AT__RG__acme_message_center_conversation_state_set_archived', key($requiredSchemes));
}
return $this->mergeDefaults(array_replace($matches, array('_route' => 'de_AT__RG__acme_message_center_conversation_state_set_archived')), array ( '_controller' => 'Acme\\Bundle\\MessageBundle\\Controller\\StateController::setConversationArchivedAction', '_locale' => 'de_AT',));
}
not_de_AT__RG__acme_message_center_conversation_state_set_archived:
}
// zu_ZZ__RG__acme_message_center_conversation_state_set_archived
if (0 === strpos($pathinfo, '/zz/my-account/message-center/conversation/state/set/archived') && preg_match('#^/zz/my\\-account/message\\-center/conversation/state/set/archived/(?P<id>[^/]++)$#s', $pathinfo, $matches)) {
if (!in_array($this->context->getMethod(), array('GET', 'POST', 'HEAD'))) {
$allow = array_merge($allow, array('GET', 'POST', 'HEAD'));
goto not_zu_ZZ__RG__acme_message_center_conversation_state_set_archived;
}
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'zu_ZZ__RG__acme_message_center_conversation_state_set_archived', key($requiredSchemes));
}
return $this->mergeDefaults(array_replace($matches, array('_route' => 'zu_ZZ__RG__acme_message_center_conversation_state_set_archived')), array ( '_controller' => 'Acme\\Bundle\\MessageBundle\\Controller\\StateController::setConversationArchivedAction', '_locale' => 'zu_ZZ',));
}
not_zu_ZZ__RG__acme_message_center_conversation_state_set_archived:
// de_DE__RG__acme_web_homepage
if (rtrim($pathinfo, '/') === '/de') {
if (substr($pathinfo, -1) !== '/') {
return $this->redirect($pathinfo.'/', 'de_DE__RG__acme_web_homepage');
}
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'de_DE__RG__acme_web_homepage', key($requiredSchemes));
}
return array ( '_controller' => 'Acme\\Bundle\\MachineBundle\\Controller\\HomepageController::indexAction', '_locale' => 'de_DE', '_route' => 'de_DE__RG__acme_web_homepage',);
}
if (0 === strpos($pathinfo, '/u')) {
// en_GB__RG__acme_web_homepage
if (rtrim($pathinfo, '/') === '/uk') {
if (substr($pathinfo, -1) !== '/') {
return $this->redirect($pathinfo.'/', 'en_GB__RG__acme_web_homepage');
}
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'en_GB__RG__acme_web_homepage', key($requiredSchemes));
}
return array ( '_controller' => 'Acme\\Bundle\\MachineBundle\\Controller\\HomepageController::indexAction', '_locale' => 'en_GB', '_route' => 'en_GB__RG__acme_web_homepage',);
}
// en_US__RG__acme_web_homepage
if (rtrim($pathinfo, '/') === '/us') {
if (substr($pathinfo, -1) !== '/') {
return $this->redirect($pathinfo.'/', 'en_US__RG__acme_web_homepage');
}
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'en_US__RG__acme_web_homepage', key($requiredSchemes));
}
return array ( '_controller' => 'Acme\\Bundle\\MachineBundle\\Controller\\HomepageController::indexAction', '_locale' => 'en_US', '_route' => 'en_US__RG__acme_web_homepage',);
}
}
// it_IT__RG__acme_web_homepage
if (rtrim($pathinfo, '/') === '/it') {
if (substr($pathinfo, -1) !== '/') {
return $this->redirect($pathinfo.'/', 'it_IT__RG__acme_web_homepage');
}
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'it_IT__RG__acme_web_homepage', key($requiredSchemes));
}
return array ( '_controller' => 'Acme\\Bundle\\MachineBundle\\Controller\\HomepageController::indexAction', '_locale' => 'it_IT', '_route' => 'it_IT__RG__acme_web_homepage',);
}
// fr_FR__RG__acme_web_homepage
if (rtrim($pathinfo, '/') === '/fr') {
if (substr($pathinfo, -1) !== '/') {
return $this->redirect($pathinfo.'/', 'fr_FR__RG__acme_web_homepage');
}
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'fr_FR__RG__acme_web_homepage', key($requiredSchemes));
}
return array ( '_controller' => 'Acme\\Bundle\\MachineBundle\\Controller\\HomepageController::indexAction', '_locale' => 'fr_FR', '_route' => 'fr_FR__RG__acme_web_homepage',);
}
// es_ES__RG__acme_web_homepage
if (rtrim($pathinfo, '/') === '/es') {
if (substr($pathinfo, -1) !== '/') {
return $this->redirect($pathinfo.'/', 'es_ES__RG__acme_web_homepage');
}
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'es_ES__RG__acme_web_homepage', key($requiredSchemes));
}
return array ( '_controller' => 'Acme\\Bundle\\MachineBundle\\Controller\\HomepageController::indexAction', '_locale' => 'es_ES', '_route' => 'es_ES__RG__acme_web_homepage',);
}
// nl_NL__RG__acme_web_homepage
if (rtrim($pathinfo, '/') === '/nl') {
if (substr($pathinfo, -1) !== '/') {
return $this->redirect($pathinfo.'/', 'nl_NL__RG__acme_web_homepage');
}
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'nl_NL__RG__acme_web_homepage', key($requiredSchemes));
}
return array ( '_controller' => 'Acme\\Bundle\\MachineBundle\\Controller\\HomepageController::indexAction', '_locale' => 'nl_NL', '_route' => 'nl_NL__RG__acme_web_homepage',);
}
// de_CH__RG__acme_web_homepage
if (rtrim($pathinfo, '/') === '/ch') {
if (substr($pathinfo, -1) !== '/') {
return $this->redirect($pathinfo.'/', 'de_CH__RG__acme_web_homepage');
}
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'de_CH__RG__acme_web_homepage', key($requiredSchemes));
}
return array ( '_controller' => 'Acme\\Bundle\\MachineBundle\\Controller\\HomepageController::indexAction', '_locale' => 'de_CH', '_route' => 'de_CH__RG__acme_web_homepage',);
}
if (0 === strpos($pathinfo, '/a')) {
// en_AU__RG__acme_web_homepage
if (rtrim($pathinfo, '/') === '/au') {
if (substr($pathinfo, -1) !== '/') {
return $this->redirect($pathinfo.'/', 'en_AU__RG__acme_web_homepage');
}
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'en_AU__RG__acme_web_homepage', key($requiredSchemes));
}
return array ( '_controller' => 'Acme\\Bundle\\MachineBundle\\Controller\\HomepageController::indexAction', '_locale' => 'en_AU', '_route' => 'en_AU__RG__acme_web_homepage',);
}
// de_AT__RG__acme_web_homepage
if (rtrim($pathinfo, '/') === '/at') {
if (substr($pathinfo, -1) !== '/') {
return $this->redirect($pathinfo.'/', 'de_AT__RG__acme_web_homepage');
}
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'de_AT__RG__acme_web_homepage', key($requiredSchemes));
}
return array ( '_controller' => 'Acme\\Bundle\\MachineBundle\\Controller\\HomepageController::indexAction', '_locale' => 'de_AT', '_route' => 'de_AT__RG__acme_web_homepage',);
}
}
// zu_ZZ__RG__acme_web_homepage
if (rtrim($pathinfo, '/') === '/zz') {
if (substr($pathinfo, -1) !== '/') {
return $this->redirect($pathinfo.'/', 'zu_ZZ__RG__acme_web_homepage');
}
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'zu_ZZ__RG__acme_web_homepage', key($requiredSchemes));
}
return array ( '_controller' => 'Acme\\Bundle\\MachineBundle\\Controller\\HomepageController::indexAction', '_locale' => 'zu_ZZ', '_route' => 'zu_ZZ__RG__acme_web_homepage',);
}
// de_DE__RG__acme_machine_pre_advertisement_wizard_index
if ($pathinfo === '/de/machines/post') {
if (!in_array($this->context->getMethod(), array('GET', 'POST', 'HEAD'))) {
$allow = array_merge($allow, array('GET', 'POST', 'HEAD'));
goto not_de_DE__RG__acme_machine_pre_advertisement_wizard_index;
}
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'de_DE__RG__acme_machine_pre_advertisement_wizard_index', key($requiredSchemes));
}
return array ( '_controller' => 'Acme\\Bundle\\MachineBundle\\Controller\\PreAdvertisementWizardController::indexAction', '_locale' => 'de_DE', '_route' => 'de_DE__RG__acme_machine_pre_advertisement_wizard_index',);
}
not_de_DE__RG__acme_machine_pre_advertisement_wizard_index:
if (0 === strpos($pathinfo, '/u')) {
// en_GB__RG__acme_machine_pre_advertisement_wizard_index
if ($pathinfo === '/uk/machines/create-listing') {
if (!in_array($this->context->getMethod(), array('GET', 'POST', 'HEAD'))) {
$allow = array_merge($allow, array('GET', 'POST', 'HEAD'));
goto not_en_GB__RG__acme_machine_pre_advertisement_wizard_index;
}
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'en_GB__RG__acme_machine_pre_advertisement_wizard_index', key($requiredSchemes));
}
return array ( '_controller' => 'Acme\\Bundle\\MachineBundle\\Controller\\PreAdvertisementWizardController::indexAction', '_locale' => 'en_GB', '_route' => 'en_GB__RG__acme_machine_pre_advertisement_wizard_index',);
}
not_en_GB__RG__acme_machine_pre_advertisement_wizard_index:
// en_US__RG__acme_machine_pre_advertisement_wizard_index
if ($pathinfo === '/us/machines/create-listing') {
if (!in_array($this->context->getMethod(), array('GET', 'POST', 'HEAD'))) {
$allow = array_merge($allow, array('GET', 'POST', 'HEAD'));
goto not_en_US__RG__acme_machine_pre_advertisement_wizard_index;
}
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'en_US__RG__acme_machine_pre_advertisement_wizard_index', key($requiredSchemes));
}
return array ( '_controller' => 'Acme\\Bundle\\MachineBundle\\Controller\\PreAdvertisementWizardController::indexAction', '_locale' => 'en_US', '_route' => 'en_US__RG__acme_machine_pre_advertisement_wizard_index',);
}
not_en_US__RG__acme_machine_pre_advertisement_wizard_index:
}
// it_IT__RG__acme_machine_pre_advertisement_wizard_index
if ($pathinfo === '/it/machines/create-listing') {
if (!in_array($this->context->getMethod(), array('GET', 'POST', 'HEAD'))) {
$allow = array_merge($allow, array('GET', 'POST', 'HEAD'));
goto not_it_IT__RG__acme_machine_pre_advertisement_wizard_index;
}
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'it_IT__RG__acme_machine_pre_advertisement_wizard_index', key($requiredSchemes));
}
return array ( '_controller' => 'Acme\\Bundle\\MachineBundle\\Controller\\PreAdvertisementWizardController::indexAction', '_locale' => 'it_IT', '_route' => 'it_IT__RG__acme_machine_pre_advertisement_wizard_index',);
}
not_it_IT__RG__acme_machine_pre_advertisement_wizard_index:
// fr_FR__RG__acme_machine_pre_advertisement_wizard_index
if ($pathinfo === '/fr/machines/poser-une-annonce') {
if (!in_array($this->context->getMethod(), array('GET', 'POST', 'HEAD'))) {
$allow = array_merge($allow, array('GET', 'POST', 'HEAD'));
goto not_fr_FR__RG__acme_machine_pre_advertisement_wizard_index;
}
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'fr_FR__RG__acme_machine_pre_advertisement_wizard_index', key($requiredSchemes));
}
return array ( '_controller' => 'Acme\\Bundle\\MachineBundle\\Controller\\PreAdvertisementWizardController::indexAction', '_locale' => 'fr_FR', '_route' => 'fr_FR__RG__acme_machine_pre_advertisement_wizard_index',);
}
not_fr_FR__RG__acme_machine_pre_advertisement_wizard_index:
// es_ES__RG__acme_machine_pre_advertisement_wizard_index
if ($pathinfo === '/es/machines/create-listing') {
if (!in_array($this->context->getMethod(), array('GET', 'POST', 'HEAD'))) {
$allow = array_merge($allow, array('GET', 'POST', 'HEAD'));
goto not_es_ES__RG__acme_machine_pre_advertisement_wizard_index;
}
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'es_ES__RG__acme_machine_pre_advertisement_wizard_index', key($requiredSchemes));
}
return array ( '_controller' => 'Acme\\Bundle\\MachineBundle\\Controller\\PreAdvertisementWizardController::indexAction', '_locale' => 'es_ES', '_route' => 'es_ES__RG__acme_machine_pre_advertisement_wizard_index',);
}
not_es_ES__RG__acme_machine_pre_advertisement_wizard_index:
// nl_NL__RG__acme_machine_pre_advertisement_wizard_index
if ($pathinfo === '/nl/machines/create-listing') {
if (!in_array($this->context->getMethod(), array('GET', 'POST', 'HEAD'))) {
$allow = array_merge($allow, array('GET', 'POST', 'HEAD'));
goto not_nl_NL__RG__acme_machine_pre_advertisement_wizard_index;
}
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'nl_NL__RG__acme_machine_pre_advertisement_wizard_index', key($requiredSchemes));
}
return array ( '_controller' => 'Acme\\Bundle\\MachineBundle\\Controller\\PreAdvertisementWizardController::indexAction', '_locale' => 'nl_NL', '_route' => 'nl_NL__RG__acme_machine_pre_advertisement_wizard_index',);
}
not_nl_NL__RG__acme_machine_pre_advertisement_wizard_index:
// de_CH__RG__acme_machine_pre_advertisement_wizard_index
if ($pathinfo === '/ch/machines/post') {
if (!in_array($this->context->getMethod(), array('GET', 'POST', 'HEAD'))) {
$allow = array_merge($allow, array('GET', 'POST', 'HEAD'));
goto not_de_CH__RG__acme_machine_pre_advertisement_wizard_index;
}
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'de_CH__RG__acme_machine_pre_advertisement_wizard_index', key($requiredSchemes));
}
return array ( '_controller' => 'Acme\\Bundle\\MachineBundle\\Controller\\PreAdvertisementWizardController::indexAction', '_locale' => 'de_CH', '_route' => 'de_CH__RG__acme_machine_pre_advertisement_wizard_index',);
}
not_de_CH__RG__acme_machine_pre_advertisement_wizard_index:
if (0 === strpos($pathinfo, '/a')) {
// en_AU__RG__acme_machine_pre_advertisement_wizard_index
if ($pathinfo === '/au/machines/create-listing') {
if (!in_array($this->context->getMethod(), array('GET', 'POST', 'HEAD'))) {
$allow = array_merge($allow, array('GET', 'POST', 'HEAD'));
goto not_en_AU__RG__acme_machine_pre_advertisement_wizard_index;
}
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'en_AU__RG__acme_machine_pre_advertisement_wizard_index', key($requiredSchemes));
}
return array ( '_controller' => 'Acme\\Bundle\\MachineBundle\\Controller\\PreAdvertisementWizardController::indexAction', '_locale' => 'en_AU', '_route' => 'en_AU__RG__acme_machine_pre_advertisement_wizard_index',);
}
not_en_AU__RG__acme_machine_pre_advertisement_wizard_index:
// de_AT__RG__acme_machine_pre_advertisement_wizard_index
if ($pathinfo === '/at/machines/post') {
if (!in_array($this->context->getMethod(), array('GET', 'POST', 'HEAD'))) {
$allow = array_merge($allow, array('GET', 'POST', 'HEAD'));
goto not_de_AT__RG__acme_machine_pre_advertisement_wizard_index;
}
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'de_AT__RG__acme_machine_pre_advertisement_wizard_index', key($requiredSchemes));
}
return array ( '_controller' => 'Acme\\Bundle\\MachineBundle\\Controller\\PreAdvertisementWizardController::indexAction', '_locale' => 'de_AT', '_route' => 'de_AT__RG__acme_machine_pre_advertisement_wizard_index',);
}
not_de_AT__RG__acme_machine_pre_advertisement_wizard_index:
}
// zu_ZZ__RG__acme_machine_pre_advertisement_wizard_index
if ($pathinfo === '/zz/machines/create-listing') {
if (!in_array($this->context->getMethod(), array('GET', 'POST', 'HEAD'))) {
$allow = array_merge($allow, array('GET', 'POST', 'HEAD'));
goto not_zu_ZZ__RG__acme_machine_pre_advertisement_wizard_index;
}
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'zu_ZZ__RG__acme_machine_pre_advertisement_wizard_index', key($requiredSchemes));
}
return array ( '_controller' => 'Acme\\Bundle\\MachineBundle\\Controller\\PreAdvertisementWizardController::indexAction', '_locale' => 'zu_ZZ', '_route' => 'zu_ZZ__RG__acme_machine_pre_advertisement_wizard_index',);
}
not_zu_ZZ__RG__acme_machine_pre_advertisement_wizard_index:
// de_DE__RG__acme_machine_advertisement_thankYou
if (0 === strpos($pathinfo, '/de/machines/post/vielen-dank') && preg_match('#^/de/machines/post/vielen\\-dank(?:/(?P<machineAdId>[^/]++))?$#s', $pathinfo, $matches)) {
if (!in_array($this->context->getMethod(), array('GET', 'POST', 'HEAD'))) {
$allow = array_merge($allow, array('GET', 'POST', 'HEAD'));
goto not_de_DE__RG__acme_machine_advertisement_thankYou;
}
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'de_DE__RG__acme_machine_advertisement_thankYou', key($requiredSchemes));
}
return $this->mergeDefaults(array_replace($matches, array('_route' => 'de_DE__RG__acme_machine_advertisement_thankYou')), array ( '_controller' => 'Acme\\Bundle\\MachineBundle\\Controller\\AdvertisementController::thankYouAction', 'machineAdId' => NULL, '_locale' => 'de_DE',));
}
not_de_DE__RG__acme_machine_advertisement_thankYou:
if (0 === strpos($pathinfo, '/u')) {
// en_GB__RG__acme_machine_advertisement_thankYou
if (0 === strpos($pathinfo, '/uk/machines/create-listing/thank-you') && preg_match('#^/uk/machines/create\\-listing/thank\\-you(?:/(?P<machineAdId>[^/]++))?$#s', $pathinfo, $matches)) {
if (!in_array($this->context->getMethod(), array('GET', 'POST', 'HEAD'))) {
$allow = array_merge($allow, array('GET', 'POST', 'HEAD'));
goto not_en_GB__RG__acme_machine_advertisement_thankYou;
}
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'en_GB__RG__acme_machine_advertisement_thankYou', key($requiredSchemes));
}
return $this->mergeDefaults(array_replace($matches, array('_route' => 'en_GB__RG__acme_machine_advertisement_thankYou')), array ( '_controller' => 'Acme\\Bundle\\MachineBundle\\Controller\\AdvertisementController::thankYouAction', 'machineAdId' => NULL, '_locale' => 'en_GB',));
}
not_en_GB__RG__acme_machine_advertisement_thankYou:
// en_US__RG__acme_machine_advertisement_thankYou
if (0 === strpos($pathinfo, '/us/machines/create-listing/thank-you') && preg_match('#^/us/machines/create\\-listing/thank\\-you(?:/(?P<machineAdId>[^/]++))?$#s', $pathinfo, $matches)) {
if (!in_array($this->context->getMethod(), array('GET', 'POST', 'HEAD'))) {
$allow = array_merge($allow, array('GET', 'POST', 'HEAD'));
goto not_en_US__RG__acme_machine_advertisement_thankYou;
}
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'en_US__RG__acme_machine_advertisement_thankYou', key($requiredSchemes));
}
return $this->mergeDefaults(array_replace($matches, array('_route' => 'en_US__RG__acme_machine_advertisement_thankYou')), array ( '_controller' => 'Acme\\Bundle\\MachineBundle\\Controller\\AdvertisementController::thankYouAction', 'machineAdId' => NULL, '_locale' => 'en_US',));
}
not_en_US__RG__acme_machine_advertisement_thankYou:
}
// it_IT__RG__acme_machine_advertisement_thankYou
if (0 === strpos($pathinfo, '/it/machines/create-listing/thank-you') && preg_match('#^/it/machines/create\\-listing/thank\\-you(?:/(?P<machineAdId>[^/]++))?$#s', $pathinfo, $matches)) {
if (!in_array($this->context->getMethod(), array('GET', 'POST', 'HEAD'))) {
$allow = array_merge($allow, array('GET', 'POST', 'HEAD'));
goto not_it_IT__RG__acme_machine_advertisement_thankYou;
}
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'it_IT__RG__acme_machine_advertisement_thankYou', key($requiredSchemes));
}
return $this->mergeDefaults(array_replace($matches, array('_route' => 'it_IT__RG__acme_machine_advertisement_thankYou')), array ( '_controller' => 'Acme\\Bundle\\MachineBundle\\Controller\\AdvertisementController::thankYouAction', 'machineAdId' => NULL, '_locale' => 'it_IT',));
}
not_it_IT__RG__acme_machine_advertisement_thankYou:
// fr_FR__RG__acme_machine_advertisement_thankYou
if (0 === strpos($pathinfo, '/fr/machines/poser-une-annonce/merci-beaucoup') && preg_match('#^/fr/machines/poser\\-une\\-annonce/merci\\-beaucoup(?:/(?P<machineAdId>[^/]++))?$#s', $pathinfo, $matches)) {
if (!in_array($this->context->getMethod(), array('GET', 'POST', 'HEAD'))) {
$allow = array_merge($allow, array('GET', 'POST', 'HEAD'));
goto not_fr_FR__RG__acme_machine_advertisement_thankYou;
}
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'fr_FR__RG__acme_machine_advertisement_thankYou', key($requiredSchemes));
}
return $this->mergeDefaults(array_replace($matches, array('_route' => 'fr_FR__RG__acme_machine_advertisement_thankYou')), array ( '_controller' => 'Acme\\Bundle\\MachineBundle\\Controller\\AdvertisementController::thankYouAction', 'machineAdId' => NULL, '_locale' => 'fr_FR',));
}
not_fr_FR__RG__acme_machine_advertisement_thankYou:
// es_ES__RG__acme_machine_advertisement_thankYou
if (0 === strpos($pathinfo, '/es/machines/create-listing/thank-you') && preg_match('#^/es/machines/create\\-listing/thank\\-you(?:/(?P<machineAdId>[^/]++))?$#s', $pathinfo, $matches)) {
if (!in_array($this->context->getMethod(), array('GET', 'POST', 'HEAD'))) {
$allow = array_merge($allow, array('GET', 'POST', 'HEAD'));
goto not_es_ES__RG__acme_machine_advertisement_thankYou;
}
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'es_ES__RG__acme_machine_advertisement_thankYou', key($requiredSchemes));
}
return $this->mergeDefaults(array_replace($matches, array('_route' => 'es_ES__RG__acme_machine_advertisement_thankYou')), array ( '_controller' => 'Acme\\Bundle\\MachineBundle\\Controller\\AdvertisementController::thankYouAction', 'machineAdId' => NULL, '_locale' => 'es_ES',));
}
not_es_ES__RG__acme_machine_advertisement_thankYou:
// nl_NL__RG__acme_machine_advertisement_thankYou
if (0 === strpos($pathinfo, '/nl/machines/create-listing/thank-you') && preg_match('#^/nl/machines/create\\-listing/thank\\-you(?:/(?P<machineAdId>[^/]++))?$#s', $pathinfo, $matches)) {
if (!in_array($this->context->getMethod(), array('GET', 'POST', 'HEAD'))) {
$allow = array_merge($allow, array('GET', 'POST', 'HEAD'));
goto not_nl_NL__RG__acme_machine_advertisement_thankYou;
}
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'nl_NL__RG__acme_machine_advertisement_thankYou', key($requiredSchemes));
}
return $this->mergeDefaults(array_replace($matches, array('_route' => 'nl_NL__RG__acme_machine_advertisement_thankYou')), array ( '_controller' => 'Acme\\Bundle\\MachineBundle\\Controller\\AdvertisementController::thankYouAction', 'machineAdId' => NULL, '_locale' => 'nl_NL',));
}
not_nl_NL__RG__acme_machine_advertisement_thankYou:
// de_CH__RG__acme_machine_advertisement_thankYou
if (0 === strpos($pathinfo, '/ch/machines/post/vielen-dank') && preg_match('#^/ch/machines/post/vielen\\-dank(?:/(?P<machineAdId>[^/]++))?$#s', $pathinfo, $matches)) {
if (!in_array($this->context->getMethod(), array('GET', 'POST', 'HEAD'))) {
$allow = array_merge($allow, array('GET', 'POST', 'HEAD'));
goto not_de_CH__RG__acme_machine_advertisement_thankYou;
}
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'de_CH__RG__acme_machine_advertisement_thankYou', key($requiredSchemes));
}
return $this->mergeDefaults(array_replace($matches, array('_route' => 'de_CH__RG__acme_machine_advertisement_thankYou')), array ( '_controller' => 'Acme\\Bundle\\MachineBundle\\Controller\\AdvertisementController::thankYouAction', 'machineAdId' => NULL, '_locale' => 'de_CH',));
}
not_de_CH__RG__acme_machine_advertisement_thankYou:
if (0 === strpos($pathinfo, '/a')) {
// en_AU__RG__acme_machine_advertisement_thankYou
if (0 === strpos($pathinfo, '/au/machines/create-listing/thank-you') && preg_match('#^/au/machines/create\\-listing/thank\\-you(?:/(?P<machineAdId>[^/]++))?$#s', $pathinfo, $matches)) {
if (!in_array($this->context->getMethod(), array('GET', 'POST', 'HEAD'))) {
$allow = array_merge($allow, array('GET', 'POST', 'HEAD'));
goto not_en_AU__RG__acme_machine_advertisement_thankYou;
}
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'en_AU__RG__acme_machine_advertisement_thankYou', key($requiredSchemes));
}
return $this->mergeDefaults(array_replace($matches, array('_route' => 'en_AU__RG__acme_machine_advertisement_thankYou')), array ( '_controller' => 'Acme\\Bundle\\MachineBundle\\Controller\\AdvertisementController::thankYouAction', 'machineAdId' => NULL, '_locale' => 'en_AU',));
}
not_en_AU__RG__acme_machine_advertisement_thankYou:
// de_AT__RG__acme_machine_advertisement_thankYou
if (0 === strpos($pathinfo, '/at/machines/post/vielen-dank') && preg_match('#^/at/machines/post/vielen\\-dank(?:/(?P<machineAdId>[^/]++))?$#s', $pathinfo, $matches)) {
if (!in_array($this->context->getMethod(), array('GET', 'POST', 'HEAD'))) {
$allow = array_merge($allow, array('GET', 'POST', 'HEAD'));
goto not_de_AT__RG__acme_machine_advertisement_thankYou;
}
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'de_AT__RG__acme_machine_advertisement_thankYou', key($requiredSchemes));
}
return $this->mergeDefaults(array_replace($matches, array('_route' => 'de_AT__RG__acme_machine_advertisement_thankYou')), array ( '_controller' => 'Acme\\Bundle\\MachineBundle\\Controller\\AdvertisementController::thankYouAction', 'machineAdId' => NULL, '_locale' => 'de_AT',));
}
not_de_AT__RG__acme_machine_advertisement_thankYou:
}
// zu_ZZ__RG__acme_machine_advertisement_thankYou
if (0 === strpos($pathinfo, '/zz/machines/create-listing/thank-you') && preg_match('#^/zz/machines/create\\-listing/thank\\-you(?:/(?P<machineAdId>[^/]++))?$#s', $pathinfo, $matches)) {
if (!in_array($this->context->getMethod(), array('GET', 'POST', 'HEAD'))) {
$allow = array_merge($allow, array('GET', 'POST', 'HEAD'));
goto not_zu_ZZ__RG__acme_machine_advertisement_thankYou;
}
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'zu_ZZ__RG__acme_machine_advertisement_thankYou', key($requiredSchemes));
}
return $this->mergeDefaults(array_replace($matches, array('_route' => 'zu_ZZ__RG__acme_machine_advertisement_thankYou')), array ( '_controller' => 'Acme\\Bundle\\MachineBundle\\Controller\\AdvertisementController::thankYouAction', 'machineAdId' => NULL, '_locale' => 'zu_ZZ',));
}
not_zu_ZZ__RG__acme_machine_advertisement_thankYou:
// de_DE__RG__acme_machine_pre_advertisement_wizard_machineType
if (0 === strpos($pathinfo, '/de/machines/post/machine-typ') && preg_match('#^/de/machines/post/machine\\-typ/(?P<machineCategory>[^/]++)$#s', $pathinfo, $matches)) {
if (!in_array($this->context->getMethod(), array('GET', 'POST', 'HEAD'))) {
$allow = array_merge($allow, array('GET', 'POST', 'HEAD'));
goto not_de_DE__RG__acme_machine_pre_advertisement_wizard_machineType;
}
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'de_DE__RG__acme_machine_pre_advertisement_wizard_machineType', key($requiredSchemes));
}
return $this->mergeDefaults(array_replace($matches, array('_route' => 'de_DE__RG__acme_machine_pre_advertisement_wizard_machineType')), array ( '_controller' => 'Acme\\Bundle\\MachineBundle\\Controller\\PreAdvertisementWizardController::machineTypeAction', '_locale' => 'de_DE',));
}
not_de_DE__RG__acme_machine_pre_advertisement_wizard_machineType:
if (0 === strpos($pathinfo, '/u')) {
// en_GB__RG__acme_machine_pre_advertisement_wizard_machineType
if (0 === strpos($pathinfo, '/uk/machines/create-listing/machineType') && preg_match('#^/uk/machines/create\\-listing/machineType/(?P<machineCategory>[^/]++)$#s', $pathinfo, $matches)) {
if (!in_array($this->context->getMethod(), array('GET', 'POST', 'HEAD'))) {
$allow = array_merge($allow, array('GET', 'POST', 'HEAD'));
goto not_en_GB__RG__acme_machine_pre_advertisement_wizard_machineType;
}
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'en_GB__RG__acme_machine_pre_advertisement_wizard_machineType', key($requiredSchemes));
}
return $this->mergeDefaults(array_replace($matches, array('_route' => 'en_GB__RG__acme_machine_pre_advertisement_wizard_machineType')), array ( '_controller' => 'Acme\\Bundle\\MachineBundle\\Controller\\PreAdvertisementWizardController::machineTypeAction', '_locale' => 'en_GB',));
}
not_en_GB__RG__acme_machine_pre_advertisement_wizard_machineType:
// en_US__RG__acme_machine_pre_advertisement_wizard_machineType
if (0 === strpos($pathinfo, '/us/machines/create-listing/machineType') && preg_match('#^/us/machines/create\\-listing/machineType/(?P<machineCategory>[^/]++)$#s', $pathinfo, $matches)) {
if (!in_array($this->context->getMethod(), array('GET', 'POST', 'HEAD'))) {
$allow = array_merge($allow, array('GET', 'POST', 'HEAD'));
goto not_en_US__RG__acme_machine_pre_advertisement_wizard_machineType;
}
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'en_US__RG__acme_machine_pre_advertisement_wizard_machineType', key($requiredSchemes));
}
return $this->mergeDefaults(array_replace($matches, array('_route' => 'en_US__RG__acme_machine_pre_advertisement_wizard_machineType')), array ( '_controller' => 'Acme\\Bundle\\MachineBundle\\Controller\\PreAdvertisementWizardController::machineTypeAction', '_locale' => 'en_US',));
}
not_en_US__RG__acme_machine_pre_advertisement_wizard_machineType:
}
// it_IT__RG__acme_machine_pre_advertisement_wizard_machineType
if (0 === strpos($pathinfo, '/it/machines/create-listing/machineType') && preg_match('#^/it/machines/create\\-listing/machineType/(?P<machineCategory>[^/]++)$#s', $pathinfo, $matches)) {
if (!in_array($this->context->getMethod(), array('GET', 'POST', 'HEAD'))) {
$allow = array_merge($allow, array('GET', 'POST', 'HEAD'));
goto not_it_IT__RG__acme_machine_pre_advertisement_wizard_machineType;
}
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'it_IT__RG__acme_machine_pre_advertisement_wizard_machineType', key($requiredSchemes));
}
return $this->mergeDefaults(array_replace($matches, array('_route' => 'it_IT__RG__acme_machine_pre_advertisement_wizard_machineType')), array ( '_controller' => 'Acme\\Bundle\\MachineBundle\\Controller\\PreAdvertisementWizardController::machineTypeAction', '_locale' => 'it_IT',));
}
not_it_IT__RG__acme_machine_pre_advertisement_wizard_machineType:
// fr_FR__RG__acme_machine_pre_advertisement_wizard_machineType
if (0 === strpos($pathinfo, '/fr/machines/poser-une-annonce/type-de-machine') && preg_match('#^/fr/machines/poser\\-une\\-annonce/type\\-de\\-machine/(?P<machineCategory>[^/]++)$#s', $pathinfo, $matches)) {
if (!in_array($this->context->getMethod(), array('GET', 'POST', 'HEAD'))) {
$allow = array_merge($allow, array('GET', 'POST', 'HEAD'));
goto not_fr_FR__RG__acme_machine_pre_advertisement_wizard_machineType;
}
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'fr_FR__RG__acme_machine_pre_advertisement_wizard_machineType', key($requiredSchemes));
}
return $this->mergeDefaults(array_replace($matches, array('_route' => 'fr_FR__RG__acme_machine_pre_advertisement_wizard_machineType')), array ( '_controller' => 'Acme\\Bundle\\MachineBundle\\Controller\\PreAdvertisementWizardController::machineTypeAction', '_locale' => 'fr_FR',));
}
not_fr_FR__RG__acme_machine_pre_advertisement_wizard_machineType:
// es_ES__RG__acme_machine_pre_advertisement_wizard_machineType
if (0 === strpos($pathinfo, '/es/machines/create-listing/machineType') && preg_match('#^/es/machines/create\\-listing/machineType/(?P<machineCategory>[^/]++)$#s', $pathinfo, $matches)) {
if (!in_array($this->context->getMethod(), array('GET', 'POST', 'HEAD'))) {
$allow = array_merge($allow, array('GET', 'POST', 'HEAD'));
goto not_es_ES__RG__acme_machine_pre_advertisement_wizard_machineType;
}
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'es_ES__RG__acme_machine_pre_advertisement_wizard_machineType', key($requiredSchemes));
}
return $this->mergeDefaults(array_replace($matches, array('_route' => 'es_ES__RG__acme_machine_pre_advertisement_wizard_machineType')), array ( '_controller' => 'Acme\\Bundle\\MachineBundle\\Controller\\PreAdvertisementWizardController::machineTypeAction', '_locale' => 'es_ES',));
}
not_es_ES__RG__acme_machine_pre_advertisement_wizard_machineType:
// nl_NL__RG__acme_machine_pre_advertisement_wizard_machineType
if (0 === strpos($pathinfo, '/nl/machines/create-listing/machineType') && preg_match('#^/nl/machines/create\\-listing/machineType/(?P<machineCategory>[^/]++)$#s', $pathinfo, $matches)) {
if (!in_array($this->context->getMethod(), array('GET', 'POST', 'HEAD'))) {
$allow = array_merge($allow, array('GET', 'POST', 'HEAD'));
goto not_nl_NL__RG__acme_machine_pre_advertisement_wizard_machineType;
}
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'nl_NL__RG__acme_machine_pre_advertisement_wizard_machineType', key($requiredSchemes));
}
return $this->mergeDefaults(array_replace($matches, array('_route' => 'nl_NL__RG__acme_machine_pre_advertisement_wizard_machineType')), array ( '_controller' => 'Acme\\Bundle\\MachineBundle\\Controller\\PreAdvertisementWizardController::machineTypeAction', '_locale' => 'nl_NL',));
}
not_nl_NL__RG__acme_machine_pre_advertisement_wizard_machineType:
// de_CH__RG__acme_machine_pre_advertisement_wizard_machineType
if (0 === strpos($pathinfo, '/ch/machines/post/machine-typ') && preg_match('#^/ch/machines/post/machine\\-typ/(?P<machineCategory>[^/]++)$#s', $pathinfo, $matches)) {
if (!in_array($this->context->getMethod(), array('GET', 'POST', 'HEAD'))) {
$allow = array_merge($allow, array('GET', 'POST', 'HEAD'));
goto not_de_CH__RG__acme_machine_pre_advertisement_wizard_machineType;
}
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'de_CH__RG__acme_machine_pre_advertisement_wizard_machineType', key($requiredSchemes));
}
return $this->mergeDefaults(array_replace($matches, array('_route' => 'de_CH__RG__acme_machine_pre_advertisement_wizard_machineType')), array ( '_controller' => 'Acme\\Bundle\\MachineBundle\\Controller\\PreAdvertisementWizardController::machineTypeAction', '_locale' => 'de_CH',));
}
not_de_CH__RG__acme_machine_pre_advertisement_wizard_machineType:
if (0 === strpos($pathinfo, '/a')) {
// en_AU__RG__acme_machine_pre_advertisement_wizard_machineType
if (0 === strpos($pathinfo, '/au/machines/create-listing/machineType') && preg_match('#^/au/machines/create\\-listing/machineType/(?P<machineCategory>[^/]++)$#s', $pathinfo, $matches)) {
if (!in_array($this->context->getMethod(), array('GET', 'POST', 'HEAD'))) {
$allow = array_merge($allow, array('GET', 'POST', 'HEAD'));
goto not_en_AU__RG__acme_machine_pre_advertisement_wizard_machineType;
}
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'en_AU__RG__acme_machine_pre_advertisement_wizard_machineType', key($requiredSchemes));
}
return $this->mergeDefaults(array_replace($matches, array('_route' => 'en_AU__RG__acme_machine_pre_advertisement_wizard_machineType')), array ( '_controller' => 'Acme\\Bundle\\MachineBundle\\Controller\\PreAdvertisementWizardController::machineTypeAction', '_locale' => 'en_AU',));
}
not_en_AU__RG__acme_machine_pre_advertisement_wizard_machineType:
// de_AT__RG__acme_machine_pre_advertisement_wizard_machineType
if (0 === strpos($pathinfo, '/at/machines/post/machine-typ') && preg_match('#^/at/machines/post/machine\\-typ/(?P<machineCategory>[^/]++)$#s', $pathinfo, $matches)) {
if (!in_array($this->context->getMethod(), array('GET', 'POST', 'HEAD'))) {
$allow = array_merge($allow, array('GET', 'POST', 'HEAD'));
goto not_de_AT__RG__acme_machine_pre_advertisement_wizard_machineType;
}
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'de_AT__RG__acme_machine_pre_advertisement_wizard_machineType', key($requiredSchemes));
}
return $this->mergeDefaults(array_replace($matches, array('_route' => 'de_AT__RG__acme_machine_pre_advertisement_wizard_machineType')), array ( '_controller' => 'Acme\\Bundle\\MachineBundle\\Controller\\PreAdvertisementWizardController::machineTypeAction', '_locale' => 'de_AT',));
}
not_de_AT__RG__acme_machine_pre_advertisement_wizard_machineType:
}
// zu_ZZ__RG__acme_machine_pre_advertisement_wizard_machineType
if (0 === strpos($pathinfo, '/zz/machines/create-listing/machineType') && preg_match('#^/zz/machines/create\\-listing/machineType/(?P<machineCategory>[^/]++)$#s', $pathinfo, $matches)) {
if (!in_array($this->context->getMethod(), array('GET', 'POST', 'HEAD'))) {
$allow = array_merge($allow, array('GET', 'POST', 'HEAD'));
goto not_zu_ZZ__RG__acme_machine_pre_advertisement_wizard_machineType;
}
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'zu_ZZ__RG__acme_machine_pre_advertisement_wizard_machineType', key($requiredSchemes));
}
return $this->mergeDefaults(array_replace($matches, array('_route' => 'zu_ZZ__RG__acme_machine_pre_advertisement_wizard_machineType')), array ( '_controller' => 'Acme\\Bundle\\MachineBundle\\Controller\\PreAdvertisementWizardController::machineTypeAction', '_locale' => 'zu_ZZ',));
}
not_zu_ZZ__RG__acme_machine_pre_advertisement_wizard_machineType:
// de_DE__RG__acme_machine_pre_advertisement_wizard_machineCategory
if ($pathinfo === '/de/machines/post/machine-kategorie') {
if (!in_array($this->context->getMethod(), array('GET', 'POST', 'HEAD'))) {
$allow = array_merge($allow, array('GET', 'POST', 'HEAD'));
goto not_de_DE__RG__acme_machine_pre_advertisement_wizard_machineCategory;
}
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'de_DE__RG__acme_machine_pre_advertisement_wizard_machineCategory', key($requiredSchemes));
}
return array ( '_controller' => 'Acme\\Bundle\\MachineBundle\\Controller\\PreAdvertisementWizardController::machineCategoryAction', '_locale' => 'de_DE', '_route' => 'de_DE__RG__acme_machine_pre_advertisement_wizard_machineCategory',);
}
not_de_DE__RG__acme_machine_pre_advertisement_wizard_machineCategory:
if (0 === strpos($pathinfo, '/u')) {
// en_GB__RG__acme_machine_pre_advertisement_wizard_machineCategory
if ($pathinfo === '/uk/machines/create-listing/machineCategory') {
if (!in_array($this->context->getMethod(), array('GET', 'POST', 'HEAD'))) {
$allow = array_merge($allow, array('GET', 'POST', 'HEAD'));
goto not_en_GB__RG__acme_machine_pre_advertisement_wizard_machineCategory;
}
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'en_GB__RG__acme_machine_pre_advertisement_wizard_machineCategory', key($requiredSchemes));
}
return array ( '_controller' => 'Acme\\Bundle\\MachineBundle\\Controller\\PreAdvertisementWizardController::machineCategoryAction', '_locale' => 'en_GB', '_route' => 'en_GB__RG__acme_machine_pre_advertisement_wizard_machineCategory',);
}
not_en_GB__RG__acme_machine_pre_advertisement_wizard_machineCategory:
// en_US__RG__acme_machine_pre_advertisement_wizard_machineCategory
if ($pathinfo === '/us/machines/create-listing/machineCategory') {
if (!in_array($this->context->getMethod(), array('GET', 'POST', 'HEAD'))) {
$allow = array_merge($allow, array('GET', 'POST', 'HEAD'));
goto not_en_US__RG__acme_machine_pre_advertisement_wizard_machineCategory;
}
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'en_US__RG__acme_machine_pre_advertisement_wizard_machineCategory', key($requiredSchemes));
}
return array ( '_controller' => 'Acme\\Bundle\\MachineBundle\\Controller\\PreAdvertisementWizardController::machineCategoryAction', '_locale' => 'en_US', '_route' => 'en_US__RG__acme_machine_pre_advertisement_wizard_machineCategory',);
}
not_en_US__RG__acme_machine_pre_advertisement_wizard_machineCategory:
}
// it_IT__RG__acme_machine_pre_advertisement_wizard_machineCategory
if ($pathinfo === '/it/machines/create-listing/machineCategory') {
if (!in_array($this->context->getMethod(), array('GET', 'POST', 'HEAD'))) {
$allow = array_merge($allow, array('GET', 'POST', 'HEAD'));
goto not_it_IT__RG__acme_machine_pre_advertisement_wizard_machineCategory;
}
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'it_IT__RG__acme_machine_pre_advertisement_wizard_machineCategory', key($requiredSchemes));
}
return array ( '_controller' => 'Acme\\Bundle\\MachineBundle\\Controller\\PreAdvertisementWizardController::machineCategoryAction', '_locale' => 'it_IT', '_route' => 'it_IT__RG__acme_machine_pre_advertisement_wizard_machineCategory',);
}
not_it_IT__RG__acme_machine_pre_advertisement_wizard_machineCategory:
// fr_FR__RG__acme_machine_pre_advertisement_wizard_machineCategory
if ($pathinfo === '/fr/machines/poser-une-annonce/category-de-machine') {
if (!in_array($this->context->getMethod(), array('GET', 'POST', 'HEAD'))) {
$allow = array_merge($allow, array('GET', 'POST', 'HEAD'));
goto not_fr_FR__RG__acme_machine_pre_advertisement_wizard_machineCategory;
}
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'fr_FR__RG__acme_machine_pre_advertisement_wizard_machineCategory', key($requiredSchemes));
}
return array ( '_controller' => 'Acme\\Bundle\\MachineBundle\\Controller\\PreAdvertisementWizardController::machineCategoryAction', '_locale' => 'fr_FR', '_route' => 'fr_FR__RG__acme_machine_pre_advertisement_wizard_machineCategory',);
}
not_fr_FR__RG__acme_machine_pre_advertisement_wizard_machineCategory:
// es_ES__RG__acme_machine_pre_advertisement_wizard_machineCategory
if ($pathinfo === '/es/machines/create-listing/machineCategory') {
if (!in_array($this->context->getMethod(), array('GET', 'POST', 'HEAD'))) {
$allow = array_merge($allow, array('GET', 'POST', 'HEAD'));
goto not_es_ES__RG__acme_machine_pre_advertisement_wizard_machineCategory;
}
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'es_ES__RG__acme_machine_pre_advertisement_wizard_machineCategory', key($requiredSchemes));
}
return array ( '_controller' => 'Acme\\Bundle\\MachineBundle\\Controller\\PreAdvertisementWizardController::machineCategoryAction', '_locale' => 'es_ES', '_route' => 'es_ES__RG__acme_machine_pre_advertisement_wizard_machineCategory',);
}
not_es_ES__RG__acme_machine_pre_advertisement_wizard_machineCategory:
// nl_NL__RG__acme_machine_pre_advertisement_wizard_machineCategory
if ($pathinfo === '/nl/machines/create-listing/machineCategory') {
if (!in_array($this->context->getMethod(), array('GET', 'POST', 'HEAD'))) {
$allow = array_merge($allow, array('GET', 'POST', 'HEAD'));
goto not_nl_NL__RG__acme_machine_pre_advertisement_wizard_machineCategory;
}
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'nl_NL__RG__acme_machine_pre_advertisement_wizard_machineCategory', key($requiredSchemes));
}
return array ( '_controller' => 'Acme\\Bundle\\MachineBundle\\Controller\\PreAdvertisementWizardController::machineCategoryAction', '_locale' => 'nl_NL', '_route' => 'nl_NL__RG__acme_machine_pre_advertisement_wizard_machineCategory',);
}
not_nl_NL__RG__acme_machine_pre_advertisement_wizard_machineCategory:
// de_CH__RG__acme_machine_pre_advertisement_wizard_machineCategory
if ($pathinfo === '/ch/machines/post/machine-kategorie') {
if (!in_array($this->context->getMethod(), array('GET', 'POST', 'HEAD'))) {
$allow = array_merge($allow, array('GET', 'POST', 'HEAD'));
goto not_de_CH__RG__acme_machine_pre_advertisement_wizard_machineCategory;
}
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'de_CH__RG__acme_machine_pre_advertisement_wizard_machineCategory', key($requiredSchemes));
}
return array ( '_controller' => 'Acme\\Bundle\\MachineBundle\\Controller\\PreAdvertisementWizardController::machineCategoryAction', '_locale' => 'de_CH', '_route' => 'de_CH__RG__acme_machine_pre_advertisement_wizard_machineCategory',);
}
not_de_CH__RG__acme_machine_pre_advertisement_wizard_machineCategory:
if (0 === strpos($pathinfo, '/a')) {
// en_AU__RG__acme_machine_pre_advertisement_wizard_machineCategory
if ($pathinfo === '/au/machines/create-listing/machineCategory') {
if (!in_array($this->context->getMethod(), array('GET', 'POST', 'HEAD'))) {
$allow = array_merge($allow, array('GET', 'POST', 'HEAD'));
goto not_en_AU__RG__acme_machine_pre_advertisement_wizard_machineCategory;
}
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'en_AU__RG__acme_machine_pre_advertisement_wizard_machineCategory', key($requiredSchemes));
}
return array ( '_controller' => 'Acme\\Bundle\\MachineBundle\\Controller\\PreAdvertisementWizardController::machineCategoryAction', '_locale' => 'en_AU', '_route' => 'en_AU__RG__acme_machine_pre_advertisement_wizard_machineCategory',);
}
not_en_AU__RG__acme_machine_pre_advertisement_wizard_machineCategory:
// de_AT__RG__acme_machine_pre_advertisement_wizard_machineCategory
if ($pathinfo === '/at/machines/post/machine-kategorie') {
if (!in_array($this->context->getMethod(), array('GET', 'POST', 'HEAD'))) {
$allow = array_merge($allow, array('GET', 'POST', 'HEAD'));
goto not_de_AT__RG__acme_machine_pre_advertisement_wizard_machineCategory;
}
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'de_AT__RG__acme_machine_pre_advertisement_wizard_machineCategory', key($requiredSchemes));
}
return array ( '_controller' => 'Acme\\Bundle\\MachineBundle\\Controller\\PreAdvertisementWizardController::machineCategoryAction', '_locale' => 'de_AT', '_route' => 'de_AT__RG__acme_machine_pre_advertisement_wizard_machineCategory',);
}
not_de_AT__RG__acme_machine_pre_advertisement_wizard_machineCategory:
}
// zu_ZZ__RG__acme_machine_pre_advertisement_wizard_machineCategory
if ($pathinfo === '/zz/machines/create-listing/machineCategory') {
if (!in_array($this->context->getMethod(), array('GET', 'POST', 'HEAD'))) {
$allow = array_merge($allow, array('GET', 'POST', 'HEAD'));
goto not_zu_ZZ__RG__acme_machine_pre_advertisement_wizard_machineCategory;
}
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'zu_ZZ__RG__acme_machine_pre_advertisement_wizard_machineCategory', key($requiredSchemes));
}
return array ( '_controller' => 'Acme\\Bundle\\MachineBundle\\Controller\\PreAdvertisementWizardController::machineCategoryAction', '_locale' => 'zu_ZZ', '_route' => 'zu_ZZ__RG__acme_machine_pre_advertisement_wizard_machineCategory',);
}
not_zu_ZZ__RG__acme_machine_pre_advertisement_wizard_machineCategory:
// de_DE__RG__acme_machine_advertisement_overview_index
if ($pathinfo === '/de/machines/inserate/uebersicht') {
if (!in_array($this->context->getMethod(), array('GET', 'POST', 'HEAD'))) {
$allow = array_merge($allow, array('GET', 'POST', 'HEAD'));
goto not_de_DE__RG__acme_machine_advertisement_overview_index;
}
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'de_DE__RG__acme_machine_advertisement_overview_index', key($requiredSchemes));
}
return array ( '_controller' => 'Acme\\Bundle\\MachineBundle\\Controller\\AdvertisementOverviewController::indexAction', '_locale' => 'de_DE', '_route' => 'de_DE__RG__acme_machine_advertisement_overview_index',);
}
not_de_DE__RG__acme_machine_advertisement_overview_index:
if (0 === strpos($pathinfo, '/u')) {
// en_GB__RG__acme_machine_advertisement_overview_index
if ($pathinfo === '/uk/machines/listings/overview') {
if (!in_array($this->context->getMethod(), array('GET', 'POST', 'HEAD'))) {
$allow = array_merge($allow, array('GET', 'POST', 'HEAD'));
goto not_en_GB__RG__acme_machine_advertisement_overview_index;
}
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'en_GB__RG__acme_machine_advertisement_overview_index', key($requiredSchemes));
}
return array ( '_controller' => 'Acme\\Bundle\\MachineBundle\\Controller\\AdvertisementOverviewController::indexAction', '_locale' => 'en_GB', '_route' => 'en_GB__RG__acme_machine_advertisement_overview_index',);
}
not_en_GB__RG__acme_machine_advertisement_overview_index:
// en_US__RG__acme_machine_advertisement_overview_index
if ($pathinfo === '/us/machines/listings/overview') {
if (!in_array($this->context->getMethod(), array('GET', 'POST', 'HEAD'))) {
$allow = array_merge($allow, array('GET', 'POST', 'HEAD'));
goto not_en_US__RG__acme_machine_advertisement_overview_index;
}
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'en_US__RG__acme_machine_advertisement_overview_index', key($requiredSchemes));
}
return array ( '_controller' => 'Acme\\Bundle\\MachineBundle\\Controller\\AdvertisementOverviewController::indexAction', '_locale' => 'en_US', '_route' => 'en_US__RG__acme_machine_advertisement_overview_index',);
}
not_en_US__RG__acme_machine_advertisement_overview_index:
}
// it_IT__RG__acme_machine_advertisement_overview_index
if ($pathinfo === '/it/machines/listings/overview') {
if (!in_array($this->context->getMethod(), array('GET', 'POST', 'HEAD'))) {
$allow = array_merge($allow, array('GET', 'POST', 'HEAD'));
goto not_it_IT__RG__acme_machine_advertisement_overview_index;
}
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'it_IT__RG__acme_machine_advertisement_overview_index', key($requiredSchemes));
}
return array ( '_controller' => 'Acme\\Bundle\\MachineBundle\\Controller\\AdvertisementOverviewController::indexAction', '_locale' => 'it_IT', '_route' => 'it_IT__RG__acme_machine_advertisement_overview_index',);
}
not_it_IT__RG__acme_machine_advertisement_overview_index:
// fr_FR__RG__acme_machine_advertisement_overview_index
if ($pathinfo === '/fr/machines/annonces/sommaire') {
if (!in_array($this->context->getMethod(), array('GET', 'POST', 'HEAD'))) {
$allow = array_merge($allow, array('GET', 'POST', 'HEAD'));
goto not_fr_FR__RG__acme_machine_advertisement_overview_index;
}
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'fr_FR__RG__acme_machine_advertisement_overview_index', key($requiredSchemes));
}
return array ( '_controller' => 'Acme\\Bundle\\MachineBundle\\Controller\\AdvertisementOverviewController::indexAction', '_locale' => 'fr_FR', '_route' => 'fr_FR__RG__acme_machine_advertisement_overview_index',);
}
not_fr_FR__RG__acme_machine_advertisement_overview_index:
// es_ES__RG__acme_machine_advertisement_overview_index
if ($pathinfo === '/es/machines/listings/overview') {
if (!in_array($this->context->getMethod(), array('GET', 'POST', 'HEAD'))) {
$allow = array_merge($allow, array('GET', 'POST', 'HEAD'));
goto not_es_ES__RG__acme_machine_advertisement_overview_index;
}
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'es_ES__RG__acme_machine_advertisement_overview_index', key($requiredSchemes));
}
return array ( '_controller' => 'Acme\\Bundle\\MachineBundle\\Controller\\AdvertisementOverviewController::indexAction', '_locale' => 'es_ES', '_route' => 'es_ES__RG__acme_machine_advertisement_overview_index',);
}
not_es_ES__RG__acme_machine_advertisement_overview_index:
// nl_NL__RG__acme_machine_advertisement_overview_index
if ($pathinfo === '/nl/machines/listings/overview') {
if (!in_array($this->context->getMethod(), array('GET', 'POST', 'HEAD'))) {
$allow = array_merge($allow, array('GET', 'POST', 'HEAD'));
goto not_nl_NL__RG__acme_machine_advertisement_overview_index;
}
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'nl_NL__RG__acme_machine_advertisement_overview_index', key($requiredSchemes));
}
return array ( '_controller' => 'Acme\\Bundle\\MachineBundle\\Controller\\AdvertisementOverviewController::indexAction', '_locale' => 'nl_NL', '_route' => 'nl_NL__RG__acme_machine_advertisement_overview_index',);
}
not_nl_NL__RG__acme_machine_advertisement_overview_index:
// de_CH__RG__acme_machine_advertisement_overview_index
if ($pathinfo === '/ch/machines/inserate/uebersicht') {
if (!in_array($this->context->getMethod(), array('GET', 'POST', 'HEAD'))) {
$allow = array_merge($allow, array('GET', 'POST', 'HEAD'));
goto not_de_CH__RG__acme_machine_advertisement_overview_index;
}
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'de_CH__RG__acme_machine_advertisement_overview_index', key($requiredSchemes));
}
return array ( '_controller' => 'Acme\\Bundle\\MachineBundle\\Controller\\AdvertisementOverviewController::indexAction', '_locale' => 'de_CH', '_route' => 'de_CH__RG__acme_machine_advertisement_overview_index',);
}
not_de_CH__RG__acme_machine_advertisement_overview_index:
if (0 === strpos($pathinfo, '/a')) {
// en_AU__RG__acme_machine_advertisement_overview_index
if ($pathinfo === '/au/machines/listings/overview') {
if (!in_array($this->context->getMethod(), array('GET', 'POST', 'HEAD'))) {
$allow = array_merge($allow, array('GET', 'POST', 'HEAD'));
goto not_en_AU__RG__acme_machine_advertisement_overview_index;
}
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'en_AU__RG__acme_machine_advertisement_overview_index', key($requiredSchemes));
}
return array ( '_controller' => 'Acme\\Bundle\\MachineBundle\\Controller\\AdvertisementOverviewController::indexAction', '_locale' => 'en_AU', '_route' => 'en_AU__RG__acme_machine_advertisement_overview_index',);
}
not_en_AU__RG__acme_machine_advertisement_overview_index:
// de_AT__RG__acme_machine_advertisement_overview_index
if ($pathinfo === '/at/machines/inserate/uebersicht') {
if (!in_array($this->context->getMethod(), array('GET', 'POST', 'HEAD'))) {
$allow = array_merge($allow, array('GET', 'POST', 'HEAD'));
goto not_de_AT__RG__acme_machine_advertisement_overview_index;
}
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'de_AT__RG__acme_machine_advertisement_overview_index', key($requiredSchemes));
}
return array ( '_controller' => 'Acme\\Bundle\\MachineBundle\\Controller\\AdvertisementOverviewController::indexAction', '_locale' => 'de_AT', '_route' => 'de_AT__RG__acme_machine_advertisement_overview_index',);
}
not_de_AT__RG__acme_machine_advertisement_overview_index:
}
// zu_ZZ__RG__acme_machine_advertisement_overview_index
if ($pathinfo === '/zz/machines/listings/overview') {
if (!in_array($this->context->getMethod(), array('GET', 'POST', 'HEAD'))) {
$allow = array_merge($allow, array('GET', 'POST', 'HEAD'));
goto not_zu_ZZ__RG__acme_machine_advertisement_overview_index;
}
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'zu_ZZ__RG__acme_machine_advertisement_overview_index', key($requiredSchemes));
}
return array ( '_controller' => 'Acme\\Bundle\\MachineBundle\\Controller\\AdvertisementOverviewController::indexAction', '_locale' => 'zu_ZZ', '_route' => 'zu_ZZ__RG__acme_machine_advertisement_overview_index',);
}
not_zu_ZZ__RG__acme_machine_advertisement_overview_index:
// de_DE__RG__acme_machine_advertisement_overview_items
if (rtrim($pathinfo, '/') === '/de/machines/inserate/elemente') {
if (!in_array($this->context->getMethod(), array('GET', 'POST', 'HEAD'))) {
$allow = array_merge($allow, array('GET', 'POST', 'HEAD'));
goto not_de_DE__RG__acme_machine_advertisement_overview_items;
}
if (substr($pathinfo, -1) !== '/') {
return $this->redirect($pathinfo.'/', 'de_DE__RG__acme_machine_advertisement_overview_items');
}
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'de_DE__RG__acme_machine_advertisement_overview_items', key($requiredSchemes));
}
return array ( '_controller' => 'Acme\\Bundle\\MachineBundle\\Controller\\AdvertisementOverviewController::itemsAction', '_locale' => 'de_DE', '_route' => 'de_DE__RG__acme_machine_advertisement_overview_items',);
}
not_de_DE__RG__acme_machine_advertisement_overview_items:
if (0 === strpos($pathinfo, '/u')) {
// en_GB__RG__acme_machine_advertisement_overview_items
if (rtrim($pathinfo, '/') === '/uk/machines/inserate/elemente') {
if (!in_array($this->context->getMethod(), array('GET', 'POST', 'HEAD'))) {
$allow = array_merge($allow, array('GET', 'POST', 'HEAD'));
goto not_en_GB__RG__acme_machine_advertisement_overview_items;
}
if (substr($pathinfo, -1) !== '/') {
return $this->redirect($pathinfo.'/', 'en_GB__RG__acme_machine_advertisement_overview_items');
}
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'en_GB__RG__acme_machine_advertisement_overview_items', key($requiredSchemes));
}
return array ( '_controller' => 'Acme\\Bundle\\MachineBundle\\Controller\\AdvertisementOverviewController::itemsAction', '_locale' => 'en_GB', '_route' => 'en_GB__RG__acme_machine_advertisement_overview_items',);
}
not_en_GB__RG__acme_machine_advertisement_overview_items:
// en_US__RG__acme_machine_advertisement_overview_items
if (rtrim($pathinfo, '/') === '/us/machines/inserate/elemente') {
if (!in_array($this->context->getMethod(), array('GET', 'POST', 'HEAD'))) {
$allow = array_merge($allow, array('GET', 'POST', 'HEAD'));
goto not_en_US__RG__acme_machine_advertisement_overview_items;
}
if (substr($pathinfo, -1) !== '/') {
return $this->redirect($pathinfo.'/', 'en_US__RG__acme_machine_advertisement_overview_items');
}
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'en_US__RG__acme_machine_advertisement_overview_items', key($requiredSchemes));
}
return array ( '_controller' => 'Acme\\Bundle\\MachineBundle\\Controller\\AdvertisementOverviewController::itemsAction', '_locale' => 'en_US', '_route' => 'en_US__RG__acme_machine_advertisement_overview_items',);
}
not_en_US__RG__acme_machine_advertisement_overview_items:
}
// it_IT__RG__acme_machine_advertisement_overview_items
if (rtrim($pathinfo, '/') === '/it/machines/inserate/elemente') {
if (!in_array($this->context->getMethod(), array('GET', 'POST', 'HEAD'))) {
$allow = array_merge($allow, array('GET', 'POST', 'HEAD'));
goto not_it_IT__RG__acme_machine_advertisement_overview_items;
}
if (substr($pathinfo, -1) !== '/') {
return $this->redirect($pathinfo.'/', 'it_IT__RG__acme_machine_advertisement_overview_items');
}
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'it_IT__RG__acme_machine_advertisement_overview_items', key($requiredSchemes));
}
return array ( '_controller' => 'Acme\\Bundle\\MachineBundle\\Controller\\AdvertisementOverviewController::itemsAction', '_locale' => 'it_IT', '_route' => 'it_IT__RG__acme_machine_advertisement_overview_items',);
}
not_it_IT__RG__acme_machine_advertisement_overview_items:
// fr_FR__RG__acme_machine_advertisement_overview_items
if (rtrim($pathinfo, '/') === '/fr/machines/inserate/elemente') {
if (!in_array($this->context->getMethod(), array('GET', 'POST', 'HEAD'))) {
$allow = array_merge($allow, array('GET', 'POST', 'HEAD'));
goto not_fr_FR__RG__acme_machine_advertisement_overview_items;
}
if (substr($pathinfo, -1) !== '/') {
return $this->redirect($pathinfo.'/', 'fr_FR__RG__acme_machine_advertisement_overview_items');
}
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'fr_FR__RG__acme_machine_advertisement_overview_items', key($requiredSchemes));
}
return array ( '_controller' => 'Acme\\Bundle\\MachineBundle\\Controller\\AdvertisementOverviewController::itemsAction', '_locale' => 'fr_FR', '_route' => 'fr_FR__RG__acme_machine_advertisement_overview_items',);
}
not_fr_FR__RG__acme_machine_advertisement_overview_items:
// es_ES__RG__acme_machine_advertisement_overview_items
if (rtrim($pathinfo, '/') === '/es/machines/inserate/elemente') {
if (!in_array($this->context->getMethod(), array('GET', 'POST', 'HEAD'))) {
$allow = array_merge($allow, array('GET', 'POST', 'HEAD'));
goto not_es_ES__RG__acme_machine_advertisement_overview_items;
}
if (substr($pathinfo, -1) !== '/') {
return $this->redirect($pathinfo.'/', 'es_ES__RG__acme_machine_advertisement_overview_items');
}
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'es_ES__RG__acme_machine_advertisement_overview_items', key($requiredSchemes));
}
return array ( '_controller' => 'Acme\\Bundle\\MachineBundle\\Controller\\AdvertisementOverviewController::itemsAction', '_locale' => 'es_ES', '_route' => 'es_ES__RG__acme_machine_advertisement_overview_items',);
}
not_es_ES__RG__acme_machine_advertisement_overview_items:
// nl_NL__RG__acme_machine_advertisement_overview_items
if (rtrim($pathinfo, '/') === '/nl/machines/inserate/elemente') {
if (!in_array($this->context->getMethod(), array('GET', 'POST', 'HEAD'))) {
$allow = array_merge($allow, array('GET', 'POST', 'HEAD'));
goto not_nl_NL__RG__acme_machine_advertisement_overview_items;
}
if (substr($pathinfo, -1) !== '/') {
return $this->redirect($pathinfo.'/', 'nl_NL__RG__acme_machine_advertisement_overview_items');
}
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'nl_NL__RG__acme_machine_advertisement_overview_items', key($requiredSchemes));
}
return array ( '_controller' => 'Acme\\Bundle\\MachineBundle\\Controller\\AdvertisementOverviewController::itemsAction', '_locale' => 'nl_NL', '_route' => 'nl_NL__RG__acme_machine_advertisement_overview_items',);
}
not_nl_NL__RG__acme_machine_advertisement_overview_items:
// de_CH__RG__acme_machine_advertisement_overview_items
if (rtrim($pathinfo, '/') === '/ch/machines/inserate/elemente') {
if (!in_array($this->context->getMethod(), array('GET', 'POST', 'HEAD'))) {
$allow = array_merge($allow, array('GET', 'POST', 'HEAD'));
goto not_de_CH__RG__acme_machine_advertisement_overview_items;
}
if (substr($pathinfo, -1) !== '/') {
return $this->redirect($pathinfo.'/', 'de_CH__RG__acme_machine_advertisement_overview_items');
}
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'de_CH__RG__acme_machine_advertisement_overview_items', key($requiredSchemes));
}
return array ( '_controller' => 'Acme\\Bundle\\MachineBundle\\Controller\\AdvertisementOverviewController::itemsAction', '_locale' => 'de_CH', '_route' => 'de_CH__RG__acme_machine_advertisement_overview_items',);
}
not_de_CH__RG__acme_machine_advertisement_overview_items:
if (0 === strpos($pathinfo, '/a')) {
// en_AU__RG__acme_machine_advertisement_overview_items
if (rtrim($pathinfo, '/') === '/au/machines/inserate/elemente') {
if (!in_array($this->context->getMethod(), array('GET', 'POST', 'HEAD'))) {
$allow = array_merge($allow, array('GET', 'POST', 'HEAD'));
goto not_en_AU__RG__acme_machine_advertisement_overview_items;
}
if (substr($pathinfo, -1) !== '/') {
return $this->redirect($pathinfo.'/', 'en_AU__RG__acme_machine_advertisement_overview_items');
}
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'en_AU__RG__acme_machine_advertisement_overview_items', key($requiredSchemes));
}
return array ( '_controller' => 'Acme\\Bundle\\MachineBundle\\Controller\\AdvertisementOverviewController::itemsAction', '_locale' => 'en_AU', '_route' => 'en_AU__RG__acme_machine_advertisement_overview_items',);
}
not_en_AU__RG__acme_machine_advertisement_overview_items:
// de_AT__RG__acme_machine_advertisement_overview_items
if (rtrim($pathinfo, '/') === '/at/machines/inserate/elemente') {
if (!in_array($this->context->getMethod(), array('GET', 'POST', 'HEAD'))) {
$allow = array_merge($allow, array('GET', 'POST', 'HEAD'));
goto not_de_AT__RG__acme_machine_advertisement_overview_items;
}
if (substr($pathinfo, -1) !== '/') {
return $this->redirect($pathinfo.'/', 'de_AT__RG__acme_machine_advertisement_overview_items');
}
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'de_AT__RG__acme_machine_advertisement_overview_items', key($requiredSchemes));
}
return array ( '_controller' => 'Acme\\Bundle\\MachineBundle\\Controller\\AdvertisementOverviewController::itemsAction', '_locale' => 'de_AT', '_route' => 'de_AT__RG__acme_machine_advertisement_overview_items',);
}
not_de_AT__RG__acme_machine_advertisement_overview_items:
}
// zu_ZZ__RG__acme_machine_advertisement_overview_items
if (rtrim($pathinfo, '/') === '/zz/machines/inserate/elemente') {
if (!in_array($this->context->getMethod(), array('GET', 'POST', 'HEAD'))) {
$allow = array_merge($allow, array('GET', 'POST', 'HEAD'));
goto not_zu_ZZ__RG__acme_machine_advertisement_overview_items;
}
if (substr($pathinfo, -1) !== '/') {
return $this->redirect($pathinfo.'/', 'zu_ZZ__RG__acme_machine_advertisement_overview_items');
}
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'zu_ZZ__RG__acme_machine_advertisement_overview_items', key($requiredSchemes));
}
return array ( '_controller' => 'Acme\\Bundle\\MachineBundle\\Controller\\AdvertisementOverviewController::itemsAction', '_locale' => 'zu_ZZ', '_route' => 'zu_ZZ__RG__acme_machine_advertisement_overview_items',);
}
not_zu_ZZ__RG__acme_machine_advertisement_overview_items:
// de_DE__RG__acme_machine_advertisement_overview_item
if (0 === strpos($pathinfo, '/de/machines/inserate/element') && preg_match('#^/de/machines/inserate/element/(?P<machineAdId>[^/]++)$#s', $pathinfo, $matches)) {
if (!in_array($this->context->getMethod(), array('GET', 'POST', 'HEAD'))) {
$allow = array_merge($allow, array('GET', 'POST', 'HEAD'));
goto not_de_DE__RG__acme_machine_advertisement_overview_item;
}
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'de_DE__RG__acme_machine_advertisement_overview_item', key($requiredSchemes));
}
return $this->mergeDefaults(array_replace($matches, array('_route' => 'de_DE__RG__acme_machine_advertisement_overview_item')), array ( '_controller' => 'Acme\\Bundle\\MachineBundle\\Controller\\AdvertisementOverviewController::itemAction', '_locale' => 'de_DE',));
}
not_de_DE__RG__acme_machine_advertisement_overview_item:
if (0 === strpos($pathinfo, '/u')) {
// en_GB__RG__acme_machine_advertisement_overview_item
if (0 === strpos($pathinfo, '/uk/machines/listings/element') && preg_match('#^/uk/machines/listings/element/(?P<machineAdId>[^/]++)$#s', $pathinfo, $matches)) {
if (!in_array($this->context->getMethod(), array('GET', 'POST', 'HEAD'))) {
$allow = array_merge($allow, array('GET', 'POST', 'HEAD'));
goto not_en_GB__RG__acme_machine_advertisement_overview_item;
}
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'en_GB__RG__acme_machine_advertisement_overview_item', key($requiredSchemes));
}
return $this->mergeDefaults(array_replace($matches, array('_route' => 'en_GB__RG__acme_machine_advertisement_overview_item')), array ( '_controller' => 'Acme\\Bundle\\MachineBundle\\Controller\\AdvertisementOverviewController::itemAction', '_locale' => 'en_GB',));
}
not_en_GB__RG__acme_machine_advertisement_overview_item:
// en_US__RG__acme_machine_advertisement_overview_item
if (0 === strpos($pathinfo, '/us/machines/listings/element') && preg_match('#^/us/machines/listings/element/(?P<machineAdId>[^/]++)$#s', $pathinfo, $matches)) {
if (!in_array($this->context->getMethod(), array('GET', 'POST', 'HEAD'))) {
$allow = array_merge($allow, array('GET', 'POST', 'HEAD'));
goto not_en_US__RG__acme_machine_advertisement_overview_item;
}
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'en_US__RG__acme_machine_advertisement_overview_item', key($requiredSchemes));
}
return $this->mergeDefaults(array_replace($matches, array('_route' => 'en_US__RG__acme_machine_advertisement_overview_item')), array ( '_controller' => 'Acme\\Bundle\\MachineBundle\\Controller\\AdvertisementOverviewController::itemAction', '_locale' => 'en_US',));
}
not_en_US__RG__acme_machine_advertisement_overview_item:
}
// it_IT__RG__acme_machine_advertisement_overview_item
if (0 === strpos($pathinfo, '/it/machines/listings/element') && preg_match('#^/it/machines/listings/element/(?P<machineAdId>[^/]++)$#s', $pathinfo, $matches)) {
if (!in_array($this->context->getMethod(), array('GET', 'POST', 'HEAD'))) {
$allow = array_merge($allow, array('GET', 'POST', 'HEAD'));
goto not_it_IT__RG__acme_machine_advertisement_overview_item;
}
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'it_IT__RG__acme_machine_advertisement_overview_item', key($requiredSchemes));
}
return $this->mergeDefaults(array_replace($matches, array('_route' => 'it_IT__RG__acme_machine_advertisement_overview_item')), array ( '_controller' => 'Acme\\Bundle\\MachineBundle\\Controller\\AdvertisementOverviewController::itemAction', '_locale' => 'it_IT',));
}
not_it_IT__RG__acme_machine_advertisement_overview_item:
// fr_FR__RG__acme_machine_advertisement_overview_item
if (0 === strpos($pathinfo, '/fr/machines/annonces/element') && preg_match('#^/fr/machines/annonces/element/(?P<machineAdId>[^/]++)$#s', $pathinfo, $matches)) {
if (!in_array($this->context->getMethod(), array('GET', 'POST', 'HEAD'))) {
$allow = array_merge($allow, array('GET', 'POST', 'HEAD'));
goto not_fr_FR__RG__acme_machine_advertisement_overview_item;
}
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'fr_FR__RG__acme_machine_advertisement_overview_item', key($requiredSchemes));
}
return $this->mergeDefaults(array_replace($matches, array('_route' => 'fr_FR__RG__acme_machine_advertisement_overview_item')), array ( '_controller' => 'Acme\\Bundle\\MachineBundle\\Controller\\AdvertisementOverviewController::itemAction', '_locale' => 'fr_FR',));
}
not_fr_FR__RG__acme_machine_advertisement_overview_item:
// es_ES__RG__acme_machine_advertisement_overview_item
if (0 === strpos($pathinfo, '/es/machines/listings/element') && preg_match('#^/es/machines/listings/element/(?P<machineAdId>[^/]++)$#s', $pathinfo, $matches)) {
if (!in_array($this->context->getMethod(), array('GET', 'POST', 'HEAD'))) {
$allow = array_merge($allow, array('GET', 'POST', 'HEAD'));
goto not_es_ES__RG__acme_machine_advertisement_overview_item;
}
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'es_ES__RG__acme_machine_advertisement_overview_item', key($requiredSchemes));
}
return $this->mergeDefaults(array_replace($matches, array('_route' => 'es_ES__RG__acme_machine_advertisement_overview_item')), array ( '_controller' => 'Acme\\Bundle\\MachineBundle\\Controller\\AdvertisementOverviewController::itemAction', '_locale' => 'es_ES',));
}
not_es_ES__RG__acme_machine_advertisement_overview_item:
// nl_NL__RG__acme_machine_advertisement_overview_item
if (0 === strpos($pathinfo, '/nl/machines/listings/element') && preg_match('#^/nl/machines/listings/element/(?P<machineAdId>[^/]++)$#s', $pathinfo, $matches)) {
if (!in_array($this->context->getMethod(), array('GET', 'POST', 'HEAD'))) {
$allow = array_merge($allow, array('GET', 'POST', 'HEAD'));
goto not_nl_NL__RG__acme_machine_advertisement_overview_item;
}
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'nl_NL__RG__acme_machine_advertisement_overview_item', key($requiredSchemes));
}
return $this->mergeDefaults(array_replace($matches, array('_route' => 'nl_NL__RG__acme_machine_advertisement_overview_item')), array ( '_controller' => 'Acme\\Bundle\\MachineBundle\\Controller\\AdvertisementOverviewController::itemAction', '_locale' => 'nl_NL',));
}
not_nl_NL__RG__acme_machine_advertisement_overview_item:
// de_CH__RG__acme_machine_advertisement_overview_item
if (0 === strpos($pathinfo, '/ch/machines/inserate/element') && preg_match('#^/ch/machines/inserate/element/(?P<machineAdId>[^/]++)$#s', $pathinfo, $matches)) {
if (!in_array($this->context->getMethod(), array('GET', 'POST', 'HEAD'))) {
$allow = array_merge($allow, array('GET', 'POST', 'HEAD'));
goto not_de_CH__RG__acme_machine_advertisement_overview_item;
}
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'de_CH__RG__acme_machine_advertisement_overview_item', key($requiredSchemes));
}
return $this->mergeDefaults(array_replace($matches, array('_route' => 'de_CH__RG__acme_machine_advertisement_overview_item')), array ( '_controller' => 'Acme\\Bundle\\MachineBundle\\Controller\\AdvertisementOverviewController::itemAction', '_locale' => 'de_CH',));
}
not_de_CH__RG__acme_machine_advertisement_overview_item:
if (0 === strpos($pathinfo, '/a')) {
// en_AU__RG__acme_machine_advertisement_overview_item
if (0 === strpos($pathinfo, '/au/machines/listings/element') && preg_match('#^/au/machines/listings/element/(?P<machineAdId>[^/]++)$#s', $pathinfo, $matches)) {
if (!in_array($this->context->getMethod(), array('GET', 'POST', 'HEAD'))) {
$allow = array_merge($allow, array('GET', 'POST', 'HEAD'));
goto not_en_AU__RG__acme_machine_advertisement_overview_item;
}
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'en_AU__RG__acme_machine_advertisement_overview_item', key($requiredSchemes));
}
return $this->mergeDefaults(array_replace($matches, array('_route' => 'en_AU__RG__acme_machine_advertisement_overview_item')), array ( '_controller' => 'Acme\\Bundle\\MachineBundle\\Controller\\AdvertisementOverviewController::itemAction', '_locale' => 'en_AU',));
}
not_en_AU__RG__acme_machine_advertisement_overview_item:
// de_AT__RG__acme_machine_advertisement_overview_item
if (0 === strpos($pathinfo, '/at/machines/inserate/element') && preg_match('#^/at/machines/inserate/element/(?P<machineAdId>[^/]++)$#s', $pathinfo, $matches)) {
if (!in_array($this->context->getMethod(), array('GET', 'POST', 'HEAD'))) {
$allow = array_merge($allow, array('GET', 'POST', 'HEAD'));
goto not_de_AT__RG__acme_machine_advertisement_overview_item;
}
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'de_AT__RG__acme_machine_advertisement_overview_item', key($requiredSchemes));
}
return $this->mergeDefaults(array_replace($matches, array('_route' => 'de_AT__RG__acme_machine_advertisement_overview_item')), array ( '_controller' => 'Acme\\Bundle\\MachineBundle\\Controller\\AdvertisementOverviewController::itemAction', '_locale' => 'de_AT',));
}
not_de_AT__RG__acme_machine_advertisement_overview_item:
}
// zu_ZZ__RG__acme_machine_advertisement_overview_item
if (0 === strpos($pathinfo, '/zz/machines/listings/element') && preg_match('#^/zz/machines/listings/element/(?P<machineAdId>[^/]++)$#s', $pathinfo, $matches)) {
if (!in_array($this->context->getMethod(), array('GET', 'POST', 'HEAD'))) {
$allow = array_merge($allow, array('GET', 'POST', 'HEAD'));
goto not_zu_ZZ__RG__acme_machine_advertisement_overview_item;
}
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'zu_ZZ__RG__acme_machine_advertisement_overview_item', key($requiredSchemes));
}
return $this->mergeDefaults(array_replace($matches, array('_route' => 'zu_ZZ__RG__acme_machine_advertisement_overview_item')), array ( '_controller' => 'Acme\\Bundle\\MachineBundle\\Controller\\AdvertisementOverviewController::itemAction', '_locale' => 'zu_ZZ',));
}
not_zu_ZZ__RG__acme_machine_advertisement_overview_item:
// de_DE__RG__acme_machine_wishlist_index
if ($pathinfo === '/de/merkliste') {
if (!in_array($this->context->getMethod(), array('GET', 'HEAD'))) {
$allow = array_merge($allow, array('GET', 'HEAD'));
goto not_de_DE__RG__acme_machine_wishlist_index;
}
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'de_DE__RG__acme_machine_wishlist_index', key($requiredSchemes));
}
return array ( '_controller' => 'Acme\\Bundle\\MachineBundle\\Controller\\WishListController::indexAction', '_locale' => 'de_DE', '_route' => 'de_DE__RG__acme_machine_wishlist_index',);
}
not_de_DE__RG__acme_machine_wishlist_index:
if (0 === strpos($pathinfo, '/u')) {
// en_GB__RG__acme_machine_wishlist_index
if ($pathinfo === '/uk/watch-list') {
if (!in_array($this->context->getMethod(), array('GET', 'HEAD'))) {
$allow = array_merge($allow, array('GET', 'HEAD'));
goto not_en_GB__RG__acme_machine_wishlist_index;
}
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'en_GB__RG__acme_machine_wishlist_index', key($requiredSchemes));
}
return array ( '_controller' => 'Acme\\Bundle\\MachineBundle\\Controller\\WishListController::indexAction', '_locale' => 'en_GB', '_route' => 'en_GB__RG__acme_machine_wishlist_index',);
}
not_en_GB__RG__acme_machine_wishlist_index:
// en_US__RG__acme_machine_wishlist_index
if ($pathinfo === '/us/watch-list') {
if (!in_array($this->context->getMethod(), array('GET', 'HEAD'))) {
$allow = array_merge($allow, array('GET', 'HEAD'));
goto not_en_US__RG__acme_machine_wishlist_index;
}
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'en_US__RG__acme_machine_wishlist_index', key($requiredSchemes));
}
return array ( '_controller' => 'Acme\\Bundle\\MachineBundle\\Controller\\WishListController::indexAction', '_locale' => 'en_US', '_route' => 'en_US__RG__acme_machine_wishlist_index',);
}
not_en_US__RG__acme_machine_wishlist_index:
}
// it_IT__RG__acme_machine_wishlist_index
if ($pathinfo === '/it/watch-list') {
if (!in_array($this->context->getMethod(), array('GET', 'HEAD'))) {
$allow = array_merge($allow, array('GET', 'HEAD'));
goto not_it_IT__RG__acme_machine_wishlist_index;
}
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'it_IT__RG__acme_machine_wishlist_index', key($requiredSchemes));
}
return array ( '_controller' => 'Acme\\Bundle\\MachineBundle\\Controller\\WishListController::indexAction', '_locale' => 'it_IT', '_route' => 'it_IT__RG__acme_machine_wishlist_index',);
}
not_it_IT__RG__acme_machine_wishlist_index:
// fr_FR__RG__acme_machine_wishlist_index
if ($pathinfo === '/fr/Liste-annonces-sauvegardees') {
if (!in_array($this->context->getMethod(), array('GET', 'HEAD'))) {
$allow = array_merge($allow, array('GET', 'HEAD'));
goto not_fr_FR__RG__acme_machine_wishlist_index;
}
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'fr_FR__RG__acme_machine_wishlist_index', key($requiredSchemes));
}
return array ( '_controller' => 'Acme\\Bundle\\MachineBundle\\Controller\\WishListController::indexAction', '_locale' => 'fr_FR', '_route' => 'fr_FR__RG__acme_machine_wishlist_index',);
}
not_fr_FR__RG__acme_machine_wishlist_index:
// es_ES__RG__acme_machine_wishlist_index
if ($pathinfo === '/es/watch-list') {
if (!in_array($this->context->getMethod(), array('GET', 'HEAD'))) {
$allow = array_merge($allow, array('GET', 'HEAD'));
goto not_es_ES__RG__acme_machine_wishlist_index;
}
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'es_ES__RG__acme_machine_wishlist_index', key($requiredSchemes));
}
return array ( '_controller' => 'Acme\\Bundle\\MachineBundle\\Controller\\WishListController::indexAction', '_locale' => 'es_ES', '_route' => 'es_ES__RG__acme_machine_wishlist_index',);
}
not_es_ES__RG__acme_machine_wishlist_index:
// nl_NL__RG__acme_machine_wishlist_index
if ($pathinfo === '/nl/watch-list') {
if (!in_array($this->context->getMethod(), array('GET', 'HEAD'))) {
$allow = array_merge($allow, array('GET', 'HEAD'));
goto not_nl_NL__RG__acme_machine_wishlist_index;
}
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'nl_NL__RG__acme_machine_wishlist_index', key($requiredSchemes));
}
return array ( '_controller' => 'Acme\\Bundle\\MachineBundle\\Controller\\WishListController::indexAction', '_locale' => 'nl_NL', '_route' => 'nl_NL__RG__acme_machine_wishlist_index',);
}
not_nl_NL__RG__acme_machine_wishlist_index:
// de_CH__RG__acme_machine_wishlist_index
if ($pathinfo === '/ch/merkliste') {
if (!in_array($this->context->getMethod(), array('GET', 'HEAD'))) {
$allow = array_merge($allow, array('GET', 'HEAD'));
goto not_de_CH__RG__acme_machine_wishlist_index;
}
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'de_CH__RG__acme_machine_wishlist_index', key($requiredSchemes));
}
return array ( '_controller' => 'Acme\\Bundle\\MachineBundle\\Controller\\WishListController::indexAction', '_locale' => 'de_CH', '_route' => 'de_CH__RG__acme_machine_wishlist_index',);
}
not_de_CH__RG__acme_machine_wishlist_index:
if (0 === strpos($pathinfo, '/a')) {
// en_AU__RG__acme_machine_wishlist_index
if ($pathinfo === '/au/watch-list') {
if (!in_array($this->context->getMethod(), array('GET', 'HEAD'))) {
$allow = array_merge($allow, array('GET', 'HEAD'));
goto not_en_AU__RG__acme_machine_wishlist_index;
}
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'en_AU__RG__acme_machine_wishlist_index', key($requiredSchemes));
}
return array ( '_controller' => 'Acme\\Bundle\\MachineBundle\\Controller\\WishListController::indexAction', '_locale' => 'en_AU', '_route' => 'en_AU__RG__acme_machine_wishlist_index',);
}
not_en_AU__RG__acme_machine_wishlist_index:
// de_AT__RG__acme_machine_wishlist_index
if ($pathinfo === '/at/merkliste') {
if (!in_array($this->context->getMethod(), array('GET', 'HEAD'))) {
$allow = array_merge($allow, array('GET', 'HEAD'));
goto not_de_AT__RG__acme_machine_wishlist_index;
}
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'de_AT__RG__acme_machine_wishlist_index', key($requiredSchemes));
}
return array ( '_controller' => 'Acme\\Bundle\\MachineBundle\\Controller\\WishListController::indexAction', '_locale' => 'de_AT', '_route' => 'de_AT__RG__acme_machine_wishlist_index',);
}
not_de_AT__RG__acme_machine_wishlist_index:
}
// zu_ZZ__RG__acme_machine_wishlist_index
if ($pathinfo === '/zz/watch-list') {
if (!in_array($this->context->getMethod(), array('GET', 'HEAD'))) {
$allow = array_merge($allow, array('GET', 'HEAD'));
goto not_zu_ZZ__RG__acme_machine_wishlist_index;
}
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'zu_ZZ__RG__acme_machine_wishlist_index', key($requiredSchemes));
}
return array ( '_controller' => 'Acme\\Bundle\\MachineBundle\\Controller\\WishListController::indexAction', '_locale' => 'zu_ZZ', '_route' => 'zu_ZZ__RG__acme_machine_wishlist_index',);
}
not_zu_ZZ__RG__acme_machine_wishlist_index:
// de_DE__RG__acme_machine_wishlist_add
if (0 === strpos($pathinfo, '/de/merkliste/machine-hinzufuegen') && preg_match('#^/de/merkliste/machine\\-hinzufuegen/(?P<machineAdId>[^/]++)$#s', $pathinfo, $matches)) {
if (!in_array($this->context->getMethod(), array('GET', 'POST', 'HEAD'))) {
$allow = array_merge($allow, array('GET', 'POST', 'HEAD'));
goto not_de_DE__RG__acme_machine_wishlist_add;
}
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'de_DE__RG__acme_machine_wishlist_add', key($requiredSchemes));
}
return $this->mergeDefaults(array_replace($matches, array('_route' => 'de_DE__RG__acme_machine_wishlist_add')), array ( '_controller' => 'Acme\\Bundle\\MachineBundle\\Controller\\WishListController::addAction', '_locale' => 'de_DE',));
}
not_de_DE__RG__acme_machine_wishlist_add:
if (0 === strpos($pathinfo, '/u')) {
// en_GB__RG__acme_machine_wishlist_add
if (0 === strpos($pathinfo, '/uk/watch-list/add-machine') && preg_match('#^/uk/watch\\-list/add\\-machine/(?P<machineAdId>[^/]++)$#s', $pathinfo, $matches)) {
if (!in_array($this->context->getMethod(), array('GET', 'POST', 'HEAD'))) {
$allow = array_merge($allow, array('GET', 'POST', 'HEAD'));
goto not_en_GB__RG__acme_machine_wishlist_add;
}
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'en_GB__RG__acme_machine_wishlist_add', key($requiredSchemes));
}
return $this->mergeDefaults(array_replace($matches, array('_route' => 'en_GB__RG__acme_machine_wishlist_add')), array ( '_controller' => 'Acme\\Bundle\\MachineBundle\\Controller\\WishListController::addAction', '_locale' => 'en_GB',));
}
not_en_GB__RG__acme_machine_wishlist_add:
// en_US__RG__acme_machine_wishlist_add
if (0 === strpos($pathinfo, '/us/watch-list/add-machine') && preg_match('#^/us/watch\\-list/add\\-machine/(?P<machineAdId>[^/]++)$#s', $pathinfo, $matches)) {
if (!in_array($this->context->getMethod(), array('GET', 'POST', 'HEAD'))) {
$allow = array_merge($allow, array('GET', 'POST', 'HEAD'));
goto not_en_US__RG__acme_machine_wishlist_add;
}
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'en_US__RG__acme_machine_wishlist_add', key($requiredSchemes));
}
return $this->mergeDefaults(array_replace($matches, array('_route' => 'en_US__RG__acme_machine_wishlist_add')), array ( '_controller' => 'Acme\\Bundle\\MachineBundle\\Controller\\WishListController::addAction', '_locale' => 'en_US',));
}
not_en_US__RG__acme_machine_wishlist_add:
}
// it_IT__RG__acme_machine_wishlist_add
if (0 === strpos($pathinfo, '/it/watch-list/add-machine') && preg_match('#^/it/watch\\-list/add\\-machine/(?P<machineAdId>[^/]++)$#s', $pathinfo, $matches)) {
if (!in_array($this->context->getMethod(), array('GET', 'POST', 'HEAD'))) {
$allow = array_merge($allow, array('GET', 'POST', 'HEAD'));
goto not_it_IT__RG__acme_machine_wishlist_add;
}
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'it_IT__RG__acme_machine_wishlist_add', key($requiredSchemes));
}
return $this->mergeDefaults(array_replace($matches, array('_route' => 'it_IT__RG__acme_machine_wishlist_add')), array ( '_controller' => 'Acme\\Bundle\\MachineBundle\\Controller\\WishListController::addAction', '_locale' => 'it_IT',));
}
not_it_IT__RG__acme_machine_wishlist_add:
// fr_FR__RG__acme_machine_wishlist_add
if (0 === strpos($pathinfo, '/fr/Liste-annonces-sauvegardees/machine-ajouter') && preg_match('#^/fr/Liste\\-annonces\\-sauvegardees/machine\\-ajouter/(?P<machineAdId>[^/]++)$#s', $pathinfo, $matches)) {
if (!in_array($this->context->getMethod(), array('GET', 'POST', 'HEAD'))) {
$allow = array_merge($allow, array('GET', 'POST', 'HEAD'));
goto not_fr_FR__RG__acme_machine_wishlist_add;
}
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'fr_FR__RG__acme_machine_wishlist_add', key($requiredSchemes));
}
return $this->mergeDefaults(array_replace($matches, array('_route' => 'fr_FR__RG__acme_machine_wishlist_add')), array ( '_controller' => 'Acme\\Bundle\\MachineBundle\\Controller\\WishListController::addAction', '_locale' => 'fr_FR',));
}
not_fr_FR__RG__acme_machine_wishlist_add:
// es_ES__RG__acme_machine_wishlist_add
if (0 === strpos($pathinfo, '/es/watch-list/add-machine') && preg_match('#^/es/watch\\-list/add\\-machine/(?P<machineAdId>[^/]++)$#s', $pathinfo, $matches)) {
if (!in_array($this->context->getMethod(), array('GET', 'POST', 'HEAD'))) {
$allow = array_merge($allow, array('GET', 'POST', 'HEAD'));
goto not_es_ES__RG__acme_machine_wishlist_add;
}
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'es_ES__RG__acme_machine_wishlist_add', key($requiredSchemes));
}
return $this->mergeDefaults(array_replace($matches, array('_route' => 'es_ES__RG__acme_machine_wishlist_add')), array ( '_controller' => 'Acme\\Bundle\\MachineBundle\\Controller\\WishListController::addAction', '_locale' => 'es_ES',));
}
not_es_ES__RG__acme_machine_wishlist_add:
// nl_NL__RG__acme_machine_wishlist_add
if (0 === strpos($pathinfo, '/nl/watch-list/add-machine') && preg_match('#^/nl/watch\\-list/add\\-machine/(?P<machineAdId>[^/]++)$#s', $pathinfo, $matches)) {
if (!in_array($this->context->getMethod(), array('GET', 'POST', 'HEAD'))) {
$allow = array_merge($allow, array('GET', 'POST', 'HEAD'));
goto not_nl_NL__RG__acme_machine_wishlist_add;
}
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'nl_NL__RG__acme_machine_wishlist_add', key($requiredSchemes));
}
return $this->mergeDefaults(array_replace($matches, array('_route' => 'nl_NL__RG__acme_machine_wishlist_add')), array ( '_controller' => 'Acme\\Bundle\\MachineBundle\\Controller\\WishListController::addAction', '_locale' => 'nl_NL',));
}
not_nl_NL__RG__acme_machine_wishlist_add:
// de_CH__RG__acme_machine_wishlist_add
if (0 === strpos($pathinfo, '/ch/merkliste/machine-hinzufuegen') && preg_match('#^/ch/merkliste/machine\\-hinzufuegen/(?P<machineAdId>[^/]++)$#s', $pathinfo, $matches)) {
if (!in_array($this->context->getMethod(), array('GET', 'POST', 'HEAD'))) {
$allow = array_merge($allow, array('GET', 'POST', 'HEAD'));
goto not_de_CH__RG__acme_machine_wishlist_add;
}
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'de_CH__RG__acme_machine_wishlist_add', key($requiredSchemes));
}
return $this->mergeDefaults(array_replace($matches, array('_route' => 'de_CH__RG__acme_machine_wishlist_add')), array ( '_controller' => 'Acme\\Bundle\\MachineBundle\\Controller\\WishListController::addAction', '_locale' => 'de_CH',));
}
not_de_CH__RG__acme_machine_wishlist_add:
if (0 === strpos($pathinfo, '/a')) {
// en_AU__RG__acme_machine_wishlist_add
if (0 === strpos($pathinfo, '/au/watch-list/add-machine') && preg_match('#^/au/watch\\-list/add\\-machine/(?P<machineAdId>[^/]++)$#s', $pathinfo, $matches)) {
if (!in_array($this->context->getMethod(), array('GET', 'POST', 'HEAD'))) {
$allow = array_merge($allow, array('GET', 'POST', 'HEAD'));
goto not_en_AU__RG__acme_machine_wishlist_add;
}
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'en_AU__RG__acme_machine_wishlist_add', key($requiredSchemes));
}
return $this->mergeDefaults(array_replace($matches, array('_route' => 'en_AU__RG__acme_machine_wishlist_add')), array ( '_controller' => 'Acme\\Bundle\\MachineBundle\\Controller\\WishListController::addAction', '_locale' => 'en_AU',));
}
not_en_AU__RG__acme_machine_wishlist_add:
// de_AT__RG__acme_machine_wishlist_add
if (0 === strpos($pathinfo, '/at/merkliste/machine-hinzufuegen') && preg_match('#^/at/merkliste/machine\\-hinzufuegen/(?P<machineAdId>[^/]++)$#s', $pathinfo, $matches)) {
if (!in_array($this->context->getMethod(), array('GET', 'POST', 'HEAD'))) {
$allow = array_merge($allow, array('GET', 'POST', 'HEAD'));
goto not_de_AT__RG__acme_machine_wishlist_add;
}
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'de_AT__RG__acme_machine_wishlist_add', key($requiredSchemes));
}
return $this->mergeDefaults(array_replace($matches, array('_route' => 'de_AT__RG__acme_machine_wishlist_add')), array ( '_controller' => 'Acme\\Bundle\\MachineBundle\\Controller\\WishListController::addAction', '_locale' => 'de_AT',));
}
not_de_AT__RG__acme_machine_wishlist_add:
}
// zu_ZZ__RG__acme_machine_wishlist_add
if (0 === strpos($pathinfo, '/zz/watch-list/add-machine') && preg_match('#^/zz/watch\\-list/add\\-machine/(?P<machineAdId>[^/]++)$#s', $pathinfo, $matches)) {
if (!in_array($this->context->getMethod(), array('GET', 'POST', 'HEAD'))) {
$allow = array_merge($allow, array('GET', 'POST', 'HEAD'));
goto not_zu_ZZ__RG__acme_machine_wishlist_add;
}
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'zu_ZZ__RG__acme_machine_wishlist_add', key($requiredSchemes));
}
return $this->mergeDefaults(array_replace($matches, array('_route' => 'zu_ZZ__RG__acme_machine_wishlist_add')), array ( '_controller' => 'Acme\\Bundle\\MachineBundle\\Controller\\WishListController::addAction', '_locale' => 'zu_ZZ',));
}
not_zu_ZZ__RG__acme_machine_wishlist_add:
// de_DE__RG__acme_machine_stored_searches_index
if ($pathinfo === '/de/gespeicherte-suchauftraege') {
if (!in_array($this->context->getMethod(), array('GET', 'HEAD'))) {
$allow = array_merge($allow, array('GET', 'HEAD'));
goto not_de_DE__RG__acme_machine_stored_searches_index;
}
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'de_DE__RG__acme_machine_stored_searches_index', key($requiredSchemes));
}
return array ( '_controller' => 'Acme\\Bundle\\MachineBundle\\Controller\\StoredSearchesController::indexAction', '_locale' => 'de_DE', '_route' => 'de_DE__RG__acme_machine_stored_searches_index',);
}
not_de_DE__RG__acme_machine_stored_searches_index:
if (0 === strpos($pathinfo, '/u')) {
// en_GB__RG__acme_machine_stored_searches_index
if ($pathinfo === '/uk/gespeicherte-suchauftraege') {
if (!in_array($this->context->getMethod(), array('GET', 'HEAD'))) {
$allow = array_merge($allow, array('GET', 'HEAD'));
goto not_en_GB__RG__acme_machine_stored_searches_index;
}
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'en_GB__RG__acme_machine_stored_searches_index', key($requiredSchemes));
}
return array ( '_controller' => 'Acme\\Bundle\\MachineBundle\\Controller\\StoredSearchesController::indexAction', '_locale' => 'en_GB', '_route' => 'en_GB__RG__acme_machine_stored_searches_index',);
}
not_en_GB__RG__acme_machine_stored_searches_index:
// en_US__RG__acme_machine_stored_searches_index
if ($pathinfo === '/us/gespeicherte-suchauftraege') {
if (!in_array($this->context->getMethod(), array('GET', 'HEAD'))) {
$allow = array_merge($allow, array('GET', 'HEAD'));
goto not_en_US__RG__acme_machine_stored_searches_index;
}
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'en_US__RG__acme_machine_stored_searches_index', key($requiredSchemes));
}
return array ( '_controller' => 'Acme\\Bundle\\MachineBundle\\Controller\\StoredSearchesController::indexAction', '_locale' => 'en_US', '_route' => 'en_US__RG__acme_machine_stored_searches_index',);
}
not_en_US__RG__acme_machine_stored_searches_index:
}
// it_IT__RG__acme_machine_stored_searches_index
if ($pathinfo === '/it/gespeicherte-suchauftraege') {
if (!in_array($this->context->getMethod(), array('GET', 'HEAD'))) {
$allow = array_merge($allow, array('GET', 'HEAD'));
goto not_it_IT__RG__acme_machine_stored_searches_index;
}
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'it_IT__RG__acme_machine_stored_searches_index', key($requiredSchemes));
}
return array ( '_controller' => 'Acme\\Bundle\\MachineBundle\\Controller\\StoredSearchesController::indexAction', '_locale' => 'it_IT', '_route' => 'it_IT__RG__acme_machine_stored_searches_index',);
}
not_it_IT__RG__acme_machine_stored_searches_index:
// fr_FR__RG__acme_machine_stored_searches_index
if ($pathinfo === '/fr/gespeicherte-suchauftraege') {
if (!in_array($this->context->getMethod(), array('GET', 'HEAD'))) {
$allow = array_merge($allow, array('GET', 'HEAD'));
goto not_fr_FR__RG__acme_machine_stored_searches_index;
}
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'fr_FR__RG__acme_machine_stored_searches_index', key($requiredSchemes));
}
return array ( '_controller' => 'Acme\\Bundle\\MachineBundle\\Controller\\StoredSearchesController::indexAction', '_locale' => 'fr_FR', '_route' => 'fr_FR__RG__acme_machine_stored_searches_index',);
}
not_fr_FR__RG__acme_machine_stored_searches_index:
// es_ES__RG__acme_machine_stored_searches_index
if ($pathinfo === '/es/gespeicherte-suchauftraege') {
if (!in_array($this->context->getMethod(), array('GET', 'HEAD'))) {
$allow = array_merge($allow, array('GET', 'HEAD'));
goto not_es_ES__RG__acme_machine_stored_searches_index;
}
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'es_ES__RG__acme_machine_stored_searches_index', key($requiredSchemes));
}
return array ( '_controller' => 'Acme\\Bundle\\MachineBundle\\Controller\\StoredSearchesController::indexAction', '_locale' => 'es_ES', '_route' => 'es_ES__RG__acme_machine_stored_searches_index',);
}
not_es_ES__RG__acme_machine_stored_searches_index:
// nl_NL__RG__acme_machine_stored_searches_index
if ($pathinfo === '/nl/gespeicherte-suchauftraege') {
if (!in_array($this->context->getMethod(), array('GET', 'HEAD'))) {
$allow = array_merge($allow, array('GET', 'HEAD'));
goto not_nl_NL__RG__acme_machine_stored_searches_index;
}
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'nl_NL__RG__acme_machine_stored_searches_index', key($requiredSchemes));
}
return array ( '_controller' => 'Acme\\Bundle\\MachineBundle\\Controller\\StoredSearchesController::indexAction', '_locale' => 'nl_NL', '_route' => 'nl_NL__RG__acme_machine_stored_searches_index',);
}
not_nl_NL__RG__acme_machine_stored_searches_index:
// de_CH__RG__acme_machine_stored_searches_index
if ($pathinfo === '/ch/gespeicherte-suchauftraege') {
if (!in_array($this->context->getMethod(), array('GET', 'HEAD'))) {
$allow = array_merge($allow, array('GET', 'HEAD'));
goto not_de_CH__RG__acme_machine_stored_searches_index;
}
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'de_CH__RG__acme_machine_stored_searches_index', key($requiredSchemes));
}
return array ( '_controller' => 'Acme\\Bundle\\MachineBundle\\Controller\\StoredSearchesController::indexAction', '_locale' => 'de_CH', '_route' => 'de_CH__RG__acme_machine_stored_searches_index',);
}
not_de_CH__RG__acme_machine_stored_searches_index:
if (0 === strpos($pathinfo, '/a')) {
// en_AU__RG__acme_machine_stored_searches_index
if ($pathinfo === '/au/gespeicherte-suchauftraege') {
if (!in_array($this->context->getMethod(), array('GET', 'HEAD'))) {
$allow = array_merge($allow, array('GET', 'HEAD'));
goto not_en_AU__RG__acme_machine_stored_searches_index;
}
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'en_AU__RG__acme_machine_stored_searches_index', key($requiredSchemes));
}
return array ( '_controller' => 'Acme\\Bundle\\MachineBundle\\Controller\\StoredSearchesController::indexAction', '_locale' => 'en_AU', '_route' => 'en_AU__RG__acme_machine_stored_searches_index',);
}
not_en_AU__RG__acme_machine_stored_searches_index:
// de_AT__RG__acme_machine_stored_searches_index
if ($pathinfo === '/at/gespeicherte-suchauftraege') {
if (!in_array($this->context->getMethod(), array('GET', 'HEAD'))) {
$allow = array_merge($allow, array('GET', 'HEAD'));
goto not_de_AT__RG__acme_machine_stored_searches_index;
}
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'de_AT__RG__acme_machine_stored_searches_index', key($requiredSchemes));
}
return array ( '_controller' => 'Acme\\Bundle\\MachineBundle\\Controller\\StoredSearchesController::indexAction', '_locale' => 'de_AT', '_route' => 'de_AT__RG__acme_machine_stored_searches_index',);
}
not_de_AT__RG__acme_machine_stored_searches_index:
}
// zu_ZZ__RG__acme_machine_stored_searches_index
if ($pathinfo === '/zz/gespeicherte-suchauftraege') {
if (!in_array($this->context->getMethod(), array('GET', 'HEAD'))) {
$allow = array_merge($allow, array('GET', 'HEAD'));
goto not_zu_ZZ__RG__acme_machine_stored_searches_index;
}
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'zu_ZZ__RG__acme_machine_stored_searches_index', key($requiredSchemes));
}
return array ( '_controller' => 'Acme\\Bundle\\MachineBundle\\Controller\\StoredSearchesController::indexAction', '_locale' => 'zu_ZZ', '_route' => 'zu_ZZ__RG__acme_machine_stored_searches_index',);
}
not_zu_ZZ__RG__acme_machine_stored_searches_index:
// de_DE__RG__acme_machine_default_sun_abuse_form
if ($pathinfo === '/de/machines/melden') {
if (!in_array($this->context->getMethod(), array('GET', 'POST', 'HEAD'))) {
$allow = array_merge($allow, array('GET', 'POST', 'HEAD'));
goto not_de_DE__RG__acme_machine_default_sun_abuse_form;
}
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'de_DE__RG__acme_machine_default_sun_abuse_form', key($requiredSchemes));
}
return array ( '_controller' => 'Acme\\Bundle\\MachineBundle\\Controller\\DefaultController::sunAbuseFormAction', '_locale' => 'de_DE', '_route' => 'de_DE__RG__acme_machine_default_sun_abuse_form',);
}
not_de_DE__RG__acme_machine_default_sun_abuse_form:
if (0 === strpos($pathinfo, '/u')) {
// en_GB__RG__acme_machine_default_sun_abuse_form
if ($pathinfo === '/uk/machines/melden') {
if (!in_array($this->context->getMethod(), array('GET', 'POST', 'HEAD'))) {
$allow = array_merge($allow, array('GET', 'POST', 'HEAD'));
goto not_en_GB__RG__acme_machine_default_sun_abuse_form;
}
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'en_GB__RG__acme_machine_default_sun_abuse_form', key($requiredSchemes));
}
return array ( '_controller' => 'Acme\\Bundle\\MachineBundle\\Controller\\DefaultController::sunAbuseFormAction', '_locale' => 'en_GB', '_route' => 'en_GB__RG__acme_machine_default_sun_abuse_form',);
}
not_en_GB__RG__acme_machine_default_sun_abuse_form:
// en_US__RG__acme_machine_default_sun_abuse_form
if ($pathinfo === '/us/machines/melden') {
if (!in_array($this->context->getMethod(), array('GET', 'POST', 'HEAD'))) {
$allow = array_merge($allow, array('GET', 'POST', 'HEAD'));
goto not_en_US__RG__acme_machine_default_sun_abuse_form;
}
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'en_US__RG__acme_machine_default_sun_abuse_form', key($requiredSchemes));
}
return array ( '_controller' => 'Acme\\Bundle\\MachineBundle\\Controller\\DefaultController::sunAbuseFormAction', '_locale' => 'en_US', '_route' => 'en_US__RG__acme_machine_default_sun_abuse_form',);
}
not_en_US__RG__acme_machine_default_sun_abuse_form:
}
// it_IT__RG__acme_machine_default_sun_abuse_form
if ($pathinfo === '/it/machines/melden') {
if (!in_array($this->context->getMethod(), array('GET', 'POST', 'HEAD'))) {
$allow = array_merge($allow, array('GET', 'POST', 'HEAD'));
goto not_it_IT__RG__acme_machine_default_sun_abuse_form;
}
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'it_IT__RG__acme_machine_default_sun_abuse_form', key($requiredSchemes));
}
return array ( '_controller' => 'Acme\\Bundle\\MachineBundle\\Controller\\DefaultController::sunAbuseFormAction', '_locale' => 'it_IT', '_route' => 'it_IT__RG__acme_machine_default_sun_abuse_form',);
}
not_it_IT__RG__acme_machine_default_sun_abuse_form:
// fr_FR__RG__acme_machine_default_sun_abuse_form
if ($pathinfo === '/fr/machines/melden') {
if (!in_array($this->context->getMethod(), array('GET', 'POST', 'HEAD'))) {
$allow = array_merge($allow, array('GET', 'POST', 'HEAD'));
goto not_fr_FR__RG__acme_machine_default_sun_abuse_form;
}
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'fr_FR__RG__acme_machine_default_sun_abuse_form', key($requiredSchemes));
}
return array ( '_controller' => 'Acme\\Bundle\\MachineBundle\\Controller\\DefaultController::sunAbuseFormAction', '_locale' => 'fr_FR', '_route' => 'fr_FR__RG__acme_machine_default_sun_abuse_form',);
}
not_fr_FR__RG__acme_machine_default_sun_abuse_form:
// es_ES__RG__acme_machine_default_sun_abuse_form
if ($pathinfo === '/es/machines/melden') {
if (!in_array($this->context->getMethod(), array('GET', 'POST', 'HEAD'))) {
$allow = array_merge($allow, array('GET', 'POST', 'HEAD'));
goto not_es_ES__RG__acme_machine_default_sun_abuse_form;
}
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'es_ES__RG__acme_machine_default_sun_abuse_form', key($requiredSchemes));
}
return array ( '_controller' => 'Acme\\Bundle\\MachineBundle\\Controller\\DefaultController::sunAbuseFormAction', '_locale' => 'es_ES', '_route' => 'es_ES__RG__acme_machine_default_sun_abuse_form',);
}
not_es_ES__RG__acme_machine_default_sun_abuse_form:
// nl_NL__RG__acme_machine_default_sun_abuse_form
if ($pathinfo === '/nl/machines/melden') {
if (!in_array($this->context->getMethod(), array('GET', 'POST', 'HEAD'))) {
$allow = array_merge($allow, array('GET', 'POST', 'HEAD'));
goto not_nl_NL__RG__acme_machine_default_sun_abuse_form;
}
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'nl_NL__RG__acme_machine_default_sun_abuse_form', key($requiredSchemes));
}
return array ( '_controller' => 'Acme\\Bundle\\MachineBundle\\Controller\\DefaultController::sunAbuseFormAction', '_locale' => 'nl_NL', '_route' => 'nl_NL__RG__acme_machine_default_sun_abuse_form',);
}
not_nl_NL__RG__acme_machine_default_sun_abuse_form:
// de_CH__RG__acme_machine_default_sun_abuse_form
if ($pathinfo === '/ch/machines/melden') {
if (!in_array($this->context->getMethod(), array('GET', 'POST', 'HEAD'))) {
$allow = array_merge($allow, array('GET', 'POST', 'HEAD'));
goto not_de_CH__RG__acme_machine_default_sun_abuse_form;
}
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'de_CH__RG__acme_machine_default_sun_abuse_form', key($requiredSchemes));
}
return array ( '_controller' => 'Acme\\Bundle\\MachineBundle\\Controller\\DefaultController::sunAbuseFormAction', '_locale' => 'de_CH', '_route' => 'de_CH__RG__acme_machine_default_sun_abuse_form',);
}
not_de_CH__RG__acme_machine_default_sun_abuse_form:
if (0 === strpos($pathinfo, '/a')) {
// en_AU__RG__acme_machine_default_sun_abuse_form
if ($pathinfo === '/au/machines/melden') {
if (!in_array($this->context->getMethod(), array('GET', 'POST', 'HEAD'))) {
$allow = array_merge($allow, array('GET', 'POST', 'HEAD'));
goto not_en_AU__RG__acme_machine_default_sun_abuse_form;
}
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'en_AU__RG__acme_machine_default_sun_abuse_form', key($requiredSchemes));
}
return array ( '_controller' => 'Acme\\Bundle\\MachineBundle\\Controller\\DefaultController::sunAbuseFormAction', '_locale' => 'en_AU', '_route' => 'en_AU__RG__acme_machine_default_sun_abuse_form',);
}
not_en_AU__RG__acme_machine_default_sun_abuse_form:
// de_AT__RG__acme_machine_default_sun_abuse_form
if ($pathinfo === '/at/machines/melden') {
if (!in_array($this->context->getMethod(), array('GET', 'POST', 'HEAD'))) {
$allow = array_merge($allow, array('GET', 'POST', 'HEAD'));
goto not_de_AT__RG__acme_machine_default_sun_abuse_form;
}
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'de_AT__RG__acme_machine_default_sun_abuse_form', key($requiredSchemes));
}
return array ( '_controller' => 'Acme\\Bundle\\MachineBundle\\Controller\\DefaultController::sunAbuseFormAction', '_locale' => 'de_AT', '_route' => 'de_AT__RG__acme_machine_default_sun_abuse_form',);
}
not_de_AT__RG__acme_machine_default_sun_abuse_form:
}
// zu_ZZ__RG__acme_machine_default_sun_abuse_form
if ($pathinfo === '/zz/machines/melden') {
if (!in_array($this->context->getMethod(), array('GET', 'POST', 'HEAD'))) {
$allow = array_merge($allow, array('GET', 'POST', 'HEAD'));
goto not_zu_ZZ__RG__acme_machine_default_sun_abuse_form;
}
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'zu_ZZ__RG__acme_machine_default_sun_abuse_form', key($requiredSchemes));
}
return array ( '_controller' => 'Acme\\Bundle\\MachineBundle\\Controller\\DefaultController::sunAbuseFormAction', '_locale' => 'zu_ZZ', '_route' => 'zu_ZZ__RG__acme_machine_default_sun_abuse_form',);
}
not_zu_ZZ__RG__acme_machine_default_sun_abuse_form:
// de_DE__RG__acme_machine_wishlist_delete_one_by_machine
if (0 === strpos($pathinfo, '/de/merkliste/machine-entfernen') && preg_match('#^/de/merkliste/machine\\-entfernen/(?P<machineAdId>[^/]++)$#s', $pathinfo, $matches)) {
if ($this->context->getMethod() != 'POST') {
$allow[] = 'POST';
goto not_de_DE__RG__acme_machine_wishlist_delete_one_by_machine;
}
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'de_DE__RG__acme_machine_wishlist_delete_one_by_machine', key($requiredSchemes));
}
return $this->mergeDefaults(array_replace($matches, array('_route' => 'de_DE__RG__acme_machine_wishlist_delete_one_by_machine')), array ( '_controller' => 'Acme\\Bundle\\MachineBundle\\Controller\\WishListController::deleteOneByMachineAction', '_locale' => 'de_DE',));
}
not_de_DE__RG__acme_machine_wishlist_delete_one_by_machine:
if (0 === strpos($pathinfo, '/u')) {
// en_GB__RG__acme_machine_wishlist_delete_one_by_machine
if (0 === strpos($pathinfo, '/uk/watch-list/remove-machine') && preg_match('#^/uk/watch\\-list/remove\\-machine/(?P<machineAdId>[^/]++)$#s', $pathinfo, $matches)) {
if ($this->context->getMethod() != 'POST') {
$allow[] = 'POST';
goto not_en_GB__RG__acme_machine_wishlist_delete_one_by_machine;
}
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'en_GB__RG__acme_machine_wishlist_delete_one_by_machine', key($requiredSchemes));
}
return $this->mergeDefaults(array_replace($matches, array('_route' => 'en_GB__RG__acme_machine_wishlist_delete_one_by_machine')), array ( '_controller' => 'Acme\\Bundle\\MachineBundle\\Controller\\WishListController::deleteOneByMachineAction', '_locale' => 'en_GB',));
}
not_en_GB__RG__acme_machine_wishlist_delete_one_by_machine:
// en_US__RG__acme_machine_wishlist_delete_one_by_machine
if (0 === strpos($pathinfo, '/us/watch-list/remove-machine') && preg_match('#^/us/watch\\-list/remove\\-machine/(?P<machineAdId>[^/]++)$#s', $pathinfo, $matches)) {
if ($this->context->getMethod() != 'POST') {
$allow[] = 'POST';
goto not_en_US__RG__acme_machine_wishlist_delete_one_by_machine;
}
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'en_US__RG__acme_machine_wishlist_delete_one_by_machine', key($requiredSchemes));
}
return $this->mergeDefaults(array_replace($matches, array('_route' => 'en_US__RG__acme_machine_wishlist_delete_one_by_machine')), array ( '_controller' => 'Acme\\Bundle\\MachineBundle\\Controller\\WishListController::deleteOneByMachineAction', '_locale' => 'en_US',));
}
not_en_US__RG__acme_machine_wishlist_delete_one_by_machine:
}
// it_IT__RG__acme_machine_wishlist_delete_one_by_machine
if (0 === strpos($pathinfo, '/it/watch-list/remove-machine') && preg_match('#^/it/watch\\-list/remove\\-machine/(?P<machineAdId>[^/]++)$#s', $pathinfo, $matches)) {
if ($this->context->getMethod() != 'POST') {
$allow[] = 'POST';
goto not_it_IT__RG__acme_machine_wishlist_delete_one_by_machine;
}
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'it_IT__RG__acme_machine_wishlist_delete_one_by_machine', key($requiredSchemes));
}
return $this->mergeDefaults(array_replace($matches, array('_route' => 'it_IT__RG__acme_machine_wishlist_delete_one_by_machine')), array ( '_controller' => 'Acme\\Bundle\\MachineBundle\\Controller\\WishListController::deleteOneByMachineAction', '_locale' => 'it_IT',));
}
not_it_IT__RG__acme_machine_wishlist_delete_one_by_machine:
// fr_FR__RG__acme_machine_wishlist_delete_one_by_machine
if (0 === strpos($pathinfo, '/fr/Liste-annonces-sauvegardees/machine-enfacer') && preg_match('#^/fr/Liste\\-annonces\\-sauvegardees/machine\\-enfacer/(?P<machineAdId>[^/]++)$#s', $pathinfo, $matches)) {
if ($this->context->getMethod() != 'POST') {
$allow[] = 'POST';
goto not_fr_FR__RG__acme_machine_wishlist_delete_one_by_machine;
}
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'fr_FR__RG__acme_machine_wishlist_delete_one_by_machine', key($requiredSchemes));
}
return $this->mergeDefaults(array_replace($matches, array('_route' => 'fr_FR__RG__acme_machine_wishlist_delete_one_by_machine')), array ( '_controller' => 'Acme\\Bundle\\MachineBundle\\Controller\\WishListController::deleteOneByMachineAction', '_locale' => 'fr_FR',));
}
not_fr_FR__RG__acme_machine_wishlist_delete_one_by_machine:
// es_ES__RG__acme_machine_wishlist_delete_one_by_machine
if (0 === strpos($pathinfo, '/es/watch-list/remove-machine') && preg_match('#^/es/watch\\-list/remove\\-machine/(?P<machineAdId>[^/]++)$#s', $pathinfo, $matches)) {
if ($this->context->getMethod() != 'POST') {
$allow[] = 'POST';
goto not_es_ES__RG__acme_machine_wishlist_delete_one_by_machine;
}
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'es_ES__RG__acme_machine_wishlist_delete_one_by_machine', key($requiredSchemes));
}
return $this->mergeDefaults(array_replace($matches, array('_route' => 'es_ES__RG__acme_machine_wishlist_delete_one_by_machine')), array ( '_controller' => 'Acme\\Bundle\\MachineBundle\\Controller\\WishListController::deleteOneByMachineAction', '_locale' => 'es_ES',));
}
not_es_ES__RG__acme_machine_wishlist_delete_one_by_machine:
// nl_NL__RG__acme_machine_wishlist_delete_one_by_machine
if (0 === strpos($pathinfo, '/nl/watch-list/remove-machine') && preg_match('#^/nl/watch\\-list/remove\\-machine/(?P<machineAdId>[^/]++)$#s', $pathinfo, $matches)) {
if ($this->context->getMethod() != 'POST') {
$allow[] = 'POST';
goto not_nl_NL__RG__acme_machine_wishlist_delete_one_by_machine;
}
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'nl_NL__RG__acme_machine_wishlist_delete_one_by_machine', key($requiredSchemes));
}
return $this->mergeDefaults(array_replace($matches, array('_route' => 'nl_NL__RG__acme_machine_wishlist_delete_one_by_machine')), array ( '_controller' => 'Acme\\Bundle\\MachineBundle\\Controller\\WishListController::deleteOneByMachineAction', '_locale' => 'nl_NL',));
}
not_nl_NL__RG__acme_machine_wishlist_delete_one_by_machine:
// de_CH__RG__acme_machine_wishlist_delete_one_by_machine
if (0 === strpos($pathinfo, '/ch/merkliste/machine-entfernen') && preg_match('#^/ch/merkliste/machine\\-entfernen/(?P<machineAdId>[^/]++)$#s', $pathinfo, $matches)) {
if ($this->context->getMethod() != 'POST') {
$allow[] = 'POST';
goto not_de_CH__RG__acme_machine_wishlist_delete_one_by_machine;
}
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'de_CH__RG__acme_machine_wishlist_delete_one_by_machine', key($requiredSchemes));
}
return $this->mergeDefaults(array_replace($matches, array('_route' => 'de_CH__RG__acme_machine_wishlist_delete_one_by_machine')), array ( '_controller' => 'Acme\\Bundle\\MachineBundle\\Controller\\WishListController::deleteOneByMachineAction', '_locale' => 'de_CH',));
}
not_de_CH__RG__acme_machine_wishlist_delete_one_by_machine:
if (0 === strpos($pathinfo, '/a')) {
// en_AU__RG__acme_machine_wishlist_delete_one_by_machine
if (0 === strpos($pathinfo, '/au/watch-list/remove-machine') && preg_match('#^/au/watch\\-list/remove\\-machine/(?P<machineAdId>[^/]++)$#s', $pathinfo, $matches)) {
if ($this->context->getMethod() != 'POST') {
$allow[] = 'POST';
goto not_en_AU__RG__acme_machine_wishlist_delete_one_by_machine;
}
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'en_AU__RG__acme_machine_wishlist_delete_one_by_machine', key($requiredSchemes));
}
return $this->mergeDefaults(array_replace($matches, array('_route' => 'en_AU__RG__acme_machine_wishlist_delete_one_by_machine')), array ( '_controller' => 'Acme\\Bundle\\MachineBundle\\Controller\\WishListController::deleteOneByMachineAction', '_locale' => 'en_AU',));
}
not_en_AU__RG__acme_machine_wishlist_delete_one_by_machine:
// de_AT__RG__acme_machine_wishlist_delete_one_by_machine
if (0 === strpos($pathinfo, '/at/merkliste/machine-entfernen') && preg_match('#^/at/merkliste/machine\\-entfernen/(?P<machineAdId>[^/]++)$#s', $pathinfo, $matches)) {
if ($this->context->getMethod() != 'POST') {
$allow[] = 'POST';
goto not_de_AT__RG__acme_machine_wishlist_delete_one_by_machine;
}
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'de_AT__RG__acme_machine_wishlist_delete_one_by_machine', key($requiredSchemes));
}
return $this->mergeDefaults(array_replace($matches, array('_route' => 'de_AT__RG__acme_machine_wishlist_delete_one_by_machine')), array ( '_controller' => 'Acme\\Bundle\\MachineBundle\\Controller\\WishListController::deleteOneByMachineAction', '_locale' => 'de_AT',));
}
not_de_AT__RG__acme_machine_wishlist_delete_one_by_machine:
}
// zu_ZZ__RG__acme_machine_wishlist_delete_one_by_machine
if (0 === strpos($pathinfo, '/zz/watch-list/remove-machine') && preg_match('#^/zz/watch\\-list/remove\\-machine/(?P<machineAdId>[^/]++)$#s', $pathinfo, $matches)) {
if ($this->context->getMethod() != 'POST') {
$allow[] = 'POST';
goto not_zu_ZZ__RG__acme_machine_wishlist_delete_one_by_machine;
}
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'zu_ZZ__RG__acme_machine_wishlist_delete_one_by_machine', key($requiredSchemes));
}
return $this->mergeDefaults(array_replace($matches, array('_route' => 'zu_ZZ__RG__acme_machine_wishlist_delete_one_by_machine')), array ( '_controller' => 'Acme\\Bundle\\MachineBundle\\Controller\\WishListController::deleteOneByMachineAction', '_locale' => 'zu_ZZ',));
}
not_zu_ZZ__RG__acme_machine_wishlist_delete_one_by_machine:
// de_DE__RG__acme_machine_wizard_index
if (0 === strpos($pathinfo, '/de/machines/wizard') && preg_match('#^/de/machines/wizard(?:/(?P<machineWizardBehaviorMode>[^/]++)(?:/(?P<machineWizardDisplayMode>[^/]++))?)?$#s', $pathinfo, $matches)) {
if (!in_array($this->context->getMethod(), array('GET', 'POST', 'HEAD'))) {
$allow = array_merge($allow, array('GET', 'POST', 'HEAD'));
goto not_de_DE__RG__acme_machine_wizard_index;
}
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'de_DE__RG__acme_machine_wizard_index', key($requiredSchemes));
}
return $this->mergeDefaults(array_replace($matches, array('_route' => 'de_DE__RG__acme_machine_wizard_index')), array ( '_controller' => 'Acme\\Bundle\\MachineBundle\\Controller\\MachineWizardController::indexAction', 'machineWizardBehaviorMode' => NULL, 'machineWizardDisplayMode' => NULL, '_locale' => 'de_DE',));
}
not_de_DE__RG__acme_machine_wizard_index:
if (0 === strpos($pathinfo, '/u')) {
// en_GB__RG__acme_machine_wizard_index
if (0 === strpos($pathinfo, '/uk/machines/wizard') && preg_match('#^/uk/machines/wizard(?:/(?P<machineWizardBehaviorMode>[^/]++)(?:/(?P<machineWizardDisplayMode>[^/]++))?)?$#s', $pathinfo, $matches)) {
if (!in_array($this->context->getMethod(), array('GET', 'POST', 'HEAD'))) {
$allow = array_merge($allow, array('GET', 'POST', 'HEAD'));
goto not_en_GB__RG__acme_machine_wizard_index;
}
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'en_GB__RG__acme_machine_wizard_index', key($requiredSchemes));
}
return $this->mergeDefaults(array_replace($matches, array('_route' => 'en_GB__RG__acme_machine_wizard_index')), array ( '_controller' => 'Acme\\Bundle\\MachineBundle\\Controller\\MachineWizardController::indexAction', 'machineWizardBehaviorMode' => NULL, 'machineWizardDisplayMode' => NULL, '_locale' => 'en_GB',));
}
not_en_GB__RG__acme_machine_wizard_index:
// en_US__RG__acme_machine_wizard_index
if (0 === strpos($pathinfo, '/us/machines/wizard') && preg_match('#^/us/machines/wizard(?:/(?P<machineWizardBehaviorMode>[^/]++)(?:/(?P<machineWizardDisplayMode>[^/]++))?)?$#s', $pathinfo, $matches)) {
if (!in_array($this->context->getMethod(), array('GET', 'POST', 'HEAD'))) {
$allow = array_merge($allow, array('GET', 'POST', 'HEAD'));
goto not_en_US__RG__acme_machine_wizard_index;
}
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'en_US__RG__acme_machine_wizard_index', key($requiredSchemes));
}
return $this->mergeDefaults(array_replace($matches, array('_route' => 'en_US__RG__acme_machine_wizard_index')), array ( '_controller' => 'Acme\\Bundle\\MachineBundle\\Controller\\MachineWizardController::indexAction', 'machineWizardBehaviorMode' => NULL, 'machineWizardDisplayMode' => NULL, '_locale' => 'en_US',));
}
not_en_US__RG__acme_machine_wizard_index:
}
// it_IT__RG__acme_machine_wizard_index
if (0 === strpos($pathinfo, '/it/machines/wizard') && preg_match('#^/it/machines/wizard(?:/(?P<machineWizardBehaviorMode>[^/]++)(?:/(?P<machineWizardDisplayMode>[^/]++))?)?$#s', $pathinfo, $matches)) {
if (!in_array($this->context->getMethod(), array('GET', 'POST', 'HEAD'))) {
$allow = array_merge($allow, array('GET', 'POST', 'HEAD'));
goto not_it_IT__RG__acme_machine_wizard_index;
}
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'it_IT__RG__acme_machine_wizard_index', key($requiredSchemes));
}
return $this->mergeDefaults(array_replace($matches, array('_route' => 'it_IT__RG__acme_machine_wizard_index')), array ( '_controller' => 'Acme\\Bundle\\MachineBundle\\Controller\\MachineWizardController::indexAction', 'machineWizardBehaviorMode' => NULL, 'machineWizardDisplayMode' => NULL, '_locale' => 'it_IT',));
}
not_it_IT__RG__acme_machine_wizard_index:
// fr_FR__RG__acme_machine_wizard_index
if (0 === strpos($pathinfo, '/fr/machines/wizard') && preg_match('#^/fr/machines/wizard(?:/(?P<machineWizardBehaviorMode>[^/]++)(?:/(?P<machineWizardDisplayMode>[^/]++))?)?$#s', $pathinfo, $matches)) {
if (!in_array($this->context->getMethod(), array('GET', 'POST', 'HEAD'))) {
$allow = array_merge($allow, array('GET', 'POST', 'HEAD'));
goto not_fr_FR__RG__acme_machine_wizard_index;
}
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'fr_FR__RG__acme_machine_wizard_index', key($requiredSchemes));
}
return $this->mergeDefaults(array_replace($matches, array('_route' => 'fr_FR__RG__acme_machine_wizard_index')), array ( '_controller' => 'Acme\\Bundle\\MachineBundle\\Controller\\MachineWizardController::indexAction', 'machineWizardBehaviorMode' => NULL, 'machineWizardDisplayMode' => NULL, '_locale' => 'fr_FR',));
}
not_fr_FR__RG__acme_machine_wizard_index:
// es_ES__RG__acme_machine_wizard_index
if (0 === strpos($pathinfo, '/es/machines/wizard') && preg_match('#^/es/machines/wizard(?:/(?P<machineWizardBehaviorMode>[^/]++)(?:/(?P<machineWizardDisplayMode>[^/]++))?)?$#s', $pathinfo, $matches)) {
if (!in_array($this->context->getMethod(), array('GET', 'POST', 'HEAD'))) {
$allow = array_merge($allow, array('GET', 'POST', 'HEAD'));
goto not_es_ES__RG__acme_machine_wizard_index;
}
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'es_ES__RG__acme_machine_wizard_index', key($requiredSchemes));
}
return $this->mergeDefaults(array_replace($matches, array('_route' => 'es_ES__RG__acme_machine_wizard_index')), array ( '_controller' => 'Acme\\Bundle\\MachineBundle\\Controller\\MachineWizardController::indexAction', 'machineWizardBehaviorMode' => NULL, 'machineWizardDisplayMode' => NULL, '_locale' => 'es_ES',));
}
not_es_ES__RG__acme_machine_wizard_index:
// nl_NL__RG__acme_machine_wizard_index
if (0 === strpos($pathinfo, '/nl/machines/wizard') && preg_match('#^/nl/machines/wizard(?:/(?P<machineWizardBehaviorMode>[^/]++)(?:/(?P<machineWizardDisplayMode>[^/]++))?)?$#s', $pathinfo, $matches)) {
if (!in_array($this->context->getMethod(), array('GET', 'POST', 'HEAD'))) {
$allow = array_merge($allow, array('GET', 'POST', 'HEAD'));
goto not_nl_NL__RG__acme_machine_wizard_index;
}
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'nl_NL__RG__acme_machine_wizard_index', key($requiredSchemes));
}
return $this->mergeDefaults(array_replace($matches, array('_route' => 'nl_NL__RG__acme_machine_wizard_index')), array ( '_controller' => 'Acme\\Bundle\\MachineBundle\\Controller\\MachineWizardController::indexAction', 'machineWizardBehaviorMode' => NULL, 'machineWizardDisplayMode' => NULL, '_locale' => 'nl_NL',));
}
not_nl_NL__RG__acme_machine_wizard_index:
// de_CH__RG__acme_machine_wizard_index
if (0 === strpos($pathinfo, '/ch/machines/wizard') && preg_match('#^/ch/machines/wizard(?:/(?P<machineWizardBehaviorMode>[^/]++)(?:/(?P<machineWizardDisplayMode>[^/]++))?)?$#s', $pathinfo, $matches)) {
if (!in_array($this->context->getMethod(), array('GET', 'POST', 'HEAD'))) {
$allow = array_merge($allow, array('GET', 'POST', 'HEAD'));
goto not_de_CH__RG__acme_machine_wizard_index;
}
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'de_CH__RG__acme_machine_wizard_index', key($requiredSchemes));
}
return $this->mergeDefaults(array_replace($matches, array('_route' => 'de_CH__RG__acme_machine_wizard_index')), array ( '_controller' => 'Acme\\Bundle\\MachineBundle\\Controller\\MachineWizardController::indexAction', 'machineWizardBehaviorMode' => NULL, 'machineWizardDisplayMode' => NULL, '_locale' => 'de_CH',));
}
not_de_CH__RG__acme_machine_wizard_index:
if (0 === strpos($pathinfo, '/a')) {
// en_AU__RG__acme_machine_wizard_index
if (0 === strpos($pathinfo, '/au/machines/wizard') && preg_match('#^/au/machines/wizard(?:/(?P<machineWizardBehaviorMode>[^/]++)(?:/(?P<machineWizardDisplayMode>[^/]++))?)?$#s', $pathinfo, $matches)) {
if (!in_array($this->context->getMethod(), array('GET', 'POST', 'HEAD'))) {
$allow = array_merge($allow, array('GET', 'POST', 'HEAD'));
goto not_en_AU__RG__acme_machine_wizard_index;
}
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'en_AU__RG__acme_machine_wizard_index', key($requiredSchemes));
}
return $this->mergeDefaults(array_replace($matches, array('_route' => 'en_AU__RG__acme_machine_wizard_index')), array ( '_controller' => 'Acme\\Bundle\\MachineBundle\\Controller\\MachineWizardController::indexAction', 'machineWizardBehaviorMode' => NULL, 'machineWizardDisplayMode' => NULL, '_locale' => 'en_AU',));
}
not_en_AU__RG__acme_machine_wizard_index:
// de_AT__RG__acme_machine_wizard_index
if (0 === strpos($pathinfo, '/at/machines/wizard') && preg_match('#^/at/machines/wizard(?:/(?P<machineWizardBehaviorMode>[^/]++)(?:/(?P<machineWizardDisplayMode>[^/]++))?)?$#s', $pathinfo, $matches)) {
if (!in_array($this->context->getMethod(), array('GET', 'POST', 'HEAD'))) {
$allow = array_merge($allow, array('GET', 'POST', 'HEAD'));
goto not_de_AT__RG__acme_machine_wizard_index;
}
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'de_AT__RG__acme_machine_wizard_index', key($requiredSchemes));
}
return $this->mergeDefaults(array_replace($matches, array('_route' => 'de_AT__RG__acme_machine_wizard_index')), array ( '_controller' => 'Acme\\Bundle\\MachineBundle\\Controller\\MachineWizardController::indexAction', 'machineWizardBehaviorMode' => NULL, 'machineWizardDisplayMode' => NULL, '_locale' => 'de_AT',));
}
not_de_AT__RG__acme_machine_wizard_index:
}
// zu_ZZ__RG__acme_machine_wizard_index
if (0 === strpos($pathinfo, '/zz/machines/wizard') && preg_match('#^/zz/machines/wizard(?:/(?P<machineWizardBehaviorMode>[^/]++)(?:/(?P<machineWizardDisplayMode>[^/]++))?)?$#s', $pathinfo, $matches)) {
if (!in_array($this->context->getMethod(), array('GET', 'POST', 'HEAD'))) {
$allow = array_merge($allow, array('GET', 'POST', 'HEAD'));
goto not_zu_ZZ__RG__acme_machine_wizard_index;
}
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'zu_ZZ__RG__acme_machine_wizard_index', key($requiredSchemes));
}
return $this->mergeDefaults(array_replace($matches, array('_route' => 'zu_ZZ__RG__acme_machine_wizard_index')), array ( '_controller' => 'Acme\\Bundle\\MachineBundle\\Controller\\MachineWizardController::indexAction', 'machineWizardBehaviorMode' => NULL, 'machineWizardDisplayMode' => NULL, '_locale' => 'zu_ZZ',));
}
not_zu_ZZ__RG__acme_machine_wizard_index:
// de_DE__RG__acme_machine_wizard_machineType
if (0 === strpos($pathinfo, '/de/machines/wizard/machineType') && preg_match('#^/de/machines/wizard/machineType/(?P<machineCategory>[^/]++)(?:/(?P<machineWizardBehaviorMode>[^/]++)(?:/(?P<machineWizardDisplayMode>[^/]++))?)?$#s', $pathinfo, $matches)) {
if (!in_array($this->context->getMethod(), array('GET', 'POST', 'HEAD'))) {
$allow = array_merge($allow, array('GET', 'POST', 'HEAD'));
goto not_de_DE__RG__acme_machine_wizard_machineType;
}
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'de_DE__RG__acme_machine_wizard_machineType', key($requiredSchemes));
}
return $this->mergeDefaults(array_replace($matches, array('_route' => 'de_DE__RG__acme_machine_wizard_machineType')), array ( '_controller' => 'Acme\\Bundle\\MachineBundle\\Controller\\MachineWizardController::machineTypeAction', 'machineWizardBehaviorMode' => NULL, 'machineWizardDisplayMode' => NULL, '_locale' => 'de_DE',));
}
not_de_DE__RG__acme_machine_wizard_machineType:
if (0 === strpos($pathinfo, '/u')) {
// en_GB__RG__acme_machine_wizard_machineType
if (0 === strpos($pathinfo, '/uk/machines/wizard/machineType') && preg_match('#^/uk/machines/wizard/machineType/(?P<machineCategory>[^/]++)(?:/(?P<machineWizardBehaviorMode>[^/]++)(?:/(?P<machineWizardDisplayMode>[^/]++))?)?$#s', $pathinfo, $matches)) {
if (!in_array($this->context->getMethod(), array('GET', 'POST', 'HEAD'))) {
$allow = array_merge($allow, array('GET', 'POST', 'HEAD'));
goto not_en_GB__RG__acme_machine_wizard_machineType;
}
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'en_GB__RG__acme_machine_wizard_machineType', key($requiredSchemes));
}
return $this->mergeDefaults(array_replace($matches, array('_route' => 'en_GB__RG__acme_machine_wizard_machineType')), array ( '_controller' => 'Acme\\Bundle\\MachineBundle\\Controller\\MachineWizardController::machineTypeAction', 'machineWizardBehaviorMode' => NULL, 'machineWizardDisplayMode' => NULL, '_locale' => 'en_GB',));
}
not_en_GB__RG__acme_machine_wizard_machineType:
// en_US__RG__acme_machine_wizard_machineType
if (0 === strpos($pathinfo, '/us/machines/wizard/machineType') && preg_match('#^/us/machines/wizard/machineType/(?P<machineCategory>[^/]++)(?:/(?P<machineWizardBehaviorMode>[^/]++)(?:/(?P<machineWizardDisplayMode>[^/]++))?)?$#s', $pathinfo, $matches)) {
if (!in_array($this->context->getMethod(), array('GET', 'POST', 'HEAD'))) {
$allow = array_merge($allow, array('GET', 'POST', 'HEAD'));
goto not_en_US__RG__acme_machine_wizard_machineType;
}
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'en_US__RG__acme_machine_wizard_machineType', key($requiredSchemes));
}
return $this->mergeDefaults(array_replace($matches, array('_route' => 'en_US__RG__acme_machine_wizard_machineType')), array ( '_controller' => 'Acme\\Bundle\\MachineBundle\\Controller\\MachineWizardController::machineTypeAction', 'machineWizardBehaviorMode' => NULL, 'machineWizardDisplayMode' => NULL, '_locale' => 'en_US',));
}
not_en_US__RG__acme_machine_wizard_machineType:
}
// it_IT__RG__acme_machine_wizard_machineType
if (0 === strpos($pathinfo, '/it/machines/wizard/machineType') && preg_match('#^/it/machines/wizard/machineType/(?P<machineCategory>[^/]++)(?:/(?P<machineWizardBehaviorMode>[^/]++)(?:/(?P<machineWizardDisplayMode>[^/]++))?)?$#s', $pathinfo, $matches)) {
if (!in_array($this->context->getMethod(), array('GET', 'POST', 'HEAD'))) {
$allow = array_merge($allow, array('GET', 'POST', 'HEAD'));
goto not_it_IT__RG__acme_machine_wizard_machineType;
}
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'it_IT__RG__acme_machine_wizard_machineType', key($requiredSchemes));
}
return $this->mergeDefaults(array_replace($matches, array('_route' => 'it_IT__RG__acme_machine_wizard_machineType')), array ( '_controller' => 'Acme\\Bundle\\MachineBundle\\Controller\\MachineWizardController::machineTypeAction', 'machineWizardBehaviorMode' => NULL, 'machineWizardDisplayMode' => NULL, '_locale' => 'it_IT',));
}
not_it_IT__RG__acme_machine_wizard_machineType:
// fr_FR__RG__acme_machine_wizard_machineType
if (0 === strpos($pathinfo, '/fr/machines/wizard/machineType') && preg_match('#^/fr/machines/wizard/machineType/(?P<machineCategory>[^/]++)(?:/(?P<machineWizardBehaviorMode>[^/]++)(?:/(?P<machineWizardDisplayMode>[^/]++))?)?$#s', $pathinfo, $matches)) {
if (!in_array($this->context->getMethod(), array('GET', 'POST', 'HEAD'))) {
$allow = array_merge($allow, array('GET', 'POST', 'HEAD'));
goto not_fr_FR__RG__acme_machine_wizard_machineType;
}
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'fr_FR__RG__acme_machine_wizard_machineType', key($requiredSchemes));
}
return $this->mergeDefaults(array_replace($matches, array('_route' => 'fr_FR__RG__acme_machine_wizard_machineType')), array ( '_controller' => 'Acme\\Bundle\\MachineBundle\\Controller\\MachineWizardController::machineTypeAction', 'machineWizardBehaviorMode' => NULL, 'machineWizardDisplayMode' => NULL, '_locale' => 'fr_FR',));
}
not_fr_FR__RG__acme_machine_wizard_machineType:
// es_ES__RG__acme_machine_wizard_machineType
if (0 === strpos($pathinfo, '/es/machines/wizard/machineType') && preg_match('#^/es/machines/wizard/machineType/(?P<machineCategory>[^/]++)(?:/(?P<machineWizardBehaviorMode>[^/]++)(?:/(?P<machineWizardDisplayMode>[^/]++))?)?$#s', $pathinfo, $matches)) {
if (!in_array($this->context->getMethod(), array('GET', 'POST', 'HEAD'))) {
$allow = array_merge($allow, array('GET', 'POST', 'HEAD'));
goto not_es_ES__RG__acme_machine_wizard_machineType;
}
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'es_ES__RG__acme_machine_wizard_machineType', key($requiredSchemes));
}
return $this->mergeDefaults(array_replace($matches, array('_route' => 'es_ES__RG__acme_machine_wizard_machineType')), array ( '_controller' => 'Acme\\Bundle\\MachineBundle\\Controller\\MachineWizardController::machineTypeAction', 'machineWizardBehaviorMode' => NULL, 'machineWizardDisplayMode' => NULL, '_locale' => 'es_ES',));
}
not_es_ES__RG__acme_machine_wizard_machineType:
// nl_NL__RG__acme_machine_wizard_machineType
if (0 === strpos($pathinfo, '/nl/machines/wizard/machineType') && preg_match('#^/nl/machines/wizard/machineType/(?P<machineCategory>[^/]++)(?:/(?P<machineWizardBehaviorMode>[^/]++)(?:/(?P<machineWizardDisplayMode>[^/]++))?)?$#s', $pathinfo, $matches)) {
if (!in_array($this->context->getMethod(), array('GET', 'POST', 'HEAD'))) {
$allow = array_merge($allow, array('GET', 'POST', 'HEAD'));
goto not_nl_NL__RG__acme_machine_wizard_machineType;
}
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'nl_NL__RG__acme_machine_wizard_machineType', key($requiredSchemes));
}
return $this->mergeDefaults(array_replace($matches, array('_route' => 'nl_NL__RG__acme_machine_wizard_machineType')), array ( '_controller' => 'Acme\\Bundle\\MachineBundle\\Controller\\MachineWizardController::machineTypeAction', 'machineWizardBehaviorMode' => NULL, 'machineWizardDisplayMode' => NULL, '_locale' => 'nl_NL',));
}
not_nl_NL__RG__acme_machine_wizard_machineType:
// de_CH__RG__acme_machine_wizard_machineType
if (0 === strpos($pathinfo, '/ch/machines/wizard/machineType') && preg_match('#^/ch/machines/wizard/machineType/(?P<machineCategory>[^/]++)(?:/(?P<machineWizardBehaviorMode>[^/]++)(?:/(?P<machineWizardDisplayMode>[^/]++))?)?$#s', $pathinfo, $matches)) {
if (!in_array($this->context->getMethod(), array('GET', 'POST', 'HEAD'))) {
$allow = array_merge($allow, array('GET', 'POST', 'HEAD'));
goto not_de_CH__RG__acme_machine_wizard_machineType;
}
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'de_CH__RG__acme_machine_wizard_machineType', key($requiredSchemes));
}
return $this->mergeDefaults(array_replace($matches, array('_route' => 'de_CH__RG__acme_machine_wizard_machineType')), array ( '_controller' => 'Acme\\Bundle\\MachineBundle\\Controller\\MachineWizardController::machineTypeAction', 'machineWizardBehaviorMode' => NULL, 'machineWizardDisplayMode' => NULL, '_locale' => 'de_CH',));
}
not_de_CH__RG__acme_machine_wizard_machineType:
if (0 === strpos($pathinfo, '/a')) {
// en_AU__RG__acme_machine_wizard_machineType
if (0 === strpos($pathinfo, '/au/machines/wizard/machineType') && preg_match('#^/au/machines/wizard/machineType/(?P<machineCategory>[^/]++)(?:/(?P<machineWizardBehaviorMode>[^/]++)(?:/(?P<machineWizardDisplayMode>[^/]++))?)?$#s', $pathinfo, $matches)) {
if (!in_array($this->context->getMethod(), array('GET', 'POST', 'HEAD'))) {
$allow = array_merge($allow, array('GET', 'POST', 'HEAD'));
goto not_en_AU__RG__acme_machine_wizard_machineType;
}
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'en_AU__RG__acme_machine_wizard_machineType', key($requiredSchemes));
}
return $this->mergeDefaults(array_replace($matches, array('_route' => 'en_AU__RG__acme_machine_wizard_machineType')), array ( '_controller' => 'Acme\\Bundle\\MachineBundle\\Controller\\MachineWizardController::machineTypeAction', 'machineWizardBehaviorMode' => NULL, 'machineWizardDisplayMode' => NULL, '_locale' => 'en_AU',));
}
not_en_AU__RG__acme_machine_wizard_machineType:
// de_AT__RG__acme_machine_wizard_machineType
if (0 === strpos($pathinfo, '/at/machines/wizard/machineType') && preg_match('#^/at/machines/wizard/machineType/(?P<machineCategory>[^/]++)(?:/(?P<machineWizardBehaviorMode>[^/]++)(?:/(?P<machineWizardDisplayMode>[^/]++))?)?$#s', $pathinfo, $matches)) {
if (!in_array($this->context->getMethod(), array('GET', 'POST', 'HEAD'))) {
$allow = array_merge($allow, array('GET', 'POST', 'HEAD'));
goto not_de_AT__RG__acme_machine_wizard_machineType;
}
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'de_AT__RG__acme_machine_wizard_machineType', key($requiredSchemes));
}
return $this->mergeDefaults(array_replace($matches, array('_route' => 'de_AT__RG__acme_machine_wizard_machineType')), array ( '_controller' => 'Acme\\Bundle\\MachineBundle\\Controller\\MachineWizardController::machineTypeAction', 'machineWizardBehaviorMode' => NULL, 'machineWizardDisplayMode' => NULL, '_locale' => 'de_AT',));
}
not_de_AT__RG__acme_machine_wizard_machineType:
}
// zu_ZZ__RG__acme_machine_wizard_machineType
if (0 === strpos($pathinfo, '/zz/machines/wizard/machineType') && preg_match('#^/zz/machines/wizard/machineType/(?P<machineCategory>[^/]++)(?:/(?P<machineWizardBehaviorMode>[^/]++)(?:/(?P<machineWizardDisplayMode>[^/]++))?)?$#s', $pathinfo, $matches)) {
if (!in_array($this->context->getMethod(), array('GET', 'POST', 'HEAD'))) {
$allow = array_merge($allow, array('GET', 'POST', 'HEAD'));
goto not_zu_ZZ__RG__acme_machine_wizard_machineType;
}
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'zu_ZZ__RG__acme_machine_wizard_machineType', key($requiredSchemes));
}
return $this->mergeDefaults(array_replace($matches, array('_route' => 'zu_ZZ__RG__acme_machine_wizard_machineType')), array ( '_controller' => 'Acme\\Bundle\\MachineBundle\\Controller\\MachineWizardController::machineTypeAction', 'machineWizardBehaviorMode' => NULL, 'machineWizardDisplayMode' => NULL, '_locale' => 'zu_ZZ',));
}
not_zu_ZZ__RG__acme_machine_wizard_machineType:
// de_DE__RG__acme_machine_wizard_machineCategory
if (0 === strpos($pathinfo, '/de/machines/wizard/machineCategory') && preg_match('#^/de/machines/wizard/machineCategory(?:/(?P<machineWizardBehaviorMode>[^/]++)(?:/(?P<machineWizardDisplayMode>[^/]++))?)?$#s', $pathinfo, $matches)) {
if (!in_array($this->context->getMethod(), array('GET', 'POST', 'HEAD'))) {
$allow = array_merge($allow, array('GET', 'POST', 'HEAD'));
goto not_de_DE__RG__acme_machine_wizard_machineCategory;
}
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'de_DE__RG__acme_machine_wizard_machineCategory', key($requiredSchemes));
}
return $this->mergeDefaults(array_replace($matches, array('_route' => 'de_DE__RG__acme_machine_wizard_machineCategory')), array ( '_controller' => 'Acme\\Bundle\\MachineBundle\\Controller\\MachineWizardController::machineCategoryAction', 'machineWizardBehaviorMode' => NULL, 'machineWizardDisplayMode' => NULL, '_locale' => 'de_DE',));
}
not_de_DE__RG__acme_machine_wizard_machineCategory:
if (0 === strpos($pathinfo, '/u')) {
// en_GB__RG__acme_machine_wizard_machineCategory
if (0 === strpos($pathinfo, '/uk/machines/wizard/machineCategory') && preg_match('#^/uk/machines/wizard/machineCategory(?:/(?P<machineWizardBehaviorMode>[^/]++)(?:/(?P<machineWizardDisplayMode>[^/]++))?)?$#s', $pathinfo, $matches)) {
if (!in_array($this->context->getMethod(), array('GET', 'POST', 'HEAD'))) {
$allow = array_merge($allow, array('GET', 'POST', 'HEAD'));
goto not_en_GB__RG__acme_machine_wizard_machineCategory;
}
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'en_GB__RG__acme_machine_wizard_machineCategory', key($requiredSchemes));
}
return $this->mergeDefaults(array_replace($matches, array('_route' => 'en_GB__RG__acme_machine_wizard_machineCategory')), array ( '_controller' => 'Acme\\Bundle\\MachineBundle\\Controller\\MachineWizardController::machineCategoryAction', 'machineWizardBehaviorMode' => NULL, 'machineWizardDisplayMode' => NULL, '_locale' => 'en_GB',));
}
not_en_GB__RG__acme_machine_wizard_machineCategory:
// en_US__RG__acme_machine_wizard_machineCategory
if (0 === strpos($pathinfo, '/us/machines/wizard/machineCategory') && preg_match('#^/us/machines/wizard/machineCategory(?:/(?P<machineWizardBehaviorMode>[^/]++)(?:/(?P<machineWizardDisplayMode>[^/]++))?)?$#s', $pathinfo, $matches)) {
if (!in_array($this->context->getMethod(), array('GET', 'POST', 'HEAD'))) {
$allow = array_merge($allow, array('GET', 'POST', 'HEAD'));
goto not_en_US__RG__acme_machine_wizard_machineCategory;
}
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'en_US__RG__acme_machine_wizard_machineCategory', key($requiredSchemes));
}
return $this->mergeDefaults(array_replace($matches, array('_route' => 'en_US__RG__acme_machine_wizard_machineCategory')), array ( '_controller' => 'Acme\\Bundle\\MachineBundle\\Controller\\MachineWizardController::machineCategoryAction', 'machineWizardBehaviorMode' => NULL, 'machineWizardDisplayMode' => NULL, '_locale' => 'en_US',));
}
not_en_US__RG__acme_machine_wizard_machineCategory:
}
// it_IT__RG__acme_machine_wizard_machineCategory
if (0 === strpos($pathinfo, '/it/machines/wizard/machineCategory') && preg_match('#^/it/machines/wizard/machineCategory(?:/(?P<machineWizardBehaviorMode>[^/]++)(?:/(?P<machineWizardDisplayMode>[^/]++))?)?$#s', $pathinfo, $matches)) {
if (!in_array($this->context->getMethod(), array('GET', 'POST', 'HEAD'))) {
$allow = array_merge($allow, array('GET', 'POST', 'HEAD'));
goto not_it_IT__RG__acme_machine_wizard_machineCategory;
}
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'it_IT__RG__acme_machine_wizard_machineCategory', key($requiredSchemes));
}
return $this->mergeDefaults(array_replace($matches, array('_route' => 'it_IT__RG__acme_machine_wizard_machineCategory')), array ( '_controller' => 'Acme\\Bundle\\MachineBundle\\Controller\\MachineWizardController::machineCategoryAction', 'machineWizardBehaviorMode' => NULL, 'machineWizardDisplayMode' => NULL, '_locale' => 'it_IT',));
}
not_it_IT__RG__acme_machine_wizard_machineCategory:
// fr_FR__RG__acme_machine_wizard_machineCategory
if (0 === strpos($pathinfo, '/fr/machines/wizard/machineCategory') && preg_match('#^/fr/machines/wizard/machineCategory(?:/(?P<machineWizardBehaviorMode>[^/]++)(?:/(?P<machineWizardDisplayMode>[^/]++))?)?$#s', $pathinfo, $matches)) {
if (!in_array($this->context->getMethod(), array('GET', 'POST', 'HEAD'))) {
$allow = array_merge($allow, array('GET', 'POST', 'HEAD'));
goto not_fr_FR__RG__acme_machine_wizard_machineCategory;
}
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'fr_FR__RG__acme_machine_wizard_machineCategory', key($requiredSchemes));
}
return $this->mergeDefaults(array_replace($matches, array('_route' => 'fr_FR__RG__acme_machine_wizard_machineCategory')), array ( '_controller' => 'Acme\\Bundle\\MachineBundle\\Controller\\MachineWizardController::machineCategoryAction', 'machineWizardBehaviorMode' => NULL, 'machineWizardDisplayMode' => NULL, '_locale' => 'fr_FR',));
}
not_fr_FR__RG__acme_machine_wizard_machineCategory:
// es_ES__RG__acme_machine_wizard_machineCategory
if (0 === strpos($pathinfo, '/es/machines/wizard/machineCategory') && preg_match('#^/es/machines/wizard/machineCategory(?:/(?P<machineWizardBehaviorMode>[^/]++)(?:/(?P<machineWizardDisplayMode>[^/]++))?)?$#s', $pathinfo, $matches)) {
if (!in_array($this->context->getMethod(), array('GET', 'POST', 'HEAD'))) {
$allow = array_merge($allow, array('GET', 'POST', 'HEAD'));
goto not_es_ES__RG__acme_machine_wizard_machineCategory;
}
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'es_ES__RG__acme_machine_wizard_machineCategory', key($requiredSchemes));
}
return $this->mergeDefaults(array_replace($matches, array('_route' => 'es_ES__RG__acme_machine_wizard_machineCategory')), array ( '_controller' => 'Acme\\Bundle\\MachineBundle\\Controller\\MachineWizardController::machineCategoryAction', 'machineWizardBehaviorMode' => NULL, 'machineWizardDisplayMode' => NULL, '_locale' => 'es_ES',));
}
not_es_ES__RG__acme_machine_wizard_machineCategory:
// nl_NL__RG__acme_machine_wizard_machineCategory
if (0 === strpos($pathinfo, '/nl/machines/wizard/machineCategory') && preg_match('#^/nl/machines/wizard/machineCategory(?:/(?P<machineWizardBehaviorMode>[^/]++)(?:/(?P<machineWizardDisplayMode>[^/]++))?)?$#s', $pathinfo, $matches)) {
if (!in_array($this->context->getMethod(), array('GET', 'POST', 'HEAD'))) {
$allow = array_merge($allow, array('GET', 'POST', 'HEAD'));
goto not_nl_NL__RG__acme_machine_wizard_machineCategory;
}
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'nl_NL__RG__acme_machine_wizard_machineCategory', key($requiredSchemes));
}
return $this->mergeDefaults(array_replace($matches, array('_route' => 'nl_NL__RG__acme_machine_wizard_machineCategory')), array ( '_controller' => 'Acme\\Bundle\\MachineBundle\\Controller\\MachineWizardController::machineCategoryAction', 'machineWizardBehaviorMode' => NULL, 'machineWizardDisplayMode' => NULL, '_locale' => 'nl_NL',));
}
not_nl_NL__RG__acme_machine_wizard_machineCategory:
// de_CH__RG__acme_machine_wizard_machineCategory
if (0 === strpos($pathinfo, '/ch/machines/wizard/machineCategory') && preg_match('#^/ch/machines/wizard/machineCategory(?:/(?P<machineWizardBehaviorMode>[^/]++)(?:/(?P<machineWizardDisplayMode>[^/]++))?)?$#s', $pathinfo, $matches)) {
if (!in_array($this->context->getMethod(), array('GET', 'POST', 'HEAD'))) {
$allow = array_merge($allow, array('GET', 'POST', 'HEAD'));
goto not_de_CH__RG__acme_machine_wizard_machineCategory;
}
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'de_CH__RG__acme_machine_wizard_machineCategory', key($requiredSchemes));
}
return $this->mergeDefaults(array_replace($matches, array('_route' => 'de_CH__RG__acme_machine_wizard_machineCategory')), array ( '_controller' => 'Acme\\Bundle\\MachineBundle\\Controller\\MachineWizardController::machineCategoryAction', 'machineWizardBehaviorMode' => NULL, 'machineWizardDisplayMode' => NULL, '_locale' => 'de_CH',));
}
not_de_CH__RG__acme_machine_wizard_machineCategory:
if (0 === strpos($pathinfo, '/a')) {
// en_AU__RG__acme_machine_wizard_machineCategory
if (0 === strpos($pathinfo, '/au/machines/wizard/machineCategory') && preg_match('#^/au/machines/wizard/machineCategory(?:/(?P<machineWizardBehaviorMode>[^/]++)(?:/(?P<machineWizardDisplayMode>[^/]++))?)?$#s', $pathinfo, $matches)) {
if (!in_array($this->context->getMethod(), array('GET', 'POST', 'HEAD'))) {
$allow = array_merge($allow, array('GET', 'POST', 'HEAD'));
goto not_en_AU__RG__acme_machine_wizard_machineCategory;
}
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'en_AU__RG__acme_machine_wizard_machineCategory', key($requiredSchemes));
}
return $this->mergeDefaults(array_replace($matches, array('_route' => 'en_AU__RG__acme_machine_wizard_machineCategory')), array ( '_controller' => 'Acme\\Bundle\\MachineBundle\\Controller\\MachineWizardController::machineCategoryAction', 'machineWizardBehaviorMode' => NULL, 'machineWizardDisplayMode' => NULL, '_locale' => 'en_AU',));
}
not_en_AU__RG__acme_machine_wizard_machineCategory:
// de_AT__RG__acme_machine_wizard_machineCategory
if (0 === strpos($pathinfo, '/at/machines/wizard/machineCategory') && preg_match('#^/at/machines/wizard/machineCategory(?:/(?P<machineWizardBehaviorMode>[^/]++)(?:/(?P<machineWizardDisplayMode>[^/]++))?)?$#s', $pathinfo, $matches)) {
if (!in_array($this->context->getMethod(), array('GET', 'POST', 'HEAD'))) {
$allow = array_merge($allow, array('GET', 'POST', 'HEAD'));
goto not_de_AT__RG__acme_machine_wizard_machineCategory;
}
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'de_AT__RG__acme_machine_wizard_machineCategory', key($requiredSchemes));
}
return $this->mergeDefaults(array_replace($matches, array('_route' => 'de_AT__RG__acme_machine_wizard_machineCategory')), array ( '_controller' => 'Acme\\Bundle\\MachineBundle\\Controller\\MachineWizardController::machineCategoryAction', 'machineWizardBehaviorMode' => NULL, 'machineWizardDisplayMode' => NULL, '_locale' => 'de_AT',));
}
not_de_AT__RG__acme_machine_wizard_machineCategory:
}
// zu_ZZ__RG__acme_machine_wizard_machineCategory
if (0 === strpos($pathinfo, '/zz/machines/wizard/machineCategory') && preg_match('#^/zz/machines/wizard/machineCategory(?:/(?P<machineWizardBehaviorMode>[^/]++)(?:/(?P<machineWizardDisplayMode>[^/]++))?)?$#s', $pathinfo, $matches)) {
if (!in_array($this->context->getMethod(), array('GET', 'POST', 'HEAD'))) {
$allow = array_merge($allow, array('GET', 'POST', 'HEAD'));
goto not_zu_ZZ__RG__acme_machine_wizard_machineCategory;
}
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'zu_ZZ__RG__acme_machine_wizard_machineCategory', key($requiredSchemes));
}
return $this->mergeDefaults(array_replace($matches, array('_route' => 'zu_ZZ__RG__acme_machine_wizard_machineCategory')), array ( '_controller' => 'Acme\\Bundle\\MachineBundle\\Controller\\MachineWizardController::machineCategoryAction', 'machineWizardBehaviorMode' => NULL, 'machineWizardDisplayMode' => NULL, '_locale' => 'zu_ZZ',));
}
not_zu_ZZ__RG__acme_machine_wizard_machineCategory:
// de_DE__RG__fos_user_security_login
if ($pathinfo === '/de/anmelden') {
if (!in_array($this->context->getMethod(), array('GET', 'HEAD'))) {
$allow = array_merge($allow, array('GET', 'HEAD'));
goto not_de_DE__RG__fos_user_security_login;
}
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'de_DE__RG__fos_user_security_login', key($requiredSchemes));
}
return array ( '_controller' => 'Acme\\Bundle\\UserBundle\\Controller\\BasicSecurityController::loginFormAction', 'asPage' => true, '_locale' => 'de_DE', '_route' => 'de_DE__RG__fos_user_security_login',);
}
not_de_DE__RG__fos_user_security_login:
if (0 === strpos($pathinfo, '/u')) {
// en_GB__RG__fos_user_security_login
if ($pathinfo === '/uk/sign-in') {
if (!in_array($this->context->getMethod(), array('GET', 'HEAD'))) {
$allow = array_merge($allow, array('GET', 'HEAD'));
goto not_en_GB__RG__fos_user_security_login;
}
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'en_GB__RG__fos_user_security_login', key($requiredSchemes));
}
return array ( '_controller' => 'Acme\\Bundle\\UserBundle\\Controller\\BasicSecurityController::loginFormAction', 'asPage' => true, '_locale' => 'en_GB', '_route' => 'en_GB__RG__fos_user_security_login',);
}
not_en_GB__RG__fos_user_security_login:
// en_US__RG__fos_user_security_login
if ($pathinfo === '/us/sign-in') {
if (!in_array($this->context->getMethod(), array('GET', 'HEAD'))) {
$allow = array_merge($allow, array('GET', 'HEAD'));
goto not_en_US__RG__fos_user_security_login;
}
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'en_US__RG__fos_user_security_login', key($requiredSchemes));
}
return array ( '_controller' => 'Acme\\Bundle\\UserBundle\\Controller\\BasicSecurityController::loginFormAction', 'asPage' => true, '_locale' => 'en_US', '_route' => 'en_US__RG__fos_user_security_login',);
}
not_en_US__RG__fos_user_security_login:
}
// it_IT__RG__fos_user_security_login
if ($pathinfo === '/it/sign-in') {
if (!in_array($this->context->getMethod(), array('GET', 'HEAD'))) {
$allow = array_merge($allow, array('GET', 'HEAD'));
goto not_it_IT__RG__fos_user_security_login;
}
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'it_IT__RG__fos_user_security_login', key($requiredSchemes));
}
return array ( '_controller' => 'Acme\\Bundle\\UserBundle\\Controller\\BasicSecurityController::loginFormAction', 'asPage' => true, '_locale' => 'it_IT', '_route' => 'it_IT__RG__fos_user_security_login',);
}
not_it_IT__RG__fos_user_security_login:
// fr_FR__RG__fos_user_security_login
if ($pathinfo === '/fr/identifier') {
if (!in_array($this->context->getMethod(), array('GET', 'HEAD'))) {
$allow = array_merge($allow, array('GET', 'HEAD'));
goto not_fr_FR__RG__fos_user_security_login;
}
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'fr_FR__RG__fos_user_security_login', key($requiredSchemes));
}
return array ( '_controller' => 'Acme\\Bundle\\UserBundle\\Controller\\BasicSecurityController::loginFormAction', 'asPage' => true, '_locale' => 'fr_FR', '_route' => 'fr_FR__RG__fos_user_security_login',);
}
not_fr_FR__RG__fos_user_security_login:
// es_ES__RG__fos_user_security_login
if ($pathinfo === '/es/sign-in') {
if (!in_array($this->context->getMethod(), array('GET', 'HEAD'))) {
$allow = array_merge($allow, array('GET', 'HEAD'));
goto not_es_ES__RG__fos_user_security_login;
}
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'es_ES__RG__fos_user_security_login', key($requiredSchemes));
}
return array ( '_controller' => 'Acme\\Bundle\\UserBundle\\Controller\\BasicSecurityController::loginFormAction', 'asPage' => true, '_locale' => 'es_ES', '_route' => 'es_ES__RG__fos_user_security_login',);
}
not_es_ES__RG__fos_user_security_login:
// nl_NL__RG__fos_user_security_login
if ($pathinfo === '/nl/sign-in') {
if (!in_array($this->context->getMethod(), array('GET', 'HEAD'))) {
$allow = array_merge($allow, array('GET', 'HEAD'));
goto not_nl_NL__RG__fos_user_security_login;
}
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'nl_NL__RG__fos_user_security_login', key($requiredSchemes));
}
return array ( '_controller' => 'Acme\\Bundle\\UserBundle\\Controller\\BasicSecurityController::loginFormAction', 'asPage' => true, '_locale' => 'nl_NL', '_route' => 'nl_NL__RG__fos_user_security_login',);
}
not_nl_NL__RG__fos_user_security_login:
// de_CH__RG__fos_user_security_login
if ($pathinfo === '/ch/anmelden') {
if (!in_array($this->context->getMethod(), array('GET', 'HEAD'))) {
$allow = array_merge($allow, array('GET', 'HEAD'));
goto not_de_CH__RG__fos_user_security_login;
}
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'de_CH__RG__fos_user_security_login', key($requiredSchemes));
}
return array ( '_controller' => 'Acme\\Bundle\\UserBundle\\Controller\\BasicSecurityController::loginFormAction', 'asPage' => true, '_locale' => 'de_CH', '_route' => 'de_CH__RG__fos_user_security_login',);
}
not_de_CH__RG__fos_user_security_login:
if (0 === strpos($pathinfo, '/a')) {
// en_AU__RG__fos_user_security_login
if ($pathinfo === '/au/sign-in') {
if (!in_array($this->context->getMethod(), array('GET', 'HEAD'))) {
$allow = array_merge($allow, array('GET', 'HEAD'));
goto not_en_AU__RG__fos_user_security_login;
}
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'en_AU__RG__fos_user_security_login', key($requiredSchemes));
}
return array ( '_controller' => 'Acme\\Bundle\\UserBundle\\Controller\\BasicSecurityController::loginFormAction', 'asPage' => true, '_locale' => 'en_AU', '_route' => 'en_AU__RG__fos_user_security_login',);
}
not_en_AU__RG__fos_user_security_login:
// de_AT__RG__fos_user_security_login
if ($pathinfo === '/at/anmelden') {
if (!in_array($this->context->getMethod(), array('GET', 'HEAD'))) {
$allow = array_merge($allow, array('GET', 'HEAD'));
goto not_de_AT__RG__fos_user_security_login;
}
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'de_AT__RG__fos_user_security_login', key($requiredSchemes));
}
return array ( '_controller' => 'Acme\\Bundle\\UserBundle\\Controller\\BasicSecurityController::loginFormAction', 'asPage' => true, '_locale' => 'de_AT', '_route' => 'de_AT__RG__fos_user_security_login',);
}
not_de_AT__RG__fos_user_security_login:
}
// zu_ZZ__RG__fos_user_security_login
if ($pathinfo === '/zz/sign-in') {
if (!in_array($this->context->getMethod(), array('GET', 'HEAD'))) {
$allow = array_merge($allow, array('GET', 'HEAD'));
goto not_zu_ZZ__RG__fos_user_security_login;
}
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'zu_ZZ__RG__fos_user_security_login', key($requiredSchemes));
}
return array ( '_controller' => 'Acme\\Bundle\\UserBundle\\Controller\\BasicSecurityController::loginFormAction', 'asPage' => true, '_locale' => 'zu_ZZ', '_route' => 'zu_ZZ__RG__fos_user_security_login',);
}
not_zu_ZZ__RG__fos_user_security_login:
// de_DE__RG__acme_user_security_login_or_register
if ($pathinfo === '/de/anmelden-oder-registrieren') {
if (!in_array($this->context->getMethod(), array('GET', 'HEAD'))) {
$allow = array_merge($allow, array('GET', 'HEAD'));
goto not_de_DE__RG__acme_user_security_login_or_register;
}
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'de_DE__RG__acme_user_security_login_or_register', key($requiredSchemes));
}
return array ( '_controller' => 'Acme\\Bundle\\UserBundle\\Controller\\BasicSecurityController::loginOrRegisterAction', '_locale' => 'de_DE', '_route' => 'de_DE__RG__acme_user_security_login_or_register',);
}
not_de_DE__RG__acme_user_security_login_or_register:
if (0 === strpos($pathinfo, '/u')) {
// en_GB__RG__acme_user_security_login_or_register
if ($pathinfo === '/uk/sign-in-or-register') {
if (!in_array($this->context->getMethod(), array('GET', 'HEAD'))) {
$allow = array_merge($allow, array('GET', 'HEAD'));
goto not_en_GB__RG__acme_user_security_login_or_register;
}
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'en_GB__RG__acme_user_security_login_or_register', key($requiredSchemes));
}
return array ( '_controller' => 'Acme\\Bundle\\UserBundle\\Controller\\BasicSecurityController::loginOrRegisterAction', '_locale' => 'en_GB', '_route' => 'en_GB__RG__acme_user_security_login_or_register',);
}
not_en_GB__RG__acme_user_security_login_or_register:
// en_US__RG__acme_user_security_login_or_register
if ($pathinfo === '/us/sign-in-or-register') {
if (!in_array($this->context->getMethod(), array('GET', 'HEAD'))) {
$allow = array_merge($allow, array('GET', 'HEAD'));
goto not_en_US__RG__acme_user_security_login_or_register;
}
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'en_US__RG__acme_user_security_login_or_register', key($requiredSchemes));
}
return array ( '_controller' => 'Acme\\Bundle\\UserBundle\\Controller\\BasicSecurityController::loginOrRegisterAction', '_locale' => 'en_US', '_route' => 'en_US__RG__acme_user_security_login_or_register',);
}
not_en_US__RG__acme_user_security_login_or_register:
}
// it_IT__RG__acme_user_security_login_or_register
if ($pathinfo === '/it/sign-in-or-register') {
if (!in_array($this->context->getMethod(), array('GET', 'HEAD'))) {
$allow = array_merge($allow, array('GET', 'HEAD'));
goto not_it_IT__RG__acme_user_security_login_or_register;
}
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'it_IT__RG__acme_user_security_login_or_register', key($requiredSchemes));
}
return array ( '_controller' => 'Acme\\Bundle\\UserBundle\\Controller\\BasicSecurityController::loginOrRegisterAction', '_locale' => 'it_IT', '_route' => 'it_IT__RG__acme_user_security_login_or_register',);
}
not_it_IT__RG__acme_user_security_login_or_register:
// fr_FR__RG__acme_user_security_login_or_register
if ($pathinfo === '/fr/inscrire-ou-enregistrer') {
if (!in_array($this->context->getMethod(), array('GET', 'HEAD'))) {
$allow = array_merge($allow, array('GET', 'HEAD'));
goto not_fr_FR__RG__acme_user_security_login_or_register;
}
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'fr_FR__RG__acme_user_security_login_or_register', key($requiredSchemes));
}
return array ( '_controller' => 'Acme\\Bundle\\UserBundle\\Controller\\BasicSecurityController::loginOrRegisterAction', '_locale' => 'fr_FR', '_route' => 'fr_FR__RG__acme_user_security_login_or_register',);
}
not_fr_FR__RG__acme_user_security_login_or_register:
// es_ES__RG__acme_user_security_login_or_register
if ($pathinfo === '/es/sign-in-or-register') {
if (!in_array($this->context->getMethod(), array('GET', 'HEAD'))) {
$allow = array_merge($allow, array('GET', 'HEAD'));
goto not_es_ES__RG__acme_user_security_login_or_register;
}
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'es_ES__RG__acme_user_security_login_or_register', key($requiredSchemes));
}
return array ( '_controller' => 'Acme\\Bundle\\UserBundle\\Controller\\BasicSecurityController::loginOrRegisterAction', '_locale' => 'es_ES', '_route' => 'es_ES__RG__acme_user_security_login_or_register',);
}
not_es_ES__RG__acme_user_security_login_or_register:
// nl_NL__RG__acme_user_security_login_or_register
if ($pathinfo === '/nl/sign-in-or-register') {
if (!in_array($this->context->getMethod(), array('GET', 'HEAD'))) {
$allow = array_merge($allow, array('GET', 'HEAD'));
goto not_nl_NL__RG__acme_user_security_login_or_register;
}
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'nl_NL__RG__acme_user_security_login_or_register', key($requiredSchemes));
}
return array ( '_controller' => 'Acme\\Bundle\\UserBundle\\Controller\\BasicSecurityController::loginOrRegisterAction', '_locale' => 'nl_NL', '_route' => 'nl_NL__RG__acme_user_security_login_or_register',);
}
not_nl_NL__RG__acme_user_security_login_or_register:
// de_CH__RG__acme_user_security_login_or_register
if ($pathinfo === '/ch/anmelden-oder-registrieren') {
if (!in_array($this->context->getMethod(), array('GET', 'HEAD'))) {
$allow = array_merge($allow, array('GET', 'HEAD'));
goto not_de_CH__RG__acme_user_security_login_or_register;
}
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'de_CH__RG__acme_user_security_login_or_register', key($requiredSchemes));
}
return array ( '_controller' => 'Acme\\Bundle\\UserBundle\\Controller\\BasicSecurityController::loginOrRegisterAction', '_locale' => 'de_CH', '_route' => 'de_CH__RG__acme_user_security_login_or_register',);
}
not_de_CH__RG__acme_user_security_login_or_register:
if (0 === strpos($pathinfo, '/a')) {
// en_AU__RG__acme_user_security_login_or_register
if ($pathinfo === '/au/sign-in-or-register') {
if (!in_array($this->context->getMethod(), array('GET', 'HEAD'))) {
$allow = array_merge($allow, array('GET', 'HEAD'));
goto not_en_AU__RG__acme_user_security_login_or_register;
}
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'en_AU__RG__acme_user_security_login_or_register', key($requiredSchemes));
}
return array ( '_controller' => 'Acme\\Bundle\\UserBundle\\Controller\\BasicSecurityController::loginOrRegisterAction', '_locale' => 'en_AU', '_route' => 'en_AU__RG__acme_user_security_login_or_register',);
}
not_en_AU__RG__acme_user_security_login_or_register:
// de_AT__RG__acme_user_security_login_or_register
if ($pathinfo === '/at/anmelden-oder-registrieren') {
if (!in_array($this->context->getMethod(), array('GET', 'HEAD'))) {
$allow = array_merge($allow, array('GET', 'HEAD'));
goto not_de_AT__RG__acme_user_security_login_or_register;
}
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'de_AT__RG__acme_user_security_login_or_register', key($requiredSchemes));
}
return array ( '_controller' => 'Acme\\Bundle\\UserBundle\\Controller\\BasicSecurityController::loginOrRegisterAction', '_locale' => 'de_AT', '_route' => 'de_AT__RG__acme_user_security_login_or_register',);
}
not_de_AT__RG__acme_user_security_login_or_register:
}
// zu_ZZ__RG__acme_user_security_login_or_register
if ($pathinfo === '/zz/sign-in-or-register') {
if (!in_array($this->context->getMethod(), array('GET', 'HEAD'))) {
$allow = array_merge($allow, array('GET', 'HEAD'));
goto not_zu_ZZ__RG__acme_user_security_login_or_register;
}
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'zu_ZZ__RG__acme_user_security_login_or_register', key($requiredSchemes));
}
return array ( '_controller' => 'Acme\\Bundle\\UserBundle\\Controller\\BasicSecurityController::loginOrRegisterAction', '_locale' => 'zu_ZZ', '_route' => 'zu_ZZ__RG__acme_user_security_login_or_register',);
}
not_zu_ZZ__RG__acme_user_security_login_or_register:
// de_DE__RG__fos_user_security_check
if ($pathinfo === '/de/anmelden') {
if ($this->context->getMethod() != 'POST') {
$allow[] = 'POST';
goto not_de_DE__RG__fos_user_security_check;
}
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'de_DE__RG__fos_user_security_check', key($requiredSchemes));
}
return array ( '_controller' => 'Acme\\Bundle\\UserBundle\\Controller\\BasicSecurityController::checkAction', '_locale' => 'de_DE', '_route' => 'de_DE__RG__fos_user_security_check',);
}
not_de_DE__RG__fos_user_security_check:
if (0 === strpos($pathinfo, '/u')) {
// en_GB__RG__fos_user_security_check
if ($pathinfo === '/uk/sign-in') {
if ($this->context->getMethod() != 'POST') {
$allow[] = 'POST';
goto not_en_GB__RG__fos_user_security_check;
}
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'en_GB__RG__fos_user_security_check', key($requiredSchemes));
}
return array ( '_controller' => 'Acme\\Bundle\\UserBundle\\Controller\\BasicSecurityController::checkAction', '_locale' => 'en_GB', '_route' => 'en_GB__RG__fos_user_security_check',);
}
not_en_GB__RG__fos_user_security_check:
// en_US__RG__fos_user_security_check
if ($pathinfo === '/us/sign-in') {
if ($this->context->getMethod() != 'POST') {
$allow[] = 'POST';
goto not_en_US__RG__fos_user_security_check;
}
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'en_US__RG__fos_user_security_check', key($requiredSchemes));
}
return array ( '_controller' => 'Acme\\Bundle\\UserBundle\\Controller\\BasicSecurityController::checkAction', '_locale' => 'en_US', '_route' => 'en_US__RG__fos_user_security_check',);
}
not_en_US__RG__fos_user_security_check:
}
// it_IT__RG__fos_user_security_check
if ($pathinfo === '/it/sign-in') {
if ($this->context->getMethod() != 'POST') {
$allow[] = 'POST';
goto not_it_IT__RG__fos_user_security_check;
}
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'it_IT__RG__fos_user_security_check', key($requiredSchemes));
}
return array ( '_controller' => 'Acme\\Bundle\\UserBundle\\Controller\\BasicSecurityController::checkAction', '_locale' => 'it_IT', '_route' => 'it_IT__RG__fos_user_security_check',);
}
not_it_IT__RG__fos_user_security_check:
// fr_FR__RG__fos_user_security_check
if ($pathinfo === '/fr/identifier') {
if ($this->context->getMethod() != 'POST') {
$allow[] = 'POST';
goto not_fr_FR__RG__fos_user_security_check;
}
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'fr_FR__RG__fos_user_security_check', key($requiredSchemes));
}
return array ( '_controller' => 'Acme\\Bundle\\UserBundle\\Controller\\BasicSecurityController::checkAction', '_locale' => 'fr_FR', '_route' => 'fr_FR__RG__fos_user_security_check',);
}
not_fr_FR__RG__fos_user_security_check:
// es_ES__RG__fos_user_security_check
if ($pathinfo === '/es/sign-in') {
if ($this->context->getMethod() != 'POST') {
$allow[] = 'POST';
goto not_es_ES__RG__fos_user_security_check;
}
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'es_ES__RG__fos_user_security_check', key($requiredSchemes));
}
return array ( '_controller' => 'Acme\\Bundle\\UserBundle\\Controller\\BasicSecurityController::checkAction', '_locale' => 'es_ES', '_route' => 'es_ES__RG__fos_user_security_check',);
}
not_es_ES__RG__fos_user_security_check:
// nl_NL__RG__fos_user_security_check
if ($pathinfo === '/nl/sign-in') {
if ($this->context->getMethod() != 'POST') {
$allow[] = 'POST';
goto not_nl_NL__RG__fos_user_security_check;
}
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'nl_NL__RG__fos_user_security_check', key($requiredSchemes));
}
return array ( '_controller' => 'Acme\\Bundle\\UserBundle\\Controller\\BasicSecurityController::checkAction', '_locale' => 'nl_NL', '_route' => 'nl_NL__RG__fos_user_security_check',);
}
not_nl_NL__RG__fos_user_security_check:
// de_CH__RG__fos_user_security_check
if ($pathinfo === '/ch/anmelden') {
if ($this->context->getMethod() != 'POST') {
$allow[] = 'POST';
goto not_de_CH__RG__fos_user_security_check;
}
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'de_CH__RG__fos_user_security_check', key($requiredSchemes));
}
return array ( '_controller' => 'Acme\\Bundle\\UserBundle\\Controller\\BasicSecurityController::checkAction', '_locale' => 'de_CH', '_route' => 'de_CH__RG__fos_user_security_check',);
}
not_de_CH__RG__fos_user_security_check:
if (0 === strpos($pathinfo, '/a')) {
// en_AU__RG__fos_user_security_check
if ($pathinfo === '/au/sign-in') {
if ($this->context->getMethod() != 'POST') {
$allow[] = 'POST';
goto not_en_AU__RG__fos_user_security_check;
}
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'en_AU__RG__fos_user_security_check', key($requiredSchemes));
}
return array ( '_controller' => 'Acme\\Bundle\\UserBundle\\Controller\\BasicSecurityController::checkAction', '_locale' => 'en_AU', '_route' => 'en_AU__RG__fos_user_security_check',);
}
not_en_AU__RG__fos_user_security_check:
// de_AT__RG__fos_user_security_check
if ($pathinfo === '/at/anmelden') {
if ($this->context->getMethod() != 'POST') {
$allow[] = 'POST';
goto not_de_AT__RG__fos_user_security_check;
}
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'de_AT__RG__fos_user_security_check', key($requiredSchemes));
}
return array ( '_controller' => 'Acme\\Bundle\\UserBundle\\Controller\\BasicSecurityController::checkAction', '_locale' => 'de_AT', '_route' => 'de_AT__RG__fos_user_security_check',);
}
not_de_AT__RG__fos_user_security_check:
}
// zu_ZZ__RG__fos_user_security_check
if ($pathinfo === '/zz/sign-in') {
if ($this->context->getMethod() != 'POST') {
$allow[] = 'POST';
goto not_zu_ZZ__RG__fos_user_security_check;
}
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'zu_ZZ__RG__fos_user_security_check', key($requiredSchemes));
}
return array ( '_controller' => 'Acme\\Bundle\\UserBundle\\Controller\\BasicSecurityController::checkAction', '_locale' => 'zu_ZZ', '_route' => 'zu_ZZ__RG__fos_user_security_check',);
}
not_zu_ZZ__RG__fos_user_security_check:
// de_DE__RG__fos_user_security_login_success
if ($pathinfo === '/de/anmelden/erfolgreich') {
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'de_DE__RG__fos_user_security_login_success', key($requiredSchemes));
}
return array ( '_controller' => 'Acme\\Bundle\\UserBundle\\Controller\\BasicSecurityController::successAction', '_locale' => 'de_DE', '_route' => 'de_DE__RG__fos_user_security_login_success',);
}
if (0 === strpos($pathinfo, '/u')) {
// en_GB__RG__fos_user_security_login_success
if ($pathinfo === '/uk/sign-in/successful') {
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'en_GB__RG__fos_user_security_login_success', key($requiredSchemes));
}
return array ( '_controller' => 'Acme\\Bundle\\UserBundle\\Controller\\BasicSecurityController::successAction', '_locale' => 'en_GB', '_route' => 'en_GB__RG__fos_user_security_login_success',);
}
// en_US__RG__fos_user_security_login_success
if ($pathinfo === '/us/sign-in/successful') {
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'en_US__RG__fos_user_security_login_success', key($requiredSchemes));
}
return array ( '_controller' => 'Acme\\Bundle\\UserBundle\\Controller\\BasicSecurityController::successAction', '_locale' => 'en_US', '_route' => 'en_US__RG__fos_user_security_login_success',);
}
}
// it_IT__RG__fos_user_security_login_success
if ($pathinfo === '/it/sign-in/successful') {
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'it_IT__RG__fos_user_security_login_success', key($requiredSchemes));
}
return array ( '_controller' => 'Acme\\Bundle\\UserBundle\\Controller\\BasicSecurityController::successAction', '_locale' => 'it_IT', '_route' => 'it_IT__RG__fos_user_security_login_success',);
}
// fr_FR__RG__fos_user_security_login_success
if ($pathinfo === '/fr/enregistrer/avec-succes') {
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'fr_FR__RG__fos_user_security_login_success', key($requiredSchemes));
}
return array ( '_controller' => 'Acme\\Bundle\\UserBundle\\Controller\\BasicSecurityController::successAction', '_locale' => 'fr_FR', '_route' => 'fr_FR__RG__fos_user_security_login_success',);
}
// es_ES__RG__fos_user_security_login_success
if ($pathinfo === '/es/sign-in/successful') {
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'es_ES__RG__fos_user_security_login_success', key($requiredSchemes));
}
return array ( '_controller' => 'Acme\\Bundle\\UserBundle\\Controller\\BasicSecurityController::successAction', '_locale' => 'es_ES', '_route' => 'es_ES__RG__fos_user_security_login_success',);
}
// nl_NL__RG__fos_user_security_login_success
if ($pathinfo === '/nl/sign-in/successful') {
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'nl_NL__RG__fos_user_security_login_success', key($requiredSchemes));
}
return array ( '_controller' => 'Acme\\Bundle\\UserBundle\\Controller\\BasicSecurityController::successAction', '_locale' => 'nl_NL', '_route' => 'nl_NL__RG__fos_user_security_login_success',);
}
// de_CH__RG__fos_user_security_login_success
if ($pathinfo === '/ch/anmelden/erfolgreich') {
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'de_CH__RG__fos_user_security_login_success', key($requiredSchemes));
}
return array ( '_controller' => 'Acme\\Bundle\\UserBundle\\Controller\\BasicSecurityController::successAction', '_locale' => 'de_CH', '_route' => 'de_CH__RG__fos_user_security_login_success',);
}
if (0 === strpos($pathinfo, '/a')) {
// en_AU__RG__fos_user_security_login_success
if ($pathinfo === '/au/sign-in/successful') {
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'en_AU__RG__fos_user_security_login_success', key($requiredSchemes));
}
return array ( '_controller' => 'Acme\\Bundle\\UserBundle\\Controller\\BasicSecurityController::successAction', '_locale' => 'en_AU', '_route' => 'en_AU__RG__fos_user_security_login_success',);
}
// de_AT__RG__fos_user_security_login_success
if ($pathinfo === '/at/anmelden/erfolgreich') {
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'de_AT__RG__fos_user_security_login_success', key($requiredSchemes));
}
return array ( '_controller' => 'Acme\\Bundle\\UserBundle\\Controller\\BasicSecurityController::successAction', '_locale' => 'de_AT', '_route' => 'de_AT__RG__fos_user_security_login_success',);
}
}
// zu_ZZ__RG__fos_user_security_login_success
if ($pathinfo === '/zz/sign-in/successful') {
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'zu_ZZ__RG__fos_user_security_login_success', key($requiredSchemes));
}
return array ( '_controller' => 'Acme\\Bundle\\UserBundle\\Controller\\BasicSecurityController::successAction', '_locale' => 'zu_ZZ', '_route' => 'zu_ZZ__RG__fos_user_security_login_success',);
}
// de_DE__RG__fos_user_security_logout
if ($pathinfo === '/de/abmelden') {
if (!in_array($this->context->getMethod(), array('GET', 'HEAD'))) {
$allow = array_merge($allow, array('GET', 'HEAD'));
goto not_de_DE__RG__fos_user_security_logout;
}
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'de_DE__RG__fos_user_security_logout', key($requiredSchemes));
}
return array ( '_controller' => 'Acme\\Bundle\\UserBundle\\Controller\\BasicSecurityController::logoutAction', '_locale' => 'de_DE', '_route' => 'de_DE__RG__fos_user_security_logout',);
}
not_de_DE__RG__fos_user_security_logout:
if (0 === strpos($pathinfo, '/u')) {
// en_GB__RG__fos_user_security_logout
if ($pathinfo === '/uk/sign-out') {
if (!in_array($this->context->getMethod(), array('GET', 'HEAD'))) {
$allow = array_merge($allow, array('GET', 'HEAD'));
goto not_en_GB__RG__fos_user_security_logout;
}
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'en_GB__RG__fos_user_security_logout', key($requiredSchemes));
}
return array ( '_controller' => 'Acme\\Bundle\\UserBundle\\Controller\\BasicSecurityController::logoutAction', '_locale' => 'en_GB', '_route' => 'en_GB__RG__fos_user_security_logout',);
}
not_en_GB__RG__fos_user_security_logout:
// en_US__RG__fos_user_security_logout
if ($pathinfo === '/us/sign-out') {
if (!in_array($this->context->getMethod(), array('GET', 'HEAD'))) {
$allow = array_merge($allow, array('GET', 'HEAD'));
goto not_en_US__RG__fos_user_security_logout;
}
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'en_US__RG__fos_user_security_logout', key($requiredSchemes));
}
return array ( '_controller' => 'Acme\\Bundle\\UserBundle\\Controller\\BasicSecurityController::logoutAction', '_locale' => 'en_US', '_route' => 'en_US__RG__fos_user_security_logout',);
}
not_en_US__RG__fos_user_security_logout:
}
// it_IT__RG__fos_user_security_logout
if ($pathinfo === '/it/sign-out') {
if (!in_array($this->context->getMethod(), array('GET', 'HEAD'))) {
$allow = array_merge($allow, array('GET', 'HEAD'));
goto not_it_IT__RG__fos_user_security_logout;
}
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'it_IT__RG__fos_user_security_logout', key($requiredSchemes));
}
return array ( '_controller' => 'Acme\\Bundle\\UserBundle\\Controller\\BasicSecurityController::logoutAction', '_locale' => 'it_IT', '_route' => 'it_IT__RG__fos_user_security_logout',);
}
not_it_IT__RG__fos_user_security_logout:
// fr_FR__RG__fos_user_security_logout
if ($pathinfo === '/fr/deloguer') {
if (!in_array($this->context->getMethod(), array('GET', 'HEAD'))) {
$allow = array_merge($allow, array('GET', 'HEAD'));
goto not_fr_FR__RG__fos_user_security_logout;
}
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'fr_FR__RG__fos_user_security_logout', key($requiredSchemes));
}
return array ( '_controller' => 'Acme\\Bundle\\UserBundle\\Controller\\BasicSecurityController::logoutAction', '_locale' => 'fr_FR', '_route' => 'fr_FR__RG__fos_user_security_logout',);
}
not_fr_FR__RG__fos_user_security_logout:
// es_ES__RG__fos_user_security_logout
if ($pathinfo === '/es/sign-out') {
if (!in_array($this->context->getMethod(), array('GET', 'HEAD'))) {
$allow = array_merge($allow, array('GET', 'HEAD'));
goto not_es_ES__RG__fos_user_security_logout;
}
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'es_ES__RG__fos_user_security_logout', key($requiredSchemes));
}
return array ( '_controller' => 'Acme\\Bundle\\UserBundle\\Controller\\BasicSecurityController::logoutAction', '_locale' => 'es_ES', '_route' => 'es_ES__RG__fos_user_security_logout',);
}
not_es_ES__RG__fos_user_security_logout:
// nl_NL__RG__fos_user_security_logout
if ($pathinfo === '/nl/sign-out') {
if (!in_array($this->context->getMethod(), array('GET', 'HEAD'))) {
$allow = array_merge($allow, array('GET', 'HEAD'));
goto not_nl_NL__RG__fos_user_security_logout;
}
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'nl_NL__RG__fos_user_security_logout', key($requiredSchemes));
}
return array ( '_controller' => 'Acme\\Bundle\\UserBundle\\Controller\\BasicSecurityController::logoutAction', '_locale' => 'nl_NL', '_route' => 'nl_NL__RG__fos_user_security_logout',);
}
not_nl_NL__RG__fos_user_security_logout:
// de_CH__RG__fos_user_security_logout
if ($pathinfo === '/ch/abmelden') {
if (!in_array($this->context->getMethod(), array('GET', 'HEAD'))) {
$allow = array_merge($allow, array('GET', 'HEAD'));
goto not_de_CH__RG__fos_user_security_logout;
}
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'de_CH__RG__fos_user_security_logout', key($requiredSchemes));
}
return array ( '_controller' => 'Acme\\Bundle\\UserBundle\\Controller\\BasicSecurityController::logoutAction', '_locale' => 'de_CH', '_route' => 'de_CH__RG__fos_user_security_logout',);
}
not_de_CH__RG__fos_user_security_logout:
if (0 === strpos($pathinfo, '/a')) {
// en_AU__RG__fos_user_security_logout
if ($pathinfo === '/au/sign-out') {
if (!in_array($this->context->getMethod(), array('GET', 'HEAD'))) {
$allow = array_merge($allow, array('GET', 'HEAD'));
goto not_en_AU__RG__fos_user_security_logout;
}
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'en_AU__RG__fos_user_security_logout', key($requiredSchemes));
}
return array ( '_controller' => 'Acme\\Bundle\\UserBundle\\Controller\\BasicSecurityController::logoutAction', '_locale' => 'en_AU', '_route' => 'en_AU__RG__fos_user_security_logout',);
}
not_en_AU__RG__fos_user_security_logout:
// de_AT__RG__fos_user_security_logout
if ($pathinfo === '/at/abmelden') {
if (!in_array($this->context->getMethod(), array('GET', 'HEAD'))) {
$allow = array_merge($allow, array('GET', 'HEAD'));
goto not_de_AT__RG__fos_user_security_logout;
}
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'de_AT__RG__fos_user_security_logout', key($requiredSchemes));
}
return array ( '_controller' => 'Acme\\Bundle\\UserBundle\\Controller\\BasicSecurityController::logoutAction', '_locale' => 'de_AT', '_route' => 'de_AT__RG__fos_user_security_logout',);
}
not_de_AT__RG__fos_user_security_logout:
}
// zu_ZZ__RG__fos_user_security_logout
if ($pathinfo === '/zz/sign-out') {
if (!in_array($this->context->getMethod(), array('GET', 'HEAD'))) {
$allow = array_merge($allow, array('GET', 'HEAD'));
goto not_zu_ZZ__RG__fos_user_security_logout;
}
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'zu_ZZ__RG__fos_user_security_logout', key($requiredSchemes));
}
return array ( '_controller' => 'Acme\\Bundle\\UserBundle\\Controller\\BasicSecurityController::logoutAction', '_locale' => 'zu_ZZ', '_route' => 'zu_ZZ__RG__fos_user_security_logout',);
}
not_zu_ZZ__RG__fos_user_security_logout:
// de_DE__RG__fos_facebook_security_check
if ($pathinfo === '/de/anmelden-via-facebook') {
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'de_DE__RG__fos_facebook_security_check', key($requiredSchemes));
}
return array ( '_locale' => 'de_DE', '_route' => 'de_DE__RG__fos_facebook_security_check',);
}
if (0 === strpos($pathinfo, '/u')) {
// en_GB__RG__fos_facebook_security_check
if ($pathinfo === '/uk/sign-in-with-facebook') {
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'en_GB__RG__fos_facebook_security_check', key($requiredSchemes));
}
return array ( '_locale' => 'en_GB', '_route' => 'en_GB__RG__fos_facebook_security_check',);
}
// en_US__RG__fos_facebook_security_check
if ($pathinfo === '/us/sign-in-with-facebook') {
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'en_US__RG__fos_facebook_security_check', key($requiredSchemes));
}
return array ( '_locale' => 'en_US', '_route' => 'en_US__RG__fos_facebook_security_check',);
}
}
// it_IT__RG__fos_facebook_security_check
if ($pathinfo === '/it/sign-in-with-facebook') {
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'it_IT__RG__fos_facebook_security_check', key($requiredSchemes));
}
return array ( '_locale' => 'it_IT', '_route' => 'it_IT__RG__fos_facebook_security_check',);
}
// fr_FR__RG__fos_facebook_security_check
if ($pathinfo === '/fr/enregistrer-via-facebook') {
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'fr_FR__RG__fos_facebook_security_check', key($requiredSchemes));
}
return array ( '_locale' => 'fr_FR', '_route' => 'fr_FR__RG__fos_facebook_security_check',);
}
// es_ES__RG__fos_facebook_security_check
if ($pathinfo === '/es/sign-in-with-facebook') {
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'es_ES__RG__fos_facebook_security_check', key($requiredSchemes));
}
return array ( '_locale' => 'es_ES', '_route' => 'es_ES__RG__fos_facebook_security_check',);
}
// nl_NL__RG__fos_facebook_security_check
if ($pathinfo === '/nl/sign-in-with-facebook') {
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'nl_NL__RG__fos_facebook_security_check', key($requiredSchemes));
}
return array ( '_locale' => 'nl_NL', '_route' => 'nl_NL__RG__fos_facebook_security_check',);
}
// de_CH__RG__fos_facebook_security_check
if ($pathinfo === '/ch/anmelden-via-facebook') {
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'de_CH__RG__fos_facebook_security_check', key($requiredSchemes));
}
return array ( '_locale' => 'de_CH', '_route' => 'de_CH__RG__fos_facebook_security_check',);
}
if (0 === strpos($pathinfo, '/a')) {
// en_AU__RG__fos_facebook_security_check
if ($pathinfo === '/au/sign-in-with-facebook') {
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'en_AU__RG__fos_facebook_security_check', key($requiredSchemes));
}
return array ( '_locale' => 'en_AU', '_route' => 'en_AU__RG__fos_facebook_security_check',);
}
// de_AT__RG__fos_facebook_security_check
if ($pathinfo === '/at/anmelden-via-facebook') {
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'de_AT__RG__fos_facebook_security_check', key($requiredSchemes));
}
return array ( '_locale' => 'de_AT', '_route' => 'de_AT__RG__fos_facebook_security_check',);
}
}
// zu_ZZ__RG__fos_facebook_security_check
if ($pathinfo === '/zz/sign-in-with-facebook') {
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'zu_ZZ__RG__fos_facebook_security_check', key($requiredSchemes));
}
return array ( '_locale' => 'zu_ZZ', '_route' => 'zu_ZZ__RG__fos_facebook_security_check',);
}
// de_DE__RG__fos_user_registration_register_pre_filled
if ($pathinfo === '/de/registrieren/aktion') {
if (!in_array($this->context->getMethod(), array('GET', 'HEAD'))) {
$allow = array_merge($allow, array('GET', 'HEAD'));
goto not_de_DE__RG__fos_user_registration_register_pre_filled;
}
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'de_DE__RG__fos_user_registration_register_pre_filled', key($requiredSchemes));
}
return array ( '_controller' => 'Acme\\Bundle\\UserBundle\\Controller\\PreFilledBasicRegistrationController::registerAction', '_locale' => 'de_DE', '_route' => 'de_DE__RG__fos_user_registration_register_pre_filled',);
}
not_de_DE__RG__fos_user_registration_register_pre_filled:
if (0 === strpos($pathinfo, '/u')) {
// en_GB__RG__fos_user_registration_register_pre_filled
if ($pathinfo === '/uk/registrieren/aktion') {
if (!in_array($this->context->getMethod(), array('GET', 'HEAD'))) {
$allow = array_merge($allow, array('GET', 'HEAD'));
goto not_en_GB__RG__fos_user_registration_register_pre_filled;
}
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'en_GB__RG__fos_user_registration_register_pre_filled', key($requiredSchemes));
}
return array ( '_controller' => 'Acme\\Bundle\\UserBundle\\Controller\\PreFilledBasicRegistrationController::registerAction', '_locale' => 'en_GB', '_route' => 'en_GB__RG__fos_user_registration_register_pre_filled',);
}
not_en_GB__RG__fos_user_registration_register_pre_filled:
// en_US__RG__fos_user_registration_register_pre_filled
if ($pathinfo === '/us/registrieren/aktion') {
if (!in_array($this->context->getMethod(), array('GET', 'HEAD'))) {
$allow = array_merge($allow, array('GET', 'HEAD'));
goto not_en_US__RG__fos_user_registration_register_pre_filled;
}
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'en_US__RG__fos_user_registration_register_pre_filled', key($requiredSchemes));
}
return array ( '_controller' => 'Acme\\Bundle\\UserBundle\\Controller\\PreFilledBasicRegistrationController::registerAction', '_locale' => 'en_US', '_route' => 'en_US__RG__fos_user_registration_register_pre_filled',);
}
not_en_US__RG__fos_user_registration_register_pre_filled:
}
// it_IT__RG__fos_user_registration_register_pre_filled
if ($pathinfo === '/it/registrieren/aktion') {
if (!in_array($this->context->getMethod(), array('GET', 'HEAD'))) {
$allow = array_merge($allow, array('GET', 'HEAD'));
goto not_it_IT__RG__fos_user_registration_register_pre_filled;
}
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'it_IT__RG__fos_user_registration_register_pre_filled', key($requiredSchemes));
}
return array ( '_controller' => 'Acme\\Bundle\\UserBundle\\Controller\\PreFilledBasicRegistrationController::registerAction', '_locale' => 'it_IT', '_route' => 'it_IT__RG__fos_user_registration_register_pre_filled',);
}
not_it_IT__RG__fos_user_registration_register_pre_filled:
// fr_FR__RG__fos_user_registration_register_pre_filled
if ($pathinfo === '/fr/registrieren/aktion') {
if (!in_array($this->context->getMethod(), array('GET', 'HEAD'))) {
$allow = array_merge($allow, array('GET', 'HEAD'));
goto not_fr_FR__RG__fos_user_registration_register_pre_filled;
}
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'fr_FR__RG__fos_user_registration_register_pre_filled', key($requiredSchemes));
}
return array ( '_controller' => 'Acme\\Bundle\\UserBundle\\Controller\\PreFilledBasicRegistrationController::registerAction', '_locale' => 'fr_FR', '_route' => 'fr_FR__RG__fos_user_registration_register_pre_filled',);
}
not_fr_FR__RG__fos_user_registration_register_pre_filled:
// es_ES__RG__fos_user_registration_register_pre_filled
if ($pathinfo === '/es/registrieren/aktion') {
if (!in_array($this->context->getMethod(), array('GET', 'HEAD'))) {
$allow = array_merge($allow, array('GET', 'HEAD'));
goto not_es_ES__RG__fos_user_registration_register_pre_filled;
}
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'es_ES__RG__fos_user_registration_register_pre_filled', key($requiredSchemes));
}
return array ( '_controller' => 'Acme\\Bundle\\UserBundle\\Controller\\PreFilledBasicRegistrationController::registerAction', '_locale' => 'es_ES', '_route' => 'es_ES__RG__fos_user_registration_register_pre_filled',);
}
not_es_ES__RG__fos_user_registration_register_pre_filled:
// nl_NL__RG__fos_user_registration_register_pre_filled
if ($pathinfo === '/nl/registrieren/aktion') {
if (!in_array($this->context->getMethod(), array('GET', 'HEAD'))) {
$allow = array_merge($allow, array('GET', 'HEAD'));
goto not_nl_NL__RG__fos_user_registration_register_pre_filled;
}
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
return $this->redirect($pathinfo, 'nl_NL__RG__fos_user_registration_register_pre_filled', key($requiredSchemes));
}
return array ( '_controller' => 'Acme\\Bundle\\UserBundle\\Controller\\PreFilledBasicRegistrationController::registerAction', '_locale' => 'nl_NL', '_route' => 'nl_NL__RG__fos_user_registration_register_pre_filled',);
}
not_nl_NL__RG__fos_user_registration_register_pre_filled:
// de_CH__RG__fos_user_registration_register_pre_filled
if ($pathinfo === '/ch/registrieren/aktion') {
if (!in_array($this->context->getMethod(), array('GET', 'HEAD'))) {
$allow = array_merge($allow, array('GET', 'HEAD'));
goto not_de_CH__RG__fos_user_registration_register_pre_filled;
}
$requiredSchemes = array ( 'http' => 0,);
if (!isset($requiredSchemes[$this->context->getScheme()])) {
retu
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment