var/cache/dev/ContainerTUs7cyH/srcApp_KernelDevDebugContainer.php line 685

Open in your IDE?
  1. <?php
  2. namespace ContainerTUs7cyH;
  3. use Symfony\Component\DependencyInjection\Argument\RewindableGenerator;
  4. use Symfony\Component\DependencyInjection\ContainerInterface;
  5. use Symfony\Component\DependencyInjection\Container;
  6. use Symfony\Component\DependencyInjection\Exception\InvalidArgumentException;
  7. use Symfony\Component\DependencyInjection\Exception\LogicException;
  8. use Symfony\Component\DependencyInjection\Exception\RuntimeException;
  9. use Symfony\Component\DependencyInjection\ParameterBag\FrozenParameterBag;
  10. /**
  11.  * This class has been auto-generated
  12.  * by the Symfony Dependency Injection Component.
  13.  *
  14.  * @final since Symfony 3.3
  15.  */
  16. class srcApp_KernelDevDebugContainer extends Container
  17. {
  18.     private $buildParameters;
  19.     private $containerDir;
  20.     private $parameters;
  21.     private $targetDirs = [];
  22.     private $getService;
  23.     public function __construct(array $buildParameters = [], $containerDir __DIR__)
  24.     {
  25.         $this->getService = \Closure::fromCallable([$this'getService']);
  26.         $dir $this->targetDirs[0] = \dirname($containerDir);
  27.         for ($i 1$i <= 5; ++$i) {
  28.             $this->targetDirs[$i] = $dir = \dirname($dir);
  29.         }
  30.         $this->buildParameters $buildParameters;
  31.         $this->containerDir $containerDir;
  32.         $this->parameters $this->getDefaultParameters();
  33.         $this->services $this->privates = [];
  34.         $this->syntheticIds = [
  35.             'kernel' => true,
  36.         ];
  37.         $this->methodMap = [
  38.             'cache.app' => 'getCache_AppService',
  39.             'cache.system' => 'getCache_SystemService',
  40.             'data_collector.dump' => 'getDataCollector_DumpService',
  41.             'doctrine' => 'getDoctrineService',
  42.             'doctrine.dbal.default_connection' => 'getDoctrine_Dbal_DefaultConnectionService',
  43.             'doctrine.orm.default_entity_manager' => 'getDoctrine_Orm_DefaultEntityManagerService',
  44.             'doctrine_cache.providers.doctrine.orm.default_metadata_cache' => 'getDoctrineCache_Providers_Doctrine_Orm_DefaultMetadataCacheService',
  45.             'doctrine_cache.providers.doctrine.orm.default_query_cache' => 'getDoctrineCache_Providers_Doctrine_Orm_DefaultQueryCacheService',
  46.             'doctrine_cache.providers.doctrine.orm.default_result_cache' => 'getDoctrineCache_Providers_Doctrine_Orm_DefaultResultCacheService',
  47.             'event_dispatcher' => 'getEventDispatcherService',
  48.             'filesystem' => 'getFilesystemService',
  49.             'http_kernel' => 'getHttpKernelService',
  50.             'liip_imagine.cache.manager' => 'getLiipImagine_Cache_ManagerService',
  51.             'liip_imagine.cache.resolver.default' => 'getLiipImagine_Cache_Resolver_DefaultService',
  52.             'liip_imagine.cache.resolver.no_cache_web_path' => 'getLiipImagine_Cache_Resolver_NoCacheWebPathService',
  53.             'liip_imagine.cache.signer' => 'getLiipImagine_Cache_SignerService',
  54.             'profiler' => 'getProfilerService',
  55.             'request_stack' => 'getRequestStackService',
  56.             'router' => 'getRouterService',
  57.             'security.authorization_checker' => 'getSecurity_AuthorizationCheckerService',
  58.             'security.token_storage' => 'getSecurity_TokenStorageService',
  59.             'translator' => 'getTranslatorService',
  60.             'twig' => 'getTwigService',
  61.             'validator' => 'getValidatorService',
  62.             'var_dumper.cloner' => 'getVarDumper_ClonerService',
  63.         ];
  64.         $this->fileMap = [
  65.             'App\\ProPneu\\Service\\MetierManagerBundle\\Command\\PpCorrectionStockCommand' => 'getPpCorrectionStockCommandService.php',
  66.             'App\\ProPneu\\Service\\MetierManagerBundle\\Command\\PpDeleteDoublonQuantiteProductCommand' => 'getPpDeleteDoublonQuantiteProductCommandService.php',
  67.             'App\\ProPneu\\Service\\MetierManagerBundle\\Command\\PpDepenseCommand' => 'getPpDepenseCommandService.php',
  68.             'App\\ProPneu\\Service\\MetierManagerBundle\\Command\\PpFournisseurUpdateCodeCommand' => 'getPpFournisseurUpdateCodeCommandService.php',
  69.             'App\\ProPneu\\Service\\MetierManagerBundle\\Command\\PpImportClientCommand' => 'getPpImportClientCommandService.php',
  70.             'App\\ProPneu\\Service\\MetierManagerBundle\\Command\\PpImportDataCommand' => 'getPpImportDataCommandService.php',
  71.             'App\\ProPneu\\Service\\MetierManagerBundle\\Command\\PpInsertProductByCenterCommand' => 'getPpInsertProductByCenterCommandService.php',
  72.             'App\\ProPneu\\Service\\MetierManagerBundle\\Command\\PpMultipleCentre' => 'getPpMultipleCentreService.php',
  73.             'App\\ProPneu\\Service\\MetierManagerBundle\\Command\\PpRegenerateBonNumberCommand' => 'getPpRegenerateBonNumberCommandService.php',
  74.             'App\\ProPneu\\Service\\MetierManagerBundle\\Command\\PpUpdateBonLivraisonNumberCommand' => 'getPpUpdateBonLivraisonNumberCommandService.php',
  75.             'App\\ProPneu\\Service\\MetierManagerBundle\\Command\\PpUpdateProductByCenterCommand' => 'getPpUpdateProductByCenterCommandService.php',
  76.             'App\\ProPneu\\Service\\MetierManagerBundle\\Command\\PpUpdateProductCommand' => 'getPpUpdateProductCommandService.php',
  77.             'App\\ProPneu\\Service\\MetierManagerBundle\\Command\\PpUpdateProformaCommand' => 'getPpUpdateProformaCommandService.php',
  78.             'App\\ProPneu\\Service\\MetierManagerBundle\\Command\\PpUpdateQuantityNegativeProductCommand' => 'getPpUpdateQuantityNegativeProductCommandService.php',
  79.             'App\\ProPneu\\Service\\MetierManagerBundle\\Command\\PpUpdateQuantityProductCommand' => 'getPpUpdateQuantityProductCommandService.php',
  80.             'App\\ProPneu\\Service\\MetierManagerBundle\\Command\\PpUpdateQuantityProductCustomNegativeCommand' => 'getPpUpdateQuantityProductCustomNegativeCommandService.php',
  81.             'App\\ProPneu\\Service\\MetierManagerBundle\\Command\\PpUpdateQuantityProductCustomPositiveCommand' => 'getPpUpdateQuantityProductCustomPositiveCommandService.php',
  82.             'App\\ProPneu\\Service\\MetierManagerBundle\\Command\\PpUpdateVenteCategorieCommand' => 'getPpUpdateVenteCategorieCommandService.php',
  83.             'App\\ProPneu\\Service\\MetierManagerBundle\\Command\\SsStockToPpCommand' => 'getSsStockToPpCommandService.php',
  84.             'Liip\\ImagineBundle\\Controller\\ImagineController' => 'getImagineControllerService.php',
  85.             'Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController' => 'getRedirectControllerService.php',
  86.             'Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController' => 'getTemplateControllerService.php',
  87.             'cache.app_clearer' => 'getCache_AppClearerService.php',
  88.             'cache.global_clearer' => 'getCache_GlobalClearerService.php',
  89.             'cache.system_clearer' => 'getCache_SystemClearerService.php',
  90.             'cache_clearer' => 'getCacheClearerService.php',
  91.             'cache_warmer' => 'getCacheWarmerService.php',
  92.             'console.command.public_alias.doctrine_cache.contains_command' => 'getConsole_Command_PublicAlias_DoctrineCache_ContainsCommandService.php',
  93.             'console.command.public_alias.doctrine_cache.delete_command' => 'getConsole_Command_PublicAlias_DoctrineCache_DeleteCommandService.php',
  94.             'console.command.public_alias.doctrine_cache.flush_command' => 'getConsole_Command_PublicAlias_DoctrineCache_FlushCommandService.php',
  95.             'console.command.public_alias.doctrine_cache.stats_command' => 'getConsole_Command_PublicAlias_DoctrineCache_StatsCommandService.php',
  96.             'console.command_loader' => 'getConsole_CommandLoaderService.php',
  97.             'form.factory' => 'getForm_FactoryService.php',
  98.             'form.type.file' => 'getForm_Type_FileService.php',
  99.             'fos_user.change_password.controller' => 'getFosUser_ChangePassword_ControllerService.php',
  100.             'fos_user.profile.controller' => 'getFosUser_Profile_ControllerService.php',
  101.             'fos_user.registration.controller' => 'getFosUser_Registration_ControllerService.php',
  102.             'fos_user.resetting.controller' => 'getFosUser_Resetting_ControllerService.php',
  103.             'fos_user.security.controller' => 'getFosUser_Security_ControllerService.php',
  104.             'fos_user.user_manager' => 'getFosUser_UserManagerService.php',
  105.             'jms_serializer' => 'getJmsSerializerService.php',
  106.             'jms_serializer.array_collection_handler' => 'getJmsSerializer_ArrayCollectionHandlerService.php',
  107.             'jms_serializer.constraint_violation_handler' => 'getJmsSerializer_ConstraintViolationHandlerService.php',
  108.             'jms_serializer.datetime_handler' => 'getJmsSerializer_DatetimeHandlerService.php',
  109.             'jms_serializer.deserialization_context_factory' => 'getJmsSerializer_DeserializationContextFactoryService.php',
  110.             'jms_serializer.doctrine_proxy_subscriber' => 'getJmsSerializer_DoctrineProxySubscriberService.php',
  111.             'jms_serializer.form_error_handler' => 'getJmsSerializer_FormErrorHandlerService.php',
  112.             'jms_serializer.json_deserialization_visitor' => 'getJmsSerializer_JsonDeserializationVisitorService.php',
  113.             'jms_serializer.json_serialization_visitor' => 'getJmsSerializer_JsonSerializationVisitorService.php',
  114.             'jms_serializer.metadata_driver' => 'getJmsSerializer_MetadataDriverService.php',
  115.             'jms_serializer.object_constructor' => 'getJmsSerializer_ObjectConstructorService.php',
  116.             'jms_serializer.php_collection_handler' => 'getJmsSerializer_PhpCollectionHandlerService.php',
  117.             'jms_serializer.serialization_context_factory' => 'getJmsSerializer_SerializationContextFactoryService.php',
  118.             'jms_serializer.stopwatch_subscriber' => 'getJmsSerializer_StopwatchSubscriberService.php',
  119.             'jms_serializer.twig_extension.serializer_runtime_helper' => 'getJmsSerializer_TwigExtension_SerializerRuntimeHelperService.php',
  120.             'jms_serializer.xml_deserialization_visitor' => 'getJmsSerializer_XmlDeserializationVisitorService.php',
  121.             'jms_serializer.xml_serialization_visitor' => 'getJmsSerializer_XmlSerializationVisitorService.php',
  122.             'jms_serializer.yaml_serialization_visitor' => 'getJmsSerializer_YamlSerializationVisitorService.php',
  123.             'liip_imagine.binary.loader.default' => 'getLiipImagine_Binary_Loader_DefaultService.php',
  124.             'liip_imagine.command.remove_cache_command' => 'getLiipImagine_Command_RemoveCacheCommandService.php',
  125.             'liip_imagine.command.resolve_cache_command' => 'getLiipImagine_Command_ResolveCacheCommandService.php',
  126.             'liip_imagine.data.manager' => 'getLiipImagine_Data_ManagerService.php',
  127.             'liip_imagine.filter.loader.downscale' => 'getLiipImagine_Filter_Loader_DownscaleService.php',
  128.             'liip_imagine.filter.loader.flip' => 'getLiipImagine_Filter_Loader_FlipService.php',
  129.             'liip_imagine.filter.loader.grayscale' => 'getLiipImagine_Filter_Loader_GrayscaleService.php',
  130.             'liip_imagine.filter.loader.interlace' => 'getLiipImagine_Filter_Loader_InterlaceService.php',
  131.             'liip_imagine.filter.loader.rotate' => 'getLiipImagine_Filter_Loader_RotateService.php',
  132.             'liip_imagine.filter.manager' => 'getLiipImagine_Filter_ManagerService.php',
  133.             'pp.manager.alerte' => 'getPp_Manager_AlerteService.php',
  134.             'pp.manager.approvisionement' => 'getPp_Manager_ApprovisionementService.php',
  135.             'pp.manager.approvisionement.directe' => 'getPp_Manager_Approvisionement_DirecteService.php',
  136.             'pp.manager.authentification.handler' => 'getPp_Manager_Authentification_HandlerService.php',
  137.             'pp.manager.banque' => 'getPp_Manager_BanqueService.php',
  138.             'pp.manager.bon.commande.fournisseur' => 'getPp_Manager_Bon_Commande_FournisseurService.php',
  139.             'pp.manager.bons' => 'getPp_Manager_BonsService.php',
  140.             'pp.manager.caisse' => 'getPp_Manager_CaisseService.php',
  141.             'pp.manager.centre' => 'getPp_Manager_CentreService.php',
  142.             'pp.manager.charge.fixe' => 'getPp_Manager_Charge_FixeService.php',
  143.             'pp.manager.client' => 'getPp_Manager_ClientService.php',
  144.             'pp.manager.commercial' => 'getPp_Manager_CommercialService.php',
  145.             'pp.manager.connexion.history' => 'getPp_Manager_Connexion_HistoryService.php',
  146.             'pp.manager.depense' => 'getPp_Manager_DepenseService.php',
  147.             'pp.manager.devise' => 'getPp_Manager_DeviseService.php',
  148.             'pp.manager.facture' => 'getPp_Manager_FactureService.php',
  149.             'pp.manager.facture.fournisseur' => 'getPp_Manager_Facture_FournisseurService.php',
  150.             'pp.manager.fournisseur' => 'getPp_Manager_FournisseurService.php',
  151.             'pp.manager.historique' => 'getPp_Manager_HistoriqueService.php',
  152.             'pp.manager.import.data' => 'getPp_Manager_Import_DataService.php',
  153.             'pp.manager.menu' => 'getPp_Manager_MenuService.php',
  154.             'pp.manager.mouvement.stock' => 'getPp_Manager_Mouvement_StockService.php',
  155.             'pp.manager.note' => 'getPp_Manager_NoteService.php',
  156.             'pp.manager.product' => 'getPp_Manager_ProductService.php',
  157.             'pp.manager.proforma' => 'getPp_Manager_ProformaService.php',
  158.             'pp.manager.rapport.journalier' => 'getPp_Manager_Rapport_JournalierService.php',
  159.             'pp.manager.rentabilite' => 'getPp_Manager_RentabiliteService.php',
  160.             'pp.manager.rh' => 'getPp_Manager_RhService.php',
  161.             'pp.manager.role' => 'getPp_Manager_RoleService.php',
  162.             'pp.manager.service' => 'getPp_Manager_ServiceService.php',
  163.             'pp.manager.statistique' => 'getPp_Manager_StatistiqueService.php',
  164.             'pp.manager.taux.echange' => 'getPp_Manager_Taux_EchangeService.php',
  165.             'pp.manager.user' => 'getPp_Manager_UserService.php',
  166.             'pp.manager.user.upload' => 'getPp_Manager_User_UploadService.php',
  167.             'pp.manager.utils' => 'getPp_Manager_UtilsService.php',
  168.             'pp.manager.vente.categorie' => 'getPp_Manager_Vente_CategorieService.php',
  169.             'pp.manager.versement' => 'getPp_Manager_VersementService.php',
  170.             'routing.loader' => 'getRouting_LoaderService.php',
  171.             'security.authentication_utils' => 'getSecurity_AuthenticationUtilsService.php',
  172.             'security.csrf.token_manager' => 'getSecurity_Csrf_TokenManagerService.php',
  173.             'security.password_encoder' => 'getSecurity_PasswordEncoderService.php',
  174.             'serializer' => 'getSerializerService.php',
  175.             'services_resetter' => 'getServicesResetterService.php',
  176.             'session' => 'getSessionService.php',
  177.             'swiftmailer.mailer.default' => 'getSwiftmailer_Mailer_DefaultService.php',
  178.             'swiftmailer.mailer.default.plugin.messagelogger' => 'getSwiftmailer_Mailer_Default_Plugin_MessageloggerService.php',
  179.             'swiftmailer.mailer.default.transport.real' => 'getSwiftmailer_Mailer_Default_Transport_RealService.php',
  180.             'swiftmailer.transport' => 'getSwiftmailer_TransportService.php',
  181.             'templating' => 'getTemplatingService.php',
  182.             'templating.loader' => 'getTemplating_LoaderService.php',
  183.             'twig.controller.exception' => 'getTwig_Controller_ExceptionService.php',
  184.             'twig.controller.preview_error' => 'getTwig_Controller_PreviewErrorService.php',
  185.             'web_profiler.controller.exception' => 'getWebProfiler_Controller_ExceptionService.php',
  186.             'web_profiler.controller.profiler' => 'getWebProfiler_Controller_ProfilerService.php',
  187.             'web_profiler.controller.router' => 'getWebProfiler_Controller_RouterService.php',
  188.         ];
  189.         $this->aliases = [
  190.             'database_connection' => 'doctrine.dbal.default_connection',
  191.             'doctrine.orm.default_metadata_cache' => 'doctrine_cache.providers.doctrine.orm.default_metadata_cache',
  192.             'doctrine.orm.default_query_cache' => 'doctrine_cache.providers.doctrine.orm.default_query_cache',
  193.             'doctrine.orm.default_result_cache' => 'doctrine_cache.providers.doctrine.orm.default_result_cache',
  194.             'doctrine.orm.entity_manager' => 'doctrine.orm.default_entity_manager',
  195.             'liip_imagine.controller' => 'Liip\\ImagineBundle\\Controller\\ImagineController',
  196.             'mailer' => 'swiftmailer.mailer.default',
  197.         ];
  198.         $this->privates['service_container'] = function () {
  199.             include_once $this->targetDirs[3].'/src/ProPneu/Service/MetierManagerBundle/EventListener/PpCheckRoleListener.php';
  200.             include_once $this->targetDirs[3].'/src/ProPneu/Service/MetierManagerBundle/EventListener/PpRequestListener.php';
  201.             include_once $this->targetDirs[3].'/vendor/symfony/framework-bundle/Controller/ControllerNameParser.php';
  202.             include_once $this->targetDirs[3].'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactoryInterface.php';
  203.             include_once $this->targetDirs[3].'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactory.php';
  204.             include_once $this->targetDirs[3].'/vendor/symfony/event-dispatcher/EventSubscriberInterface.php';
  205.             include_once $this->targetDirs[3].'/vendor/symfony/http-kernel/EventListener/ResponseListener.php';
  206.             include_once $this->targetDirs[3].'/vendor/symfony/http-kernel/EventListener/StreamedResponseListener.php';
  207.             include_once $this->targetDirs[3].'/vendor/symfony/http-kernel/EventListener/LocaleListener.php';
  208.             include_once $this->targetDirs[3].'/vendor/symfony/http-kernel/EventListener/ValidateRequestListener.php';
  209.             include_once $this->targetDirs[3].'/vendor/symfony/framework-bundle/EventListener/ResolveControllerNameSubscriber.php';
  210.             include_once $this->targetDirs[3].'/vendor/symfony/dependency-injection/ParameterBag/ParameterBagInterface.php';
  211.             include_once $this->targetDirs[3].'/vendor/symfony/dependency-injection/ParameterBag/ParameterBag.php';
  212.             include_once $this->targetDirs[3].'/vendor/symfony/dependency-injection/ParameterBag/FrozenParameterBag.php';
  213.             include_once $this->targetDirs[3].'/vendor/symfony/dependency-injection/ParameterBag/ContainerBagInterface.php';
  214.             include_once $this->targetDirs[3].'/vendor/symfony/dependency-injection/ParameterBag/ContainerBag.php';
  215.             include_once $this->targetDirs[3].'/vendor/symfony/http-kernel/HttpKernelInterface.php';
  216.             include_once $this->targetDirs[3].'/vendor/symfony/http-kernel/TerminableInterface.php';
  217.             include_once $this->targetDirs[3].'/vendor/symfony/http-kernel/HttpKernel.php';
  218.             include_once $this->targetDirs[3].'/vendor/symfony/http-kernel/Controller/ControllerResolverInterface.php';
  219.             include_once $this->targetDirs[3].'/vendor/symfony/http-kernel/Controller/TraceableControllerResolver.php';
  220.             include_once $this->targetDirs[3].'/vendor/symfony/http-kernel/Controller/ControllerResolver.php';
  221.             include_once $this->targetDirs[3].'/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php';
  222.             include_once $this->targetDirs[3].'/vendor/symfony/framework-bundle/Controller/ControllerResolver.php';
  223.             include_once $this->targetDirs[3].'/vendor/symfony/http-kernel/Controller/ArgumentResolverInterface.php';
  224.             include_once $this->targetDirs[3].'/vendor/symfony/http-kernel/Controller/TraceableArgumentResolver.php';
  225.             include_once $this->targetDirs[3].'/vendor/symfony/http-kernel/Controller/ArgumentResolver.php';
  226.             include_once $this->targetDirs[3].'/vendor/symfony/http-foundation/RequestStack.php';
  227.             include_once $this->targetDirs[3].'/vendor/symfony/filesystem/Filesystem.php';
  228.             include_once $this->targetDirs[3].'/vendor/symfony/config/FileLocatorInterface.php';
  229.             include_once $this->targetDirs[3].'/vendor/symfony/config/FileLocator.php';
  230.             include_once $this->targetDirs[3].'/vendor/symfony/http-kernel/Config/FileLocator.php';
  231.             include_once $this->targetDirs[3].'/vendor/symfony/config/ConfigCacheFactoryInterface.php';
  232.             include_once $this->targetDirs[3].'/vendor/symfony/config/ResourceCheckerConfigCacheFactory.php';
  233.             include_once $this->targetDirs[3].'/vendor/psr/cache/src/CacheItemPoolInterface.php';
  234.             include_once $this->targetDirs[3].'/vendor/symfony/cache/Adapter/AdapterInterface.php';
  235.             include_once $this->targetDirs[3].'/vendor/symfony/contracts/Cache/CacheInterface.php';
  236.             include_once $this->targetDirs[3].'/vendor/symfony/cache/PruneableInterface.php';
  237.             include_once $this->targetDirs[3].'/vendor/symfony/cache/ResettableInterface.php';
  238.             include_once $this->targetDirs[3].'/vendor/symfony/cache/Adapter/TraceableAdapter.php';
  239.             include_once $this->targetDirs[3].'/vendor/psr/log/Psr/Log/LoggerAwareInterface.php';
  240.             include_once $this->targetDirs[3].'/vendor/psr/log/Psr/Log/LoggerAwareTrait.php';
  241.             include_once $this->targetDirs[3].'/vendor/symfony/cache/Traits/AbstractTrait.php';
  242.             include_once $this->targetDirs[3].'/vendor/symfony/contracts/Cache/CacheTrait.php';
  243.             include_once $this->targetDirs[3].'/vendor/symfony/cache/Traits/ContractsTrait.php';
  244.             include_once $this->targetDirs[3].'/vendor/symfony/cache/Adapter/AbstractAdapter.php';
  245.             include_once $this->targetDirs[3].'/vendor/symfony/cache/Traits/FilesystemCommonTrait.php';
  246.             include_once $this->targetDirs[3].'/vendor/symfony/cache/Traits/FilesystemTrait.php';
  247.             include_once $this->targetDirs[3].'/vendor/symfony/cache/Adapter/FilesystemAdapter.php';
  248.             include_once $this->targetDirs[3].'/vendor/symfony/cache/Marshaller/MarshallerInterface.php';
  249.             include_once $this->targetDirs[3].'/vendor/symfony/cache/Marshaller/DefaultMarshaller.php';
  250.             include_once $this->targetDirs[3].'/vendor/symfony/http-kernel/EventListener/AbstractSessionListener.php';
  251.             include_once $this->targetDirs[3].'/vendor/symfony/http-kernel/EventListener/SessionListener.php';
  252.             include_once $this->targetDirs[3].'/vendor/symfony/contracts/Service/ServiceLocatorTrait.php';
  253.             include_once $this->targetDirs[3].'/vendor/symfony/dependency-injection/ServiceLocator.php';
  254.             include_once $this->targetDirs[3].'/vendor/symfony/templating/TemplateNameParserInterface.php';
  255.             include_once $this->targetDirs[3].'/vendor/symfony/templating/TemplateNameParser.php';
  256.             include_once $this->targetDirs[3].'/vendor/symfony/framework-bundle/Templating/TemplateNameParser.php';
  257.             include_once $this->targetDirs[3].'/vendor/symfony/framework-bundle/Templating/Loader/TemplateLocator.php';
  258.             include_once $this->targetDirs[3].'/vendor/symfony/validator/Validation.php';
  259.             include_once $this->targetDirs[3].'/vendor/symfony/validator/ConstraintValidatorFactoryInterface.php';
  260.             include_once $this->targetDirs[3].'/vendor/symfony/validator/ContainerConstraintValidatorFactory.php';
  261.             include_once $this->targetDirs[3].'/vendor/symfony/contracts/Translation/LocaleAwareInterface.php';
  262.             include_once $this->targetDirs[3].'/vendor/symfony/translation/TranslatorInterface.php';
  263.             include_once $this->targetDirs[3].'/vendor/symfony/contracts/Translation/TranslatorInterface.php';
  264.             include_once $this->targetDirs[3].'/vendor/symfony/validator/Util/LegacyTranslatorProxy.php';
  265.             include_once $this->targetDirs[3].'/vendor/symfony/validator/ObjectInitializerInterface.php';
  266.             include_once $this->targetDirs[3].'/vendor/symfony/doctrine-bridge/Validator/DoctrineInitializer.php';
  267.             include_once $this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Validator/Initializer.php';
  268.             include_once $this->targetDirs[3].'/vendor/symfony/http-kernel/EventListener/TranslatorListener.php';
  269.             include_once $this->targetDirs[3].'/vendor/symfony/http-kernel/Profiler/Profiler.php';
  270.             include_once $this->targetDirs[3].'/vendor/symfony/http-kernel/Profiler/ProfilerStorageInterface.php';
  271.             include_once $this->targetDirs[3].'/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php';
  272.             include_once $this->targetDirs[3].'/vendor/psr/log/Psr/Log/LoggerInterface.php';
  273.             include_once $this->targetDirs[3].'/vendor/monolog/monolog/src/Monolog/ResettableInterface.php';
  274.             include_once $this->targetDirs[3].'/vendor/monolog/monolog/src/Monolog/Logger.php';
  275.             include_once $this->targetDirs[3].'/vendor/symfony/http-kernel/Log/DebugLoggerInterface.php';
  276.             include_once $this->targetDirs[3].'/vendor/symfony/monolog-bridge/Logger.php';
  277.             include_once $this->targetDirs[3].'/vendor/symfony/http-kernel/DataCollector/DataCollectorInterface.php';
  278.             include_once $this->targetDirs[3].'/vendor/symfony/http-kernel/DataCollector/DataCollector.php';
  279.             include_once $this->targetDirs[3].'/vendor/symfony/http-kernel/DataCollector/LateDataCollectorInterface.php';
  280.             include_once $this->targetDirs[3].'/vendor/symfony/http-kernel/DataCollector/TimeDataCollector.php';
  281.             include_once $this->targetDirs[3].'/vendor/symfony/http-kernel/DataCollector/MemoryDataCollector.php';
  282.             include_once $this->targetDirs[3].'/vendor/symfony/validator/DataCollector/ValidatorDataCollector.php';
  283.             include_once $this->targetDirs[3].'/vendor/symfony/http-kernel/DataCollector/AjaxDataCollector.php';
  284.             include_once $this->targetDirs[3].'/vendor/symfony/http-kernel/DataCollector/ExceptionDataCollector.php';
  285.             include_once $this->targetDirs[3].'/vendor/symfony/http-kernel/DataCollector/LoggerDataCollector.php';
  286.             include_once $this->targetDirs[3].'/vendor/symfony/http-kernel/DataCollector/EventDataCollector.php';
  287.             include_once $this->targetDirs[3].'/vendor/symfony/cache/DataCollector/CacheDataCollector.php';
  288.             include_once $this->targetDirs[3].'/vendor/symfony/translation/DataCollector/TranslationDataCollector.php';
  289.             include_once $this->targetDirs[3].'/vendor/symfony/security-bundle/DataCollector/SecurityDataCollector.php';
  290.             include_once $this->targetDirs[3].'/vendor/symfony/twig-bridge/DataCollector/TwigDataCollector.php';
  291.             include_once $this->targetDirs[3].'/vendor/symfony/doctrine-bridge/DataCollector/DoctrineDataCollector.php';
  292.             include_once $this->targetDirs[3].'/vendor/doctrine/doctrine-bundle/DataCollector/DoctrineDataCollector.php';
  293.             include_once $this->targetDirs[3].'/vendor/symfony/swiftmailer-bundle/DataCollector/MessageDataCollector.php';
  294.             include_once $this->targetDirs[3].'/vendor/symfony/http-kernel/DataCollector/ConfigDataCollector.php';
  295.             include_once $this->targetDirs[3].'/vendor/symfony/http-kernel/EventListener/ProfilerListener.php';
  296.             include_once $this->targetDirs[3].'/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php';
  297.             include_once $this->targetDirs[3].'/vendor/symfony/http-kernel/DataCollector/RouterDataCollector.php';
  298.             include_once $this->targetDirs[3].'/vendor/symfony/framework-bundle/DataCollector/RouterDataCollector.php';
  299.             include_once $this->targetDirs[3].'/vendor/symfony/form/Extension/DataCollector/FormDataCollectorInterface.php';
  300.             include_once $this->targetDirs[3].'/vendor/symfony/form/Extension/DataCollector/FormDataCollector.php';
  301.             include_once $this->targetDirs[3].'/vendor/symfony/form/Extension/DataCollector/FormDataExtractorInterface.php';
  302.             include_once $this->targetDirs[3].'/vendor/symfony/form/Extension/DataCollector/FormDataExtractor.php';
  303.             include_once $this->targetDirs[3].'/vendor/symfony/http-kernel/EventListener/DebugHandlersListener.php';
  304.             include_once $this->targetDirs[3].'/vendor/symfony/http-kernel/Debug/FileLinkFormatter.php';
  305.             include_once $this->targetDirs[3].'/vendor/symfony/stopwatch/Stopwatch.php';
  306.             include_once $this->targetDirs[3].'/vendor/symfony/monolog-bridge/Processor/DebugProcessor.php';
  307.             include_once $this->targetDirs[3].'/vendor/symfony/routing/RequestContext.php';
  308.             include_once $this->targetDirs[3].'/vendor/symfony/http-kernel/EventListener/RouterListener.php';
  309.             include_once $this->targetDirs[3].'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Reader.php';
  310.             include_once $this->targetDirs[3].'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationReader.php';
  311.             include_once $this->targetDirs[3].'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationRegistry.php';
  312.             include_once $this->targetDirs[3].'/vendor/symfony/web-link/EventListener/AddLinkHeaderListener.php';
  313.             include_once $this->targetDirs[3].'/vendor/sensio/framework-extra-bundle/EventListener/ControllerListener.php';
  314.             include_once $this->targetDirs[3].'/vendor/sensio/framework-extra-bundle/EventListener/ParamConverterListener.php';
  315.             include_once $this->targetDirs[3].'/vendor/sensio/framework-extra-bundle/Request/ParamConverter/ParamConverterManager.php';
  316.             include_once $this->targetDirs[3].'/vendor/sensio/framework-extra-bundle/Request/ParamConverter/ParamConverterInterface.php';
  317.             include_once $this->targetDirs[3].'/vendor/sensio/framework-extra-bundle/Request/ParamConverter/DoctrineParamConverter.php';
  318.             include_once $this->targetDirs[3].'/vendor/symfony/expression-language/ExpressionLanguage.php';
  319.             include_once $this->targetDirs[3].'/vendor/sensio/framework-extra-bundle/Request/ParamConverter/DateTimeParamConverter.php';
  320.             include_once $this->targetDirs[3].'/vendor/sensio/framework-extra-bundle/EventListener/TemplateListener.php';
  321.             include_once $this->targetDirs[3].'/vendor/sensio/framework-extra-bundle/Templating/TemplateGuesser.php';
  322.             include_once $this->targetDirs[3].'/vendor/sensio/framework-extra-bundle/EventListener/HttpCacheListener.php';
  323.             include_once $this->targetDirs[3].'/vendor/sensio/framework-extra-bundle/EventListener/SecurityListener.php';
  324.             include_once $this->targetDirs[3].'/vendor/symfony/security-core/Authorization/ExpressionLanguage.php';
  325.             include_once $this->targetDirs[3].'/vendor/sensio/framework-extra-bundle/Security/ExpressionLanguage.php';
  326.             include_once $this->targetDirs[3].'/vendor/sensio/framework-extra-bundle/EventListener/IsGrantedListener.php';
  327.             include_once $this->targetDirs[3].'/vendor/sensio/framework-extra-bundle/Request/ArgumentNameConverter.php';
  328.             include_once $this->targetDirs[3].'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ConnectionRegistry.php';
  329.             include_once $this->targetDirs[3].'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ManagerRegistry.php';
  330.             include_once $this->targetDirs[3].'/vendor/doctrine/persistence/lib/Doctrine/Persistence/AbstractManagerRegistry.php';
  331.             include_once $this->targetDirs[3].'/vendor/symfony/doctrine-bridge/ManagerRegistry.php';
  332.             include_once $this->targetDirs[3].'/vendor/symfony/doctrine-bridge/RegistryInterface.php';
  333.             include_once $this->targetDirs[3].'/vendor/doctrine/doctrine-bundle/Registry.php';
  334.             include_once $this->targetDirs[3].'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Logging/SQLLogger.php';
  335.             include_once $this->targetDirs[3].'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Logging/DebugStack.php';
  336.             include_once $this->targetDirs[3].'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/Connection.php';
  337.             include_once $this->targetDirs[3].'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php';
  338.             include_once $this->targetDirs[3].'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Configuration.php';
  339.             include_once $this->targetDirs[3].'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Logging/LoggerChain.php';
  340.             include_once $this->targetDirs[3].'/vendor/symfony/doctrine-bridge/Logger/DbalLogger.php';
  341.             include_once $this->targetDirs[3].'/vendor/doctrine/event-manager/lib/Doctrine/Common/EventManager.php';
  342.             include_once $this->targetDirs[3].'/vendor/symfony/doctrine-bridge/ContainerAwareEventManager.php';
  343.             include_once $this->targetDirs[3].'/vendor/doctrine/event-manager/lib/Doctrine/Common/EventSubscriber.php';
  344.             include_once $this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Doctrine/UserListener.php';
  345.             include_once $this->targetDirs[3].'/vendor/knplabs/doctrine-behaviors/src/ORM/AbstractSubscriber.php';
  346.             include_once $this->targetDirs[3].'/vendor/knplabs/doctrine-behaviors/src/ORM/Translatable/TranslatableSubscriber.php';
  347.             include_once $this->targetDirs[3].'/vendor/knplabs/doctrine-behaviors/src/Reflection/ClassAnalyzer.php';
  348.             include_once $this->targetDirs[3].'/vendor/knplabs/doctrine-behaviors/src/ORM/Translatable/CurrentLocaleCallable.php';
  349.             include_once $this->targetDirs[3].'/vendor/knplabs/doctrine-behaviors/src/ORM/Translatable/DefaultLocaleCallable.php';
  350.             include_once $this->targetDirs[3].'/vendor/knplabs/doctrine-behaviors/src/ORM/SoftDeletable/SoftDeletableSubscriber.php';
  351.             include_once $this->targetDirs[3].'/vendor/knplabs/doctrine-behaviors/src/ORM/Timestampable/TimestampableSubscriber.php';
  352.             include_once $this->targetDirs[3].'/vendor/knplabs/doctrine-behaviors/src/ORM/Tree/TreeSubscriber.php';
  353.             include_once $this->targetDirs[3].'/vendor/knplabs/doctrine-behaviors/src/ORM/Sortable/SortableSubscriber.php';
  354.             include_once $this->targetDirs[3].'/vendor/knplabs/doctrine-behaviors/src/ORM/Blameable/BlameableSubscriber.php';
  355.             include_once $this->targetDirs[3].'/vendor/knplabs/doctrine-behaviors/src/ORM/Blameable/UserCallable.php';
  356.             include_once $this->targetDirs[3].'/vendor/knplabs/doctrine-behaviors/src/ORM/Loggable/LoggableSubscriber.php';
  357.             include_once $this->targetDirs[3].'/vendor/knplabs/doctrine-behaviors/src/ORM/Loggable/LoggerCallable.php';
  358.             include_once $this->targetDirs[3].'/vendor/knplabs/doctrine-behaviors/src/ORM/Geocodable/GeocodableSubscriber.php';
  359.             include_once $this->targetDirs[3].'/vendor/knplabs/doctrine-behaviors/src/ORM/Sluggable/SluggableSubscriber.php';
  360.             include_once $this->targetDirs[3].'/vendor/gedmo/doctrine-extensions/lib/Gedmo/Mapping/MappedEventSubscriber.php';
  361.             include_once $this->targetDirs[3].'/vendor/gedmo/doctrine-extensions/lib/Gedmo/Sluggable/SluggableListener.php';
  362.             include_once $this->targetDirs[3].'/vendor/doctrine/doctrine-bundle/ConnectionFactory.php';
  363.             include_once $this->targetDirs[3].'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/Cache.php';
  364.             include_once $this->targetDirs[3].'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/FlushableCache.php';
  365.             include_once $this->targetDirs[3].'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/ClearableCache.php';
  366.             include_once $this->targetDirs[3].'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiGetCache.php';
  367.             include_once $this->targetDirs[3].'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiDeleteCache.php';
  368.             include_once $this->targetDirs[3].'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiPutCache.php';
  369.             include_once $this->targetDirs[3].'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiOperationCache.php';
  370.             include_once $this->targetDirs[3].'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/CacheProvider.php';
  371.             include_once $this->targetDirs[3].'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/ArrayCache.php';
  372.             include_once $this->targetDirs[3].'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectManager.php';
  373.             include_once $this->targetDirs[3].'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityManagerInterface.php';
  374.             include_once $this->targetDirs[3].'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityManager.php';
  375.             include_once $this->targetDirs[3].'/vendor/doctrine/orm/lib/Doctrine/ORM/Configuration.php';
  376.             include_once $this->targetDirs[3].'/vendor/doctrine/persistence/lib/Doctrine/Persistence/Mapping/Driver/MappingDriver.php';
  377.             include_once $this->targetDirs[3].'/vendor/doctrine/persistence/lib/Doctrine/Persistence/Mapping/Driver/MappingDriverChain.php';
  378.             include_once $this->targetDirs[3].'/vendor/doctrine/persistence/lib/Doctrine/Persistence/Mapping/Driver/AnnotationDriver.php';
  379.             include_once $this->targetDirs[3].'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/AnnotationDriver.php';
  380.             include_once $this->targetDirs[3].'/vendor/doctrine/persistence/lib/Doctrine/Persistence/Mapping/Driver/FileDriver.php';
  381.             include_once $this->targetDirs[3].'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/XmlDriver.php';
  382.             include_once $this->targetDirs[3].'/vendor/doctrine/persistence/lib/Doctrine/Persistence/Mapping/Driver/FileLocator.php';
  383.             include_once $this->targetDirs[3].'/vendor/doctrine/persistence/lib/Doctrine/Persistence/Mapping/Driver/SymfonyFileLocator.php';
  384.             include_once $this->targetDirs[3].'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/NamingStrategy.php';
  385.             include_once $this->targetDirs[3].'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/UnderscoreNamingStrategy.php';
  386.             include_once $this->targetDirs[3].'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/QuoteStrategy.php';
  387.             include_once $this->targetDirs[3].'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/DefaultQuoteStrategy.php';
  388.             include_once $this->targetDirs[3].'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/EntityListenerResolver.php';
  389.             include_once $this->targetDirs[3].'/vendor/doctrine/doctrine-bundle/Mapping/EntityListenerServiceResolver.php';
  390.             include_once $this->targetDirs[3].'/vendor/doctrine/doctrine-bundle/Mapping/ContainerEntityListenerResolver.php';
  391.             include_once $this->targetDirs[3].'/vendor/doctrine/orm/lib/Doctrine/ORM/Repository/RepositoryFactory.php';
  392.             include_once $this->targetDirs[3].'/vendor/doctrine/doctrine-bundle/Repository/ContainerRepositoryFactory.php';
  393.             include_once $this->targetDirs[3].'/vendor/doctrine/doctrine-bundle/ManagerConfigurator.php';
  394.             include_once $this->targetDirs[3].'/vendor/symfony/security-core/Authorization/AuthorizationCheckerInterface.php';
  395.             include_once $this->targetDirs[3].'/vendor/symfony/security-core/Authorization/AuthorizationChecker.php';
  396.             include_once $this->targetDirs[3].'/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorageInterface.php';
  397.             include_once $this->targetDirs[3].'/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorage.php';
  398.             include_once $this->targetDirs[3].'/vendor/symfony/security-core/Authentication/AuthenticationManagerInterface.php';
  399.             include_once $this->targetDirs[3].'/vendor/symfony/security-core/Authentication/AuthenticationProviderManager.php';
  400.             include_once $this->targetDirs[3].'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolverInterface.php';
  401.             include_once $this->targetDirs[3].'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolver.php';
  402.             include_once $this->targetDirs[3].'/vendor/symfony/security-core/Encoder/EncoderFactoryInterface.php';
  403.             include_once $this->targetDirs[3].'/vendor/symfony/security-core/Encoder/EncoderFactory.php';
  404.             include_once $this->targetDirs[3].'/vendor/symfony/security-core/Role/RoleHierarchyInterface.php';
  405.             include_once $this->targetDirs[3].'/vendor/symfony/security-core/Role/RoleHierarchy.php';
  406.             include_once $this->targetDirs[3].'/vendor/symfony/security-http/FirewallMapInterface.php';
  407.             include_once $this->targetDirs[3].'/vendor/symfony/security-bundle/Security/FirewallMap.php';
  408.             include_once $this->targetDirs[3].'/vendor/symfony/security-http/Logout/LogoutUrlGenerator.php';
  409.             include_once $this->targetDirs[3].'/vendor/symfony/security-http/RememberMe/ResponseListener.php';
  410.             include_once $this->targetDirs[3].'/vendor/symfony/security-core/Authorization/AccessDecisionManagerInterface.php';
  411.             include_once $this->targetDirs[3].'/vendor/symfony/security-core/Authorization/TraceableAccessDecisionManager.php';
  412.             include_once $this->targetDirs[3].'/vendor/symfony/security-core/Authorization/AccessDecisionManager.php';
  413.             include_once $this->targetDirs[3].'/vendor/symfony/security-http/Firewall.php';
  414.             include_once $this->targetDirs[3].'/vendor/symfony/security-bundle/EventListener/FirewallListener.php';
  415.             include_once $this->targetDirs[3].'/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php';
  416.             include_once $this->targetDirs[3].'/vendor/twig/twig/src/Environment.php';
  417.             include_once $this->targetDirs[3].'/vendor/twig/twig/src/Loader/LoaderInterface.php';
  418.             include_once $this->targetDirs[3].'/vendor/twig/twig/src/Loader/ExistsLoaderInterface.php';
  419.             include_once $this->targetDirs[3].'/vendor/twig/twig/src/Loader/SourceContextLoaderInterface.php';
  420.             include_once $this->targetDirs[3].'/vendor/twig/twig/src/Loader/FilesystemLoader.php';
  421.             include_once $this->targetDirs[3].'/vendor/symfony/twig-bundle/Loader/FilesystemLoader.php';
  422.             include_once $this->targetDirs[3].'/vendor/twig/twig/src/Extension/ExtensionInterface.php';
  423.             include_once $this->targetDirs[3].'/vendor/twig/twig/src/Extension/AbstractExtension.php';
  424.             include_once $this->targetDirs[3].'/vendor/symfony/twig-bridge/Extension/CsrfExtension.php';
  425.             include_once $this->targetDirs[3].'/vendor/symfony/twig-bridge/Extension/LogoutUrlExtension.php';
  426.             include_once $this->targetDirs[3].'/vendor/symfony/twig-bridge/Extension/SecurityExtension.php';
  427.             include_once $this->targetDirs[3].'/vendor/twig/twig/src/Extension/ProfilerExtension.php';
  428.             include_once $this->targetDirs[3].'/vendor/symfony/twig-bridge/Extension/ProfilerExtension.php';
  429.             include_once $this->targetDirs[3].'/vendor/symfony/contracts/Translation/TranslatorTrait.php';
  430.             include_once $this->targetDirs[3].'/vendor/symfony/twig-bridge/Extension/TranslationExtension.php';
  431.             include_once $this->targetDirs[3].'/vendor/symfony/twig-bridge/Extension/AssetExtension.php';
  432.             include_once $this->targetDirs[3].'/vendor/symfony/asset/Packages.php';
  433.             include_once $this->targetDirs[3].'/vendor/symfony/asset/PackageInterface.php';
  434.             include_once $this->targetDirs[3].'/vendor/symfony/asset/Package.php';
  435.             include_once $this->targetDirs[3].'/vendor/symfony/asset/PathPackage.php';
  436.             include_once $this->targetDirs[3].'/vendor/symfony/asset/VersionStrategy/VersionStrategyInterface.php';
  437.             include_once $this->targetDirs[3].'/vendor/symfony/asset/VersionStrategy/EmptyVersionStrategy.php';
  438.             include_once $this->targetDirs[3].'/vendor/symfony/asset/Context/ContextInterface.php';
  439.             include_once $this->targetDirs[3].'/vendor/symfony/asset/Context/RequestStackContext.php';
  440.             include_once $this->targetDirs[3].'/vendor/symfony/twig-bridge/Extension/CodeExtension.php';
  441.             include_once $this->targetDirs[3].'/vendor/symfony/twig-bridge/Extension/RoutingExtension.php';
  442.             include_once $this->targetDirs[3].'/vendor/symfony/twig-bridge/Extension/YamlExtension.php';
  443.             include_once $this->targetDirs[3].'/vendor/symfony/twig-bridge/Extension/StopwatchExtension.php';
  444.             include_once $this->targetDirs[3].'/vendor/symfony/twig-bridge/Extension/ExpressionExtension.php';
  445.             include_once $this->targetDirs[3].'/vendor/symfony/twig-bridge/Extension/HttpKernelExtension.php';
  446.             include_once $this->targetDirs[3].'/vendor/symfony/twig-bridge/Extension/HttpFoundationExtension.php';
  447.             include_once $this->targetDirs[3].'/vendor/symfony/twig-bridge/Extension/WebLinkExtension.php';
  448.             include_once $this->targetDirs[3].'/vendor/symfony/twig-bridge/Extension/FormExtension.php';
  449.             include_once $this->targetDirs[3].'/vendor/symfony/twig-bridge/Extension/DumpExtension.php';
  450.             include_once $this->targetDirs[3].'/src/ProPneu/Service/MetierManagerBundle/Twig/Extension/FileExistsExtension.php';
  451.             include_once $this->targetDirs[3].'/src/ProPneu/Service/MetierManagerBundle/Twig/Extension/SlugifyExtension.php';
  452.             include_once $this->targetDirs[3].'/vendor/twig/extensions/lib/Twig/Extensions/Extension/Text.php';
  453.             include_once $this->targetDirs[3].'/src/ProPneu/Service/MetierManagerBundle/Twig/ArrayObjectExtension.php';
  454.             include_once $this->targetDirs[3].'/src/ProPneu/Service/MetierManagerBundle/Twig/AssetExtension.php';
  455.             include_once $this->targetDirs[3].'/src/ProPneu/Service/MetierManagerBundle/Twig/Extension/ListingMenuExtension.php';
  456.             include_once $this->targetDirs[3].'/src/ProPneu/Service/MetierManagerBundle/Twig/Extension/MenuWithMenuTypeListExtension.php';
  457.             include_once $this->targetDirs[3].'/src/ProPneu/Service/MetierManagerBundle/Twig/Extension/MontantExtension.php';
  458.             include_once $this->targetDirs[3].'/src/ProPneu/Service/MetierManagerBundle/Twig/Extension/CheckRoleMenuExtension.php';
  459.             include_once $this->targetDirs[3].'/src/ProPneu/Service/MetierManagerBundle/Twig/Extension/PrixUnitaireExtension.php';
  460.             include_once $this->targetDirs[3].'/src/ProPneu/Service/MetierManagerBundle/Twig/Extension/ReglementExtension.php';
  461.             include_once $this->targetDirs[3].'/vendor/twig/extensions/lib/Twig/Extensions/Extension/Intl.php';
  462.             include_once $this->targetDirs[3].'/src/ProPneu/Service/MetierManagerBundle/Twig/Extension/NumberOfDaysExtension.php';
  463.             include_once $this->targetDirs[3].'/src/ProPneu/Service/MetierManagerBundle/Twig/Extension/ArraySearchExtension.php';
  464.             include_once $this->targetDirs[3].'/src/ProPneu/Service/MetierManagerBundle/Twig/Extension/MontantNetExtension.php';
  465.             include_once $this->targetDirs[3].'/src/ProPneu/Service/MetierManagerBundle/Twig/Extension/TmpPricePercentageExtension.php';
  466.             include_once $this->targetDirs[3].'/src/ProPneu/Service/MetierManagerBundle/Twig/Extension/TmpPercentageExtension.php';
  467.             include_once $this->targetDirs[3].'/src/ProPneu/Service/MetierManagerBundle/Twig/Extension/SoldeFournisseurExtension.php';
  468.             include_once $this->targetDirs[3].'/vendor/doctrine/doctrine-bundle/Twig/DoctrineExtension.php';
  469.             include_once $this->targetDirs[3].'/vendor/symfony/web-profiler-bundle/Twig/WebProfilerExtension.php';
  470.             include_once $this->targetDirs[3].'/vendor/symfony/var-dumper/Dumper/DataDumperInterface.php';
  471.             include_once $this->targetDirs[3].'/vendor/symfony/var-dumper/Cloner/DumperInterface.php';
  472.             include_once $this->targetDirs[3].'/vendor/symfony/var-dumper/Dumper/AbstractDumper.php';
  473.             include_once $this->targetDirs[3].'/vendor/symfony/var-dumper/Dumper/CliDumper.php';
  474.             include_once $this->targetDirs[3].'/vendor/symfony/var-dumper/Dumper/HtmlDumper.php';
  475.             include_once $this->targetDirs[3].'/vendor/liip/imagine-bundle/Templating/FilterTrait.php';
  476.             include_once $this->targetDirs[3].'/vendor/liip/imagine-bundle/Templating/FilterExtension.php';
  477.             include_once $this->targetDirs[3].'/vendor/jms/serializer/src/JMS/Serializer/Twig/SerializerRuntimeExtension.php';
  478.             include_once $this->targetDirs[3].'/vendor/symfony/twig-bridge/AppVariable.php';
  479.             include_once $this->targetDirs[3].'/vendor/twig/twig/src/RuntimeLoader/RuntimeLoaderInterface.php';
  480.             include_once $this->targetDirs[3].'/vendor/twig/twig/src/RuntimeLoader/ContainerRuntimeLoader.php';
  481.             include_once $this->targetDirs[3].'/vendor/symfony/twig-bundle/DependencyInjection/Configurator/EnvironmentConfigurator.php';
  482.             include_once $this->targetDirs[3].'/vendor/twig/twig/src/Profiler/Profile.php';
  483.             include_once $this->targetDirs[3].'/vendor/symfony/web-profiler-bundle/Csp/ContentSecurityPolicyHandler.php';
  484.             include_once $this->targetDirs[3].'/vendor/symfony/web-profiler-bundle/Csp/NonceGenerator.php';
  485.             include_once $this->targetDirs[3].'/vendor/symfony/web-profiler-bundle/EventListener/WebDebugToolbarListener.php';
  486.             include_once $this->targetDirs[3].'/vendor/monolog/monolog/src/Monolog/Handler/HandlerInterface.php';
  487.             include_once $this->targetDirs[3].'/vendor/monolog/monolog/src/Monolog/Handler/AbstractHandler.php';
  488.             include_once $this->targetDirs[3].'/vendor/monolog/monolog/src/Monolog/Handler/AbstractProcessingHandler.php';
  489.             include_once $this->targetDirs[3].'/vendor/monolog/monolog/src/Monolog/Handler/StreamHandler.php';
  490.             include_once $this->targetDirs[3].'/vendor/monolog/monolog/src/Monolog/Processor/ProcessorInterface.php';
  491.             include_once $this->targetDirs[3].'/vendor/monolog/monolog/src/Monolog/Processor/PsrLogMessageProcessor.php';
  492.             include_once $this->targetDirs[3].'/vendor/symfony/monolog-bridge/Handler/ConsoleHandler.php';
  493.             include_once $this->targetDirs[3].'/vendor/symfony/http-kernel/DataCollector/DumpDataCollector.php';
  494.             include_once $this->targetDirs[3].'/vendor/symfony/var-dumper/Cloner/ClonerInterface.php';
  495.             include_once $this->targetDirs[3].'/vendor/symfony/var-dumper/Cloner/AbstractCloner.php';
  496.             include_once $this->targetDirs[3].'/vendor/symfony/var-dumper/Cloner/VarCloner.php';
  497.             include_once $this->targetDirs[3].'/vendor/symfony/var-dumper/Server/Connection.php';
  498.             include_once $this->targetDirs[3].'/vendor/symfony/var-dumper/Dumper/ContextProvider/ContextProviderInterface.php';
  499.             include_once $this->targetDirs[3].'/vendor/symfony/var-dumper/Dumper/ContextProvider/SourceContextProvider.php';
  500.             include_once $this->targetDirs[3].'/vendor/symfony/var-dumper/Dumper/ContextProvider/RequestContextProvider.php';
  501.             include_once $this->targetDirs[3].'/vendor/symfony/var-dumper/Dumper/ContextProvider/CliContextProvider.php';
  502.             include_once $this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Util/PasswordUpdaterInterface.php';
  503.             include_once $this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Util/PasswordUpdater.php';
  504.             include_once $this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Util/CanonicalFieldsUpdater.php';
  505.             include_once $this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Util/CanonicalizerInterface.php';
  506.             include_once $this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Util/Canonicalizer.php';
  507.             include_once $this->targetDirs[3].'/vendor/liip/imagine-bundle/Imagine/Cache/Resolver/ResolverInterface.php';
  508.             include_once $this->targetDirs[3].'/vendor/liip/imagine-bundle/Imagine/Cache/Resolver/WebPathResolver.php';
  509.             include_once $this->targetDirs[3].'/vendor/liip/imagine-bundle/Imagine/Cache/CacheManager.php';
  510.             include_once $this->targetDirs[3].'/vendor/liip/imagine-bundle/Imagine/Filter/FilterConfiguration.php';
  511.             include_once $this->targetDirs[3].'/vendor/liip/imagine-bundle/Imagine/Cache/Resolver/NoCacheWebPathResolver.php';
  512.             include_once $this->targetDirs[3].'/vendor/liip/imagine-bundle/Imagine/Cache/SignerInterface.php';
  513.             include_once $this->targetDirs[3].'/vendor/liip/imagine-bundle/Imagine/Cache/Signer.php';
  514.             include_once $this->targetDirs[3].'/vendor/symfony/translation/TranslatorBagInterface.php';
  515.             include_once $this->targetDirs[3].'/vendor/symfony/http-kernel/CacheWarmer/WarmableInterface.php';
  516.             include_once $this->targetDirs[3].'/vendor/symfony/translation/DataCollectorTranslator.php';
  517.             include_once $this->targetDirs[3].'/vendor/symfony/translation/Translator.php';
  518.             include_once $this->targetDirs[3].'/vendor/symfony/framework-bundle/Translation/Translator.php';
  519.             include_once $this->targetDirs[3].'/vendor/symfony/translation/Formatter/MessageFormatterInterface.php';
  520.             include_once $this->targetDirs[3].'/vendor/symfony/translation/Formatter/IntlFormatterInterface.php';
  521.             include_once $this->targetDirs[3].'/vendor/symfony/translation/Formatter/ChoiceMessageFormatterInterface.php';
  522.             include_once $this->targetDirs[3].'/vendor/symfony/translation/Formatter/MessageFormatter.php';
  523.             include_once $this->targetDirs[3].'/vendor/symfony/translation/IdentityTranslator.php';
  524.             include_once $this->targetDirs[3].'/vendor/symfony/routing/RequestContextAwareInterface.php';
  525.             include_once $this->targetDirs[3].'/vendor/symfony/routing/Matcher/UrlMatcherInterface.php';
  526.             include_once $this->targetDirs[3].'/vendor/symfony/routing/Generator/UrlGeneratorInterface.php';
  527.             include_once $this->targetDirs[3].'/vendor/symfony/routing/RouterInterface.php';
  528.             include_once $this->targetDirs[3].'/vendor/symfony/routing/Matcher/RequestMatcherInterface.php';
  529.             include_once $this->targetDirs[3].'/vendor/symfony/routing/Router.php';
  530.             include_once $this->targetDirs[3].'/vendor/symfony/contracts/Service/ServiceSubscriberInterface.php';
  531.             include_once $this->targetDirs[3].'/vendor/symfony/dependency-injection/ServiceSubscriberInterface.php';
  532.             include_once $this->targetDirs[3].'/vendor/symfony/framework-bundle/Routing/Router.php';
  533.             include_once $this->targetDirs[3].'/vendor/symfony/validator/Mapping/Factory/MetadataFactoryInterface.php';
  534.             include_once $this->targetDirs[3].'/vendor/symfony/validator/Validator/ValidatorInterface.php';
  535.             include_once $this->targetDirs[3].'/vendor/symfony/validator/Validator/TraceableValidator.php';
  536.             include_once $this->targetDirs[3].'/vendor/symfony/event-dispatcher/EventDispatcherInterface.php';
  537.             include_once $this->targetDirs[3].'/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcherInterface.php';
  538.             include_once $this->targetDirs[3].'/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php';
  539.             include_once $this->targetDirs[3].'/vendor/symfony/http-kernel/Debug/TraceableEventDispatcher.php';
  540.             include_once $this->targetDirs[3].'/vendor/symfony/event-dispatcher/EventDispatcher.php';
  541.             include_once $this->targetDirs[3].'/vendor/monolog/monolog/src/Monolog/Handler/NullHandler.php';
  542.             include_once $this->targetDirs[3].'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/CachedReader.php';
  543.         };
  544.     }
  545.     public function compile()
  546.     {
  547.         throw new LogicException('You cannot compile a dumped container that was already compiled.');
  548.     }
  549.     public function isCompiled()
  550.     {
  551.         return true;
  552.     }
  553.     public function getRemovedIds()
  554.     {
  555.         return require $this->containerDir.\DIRECTORY_SEPARATOR.'removed-ids.php';
  556.     }
  557.     protected function load($file$lazyLoad true)
  558.     {
  559.         return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;
  560.     }
  561.     /**
  562.      * Gets the public 'cache.app' shared service.
  563.      *
  564.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  565.      */
  566.     protected function getCache_AppService()
  567.     {
  568.         $a = new \Symfony\Component\Cache\Adapter\FilesystemAdapter('2b71cBz9Rg'0, ($this->targetDirs[0].'/pools'), new \Symfony\Component\Cache\Marshaller\DefaultMarshaller(NULL));
  569.         $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  570.         return $this->services['cache.app'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a);
  571.     }
  572.     /**
  573.      * Gets the public 'cache.system' shared service.
  574.      *
  575.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  576.      */
  577.     protected function getCache_SystemService()
  578.     {
  579.         return $this->services['cache.system'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('zB75K4FtFb'0$this->getParameter('container.build_id'), ($this->targetDirs[0].'/pools'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  580.     }
  581.     /**
  582.      * Gets the public 'data_collector.dump' shared service.
  583.      *
  584.      * @return \Symfony\Component\HttpKernel\DataCollector\DumpDataCollector
  585.      */
  586.     protected function getDataCollector_DumpService()
  587.     {
  588.         return $this->services['data_collector.dump'] = new \Symfony\Component\HttpKernel\DataCollector\DumpDataCollector(($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))), ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService()), 'UTF-8', ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->privates['var_dumper.server_connection'] ?? $this->getVarDumper_ServerConnectionService()));
  589.     }
  590.     /**
  591.      * Gets the public 'doctrine' shared service.
  592.      *
  593.      * @return \Doctrine\Bundle\DoctrineBundle\Registry
  594.      */
  595.     protected function getDoctrineService()
  596.     {
  597.         return $this->services['doctrine'] = new \Doctrine\Bundle\DoctrineBundle\Registry($this$this->parameters['doctrine.connections'], $this->parameters['doctrine.entity_managers'], 'default''default');
  598.     }
  599.     /**
  600.      * Gets the public 'doctrine.dbal.default_connection' shared service.
  601.      *
  602.      * @return \Doctrine\DBAL\Connection
  603.      */
  604.     protected function getDoctrine_Dbal_DefaultConnectionService()
  605.     {
  606.         $a = new \Doctrine\DBAL\Configuration();
  607.         $b = new \Doctrine\DBAL\Logging\LoggerChain();
  608.         $c = new \Symfony\Bridge\Monolog\Logger('doctrine');
  609.         $c->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  610.         $c->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  611.         $b->addLogger(new \Symfony\Bridge\Doctrine\Logger\DbalLogger($c, ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)))));
  612.         $b->addLogger(($this->privates['doctrine.dbal.logger.profiling.default'] ?? ($this->privates['doctrine.dbal.logger.profiling.default'] = new \Doctrine\DBAL\Logging\DebugStack())));
  613.         $a->setSQLLogger($b);
  614.         $d = new \Symfony\Bridge\Doctrine\ContainerAwareEventManager(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  615.             'doctrine.orm.default_listeners.attach_entity_listeners' => ['privates''doctrine.orm.default_listeners.attach_entity_listeners''getDoctrine_Orm_DefaultListeners_AttachEntityListenersService.php'true],
  616.         ]));
  617.         $e = new \Knp\DoctrineBehaviors\Reflection\ClassAnalyzer();
  618.         $f = new \Gedmo\Sluggable\SluggableListener();
  619.         $f->setAnnotationReader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  620.         $d->addEventSubscriber(new \FOS\UserBundle\Doctrine\UserListener(($this->privates['fos_user.util.password_updater'] ?? $this->getFosUser_Util_PasswordUpdaterService()), ($this->privates['fos_user.util.canonical_fields_updater'] ?? $this->getFosUser_Util_CanonicalFieldsUpdaterService())));
  621.         $d->addEventSubscriber(new \Knp\DoctrineBehaviors\ORM\Translatable\TranslatableSubscriber($e, new \Knp\DoctrineBehaviors\ORM\Translatable\CurrentLocaleCallable($this), new \Knp\DoctrineBehaviors\ORM\Translatable\DefaultLocaleCallable('fr'), 'Knp\\DoctrineBehaviors\\Model\\Translatable\\Translatable''Knp\\DoctrineBehaviors\\Model\\Translatable\\Translation''LAZY''LAZY'));
  622.         $d->addEventSubscriber(new \Knp\DoctrineBehaviors\ORM\SoftDeletable\SoftDeletableSubscriber($etrue'Knp\\DoctrineBehaviors\\Model\\SoftDeletable\\SoftDeletable'));
  623.         $d->addEventSubscriber(new \Knp\DoctrineBehaviors\ORM\Timestampable\TimestampableSubscriber($etrue'Knp\\DoctrineBehaviors\\Model\\Timestampable\\Timestampable''datetime'));
  624.         $d->addEventSubscriber(new \Knp\DoctrineBehaviors\ORM\Tree\TreeSubscriber($etrue'Knp\\DoctrineBehaviors\\Model\\Tree\\Node'));
  625.         $d->addEventSubscriber(new \Knp\DoctrineBehaviors\ORM\Sortable\SortableSubscriber($etrue'Knp\\DoctrineBehaviors\\Model\\Sortable\\Sortable'));
  626.         $d->addEventSubscriber(new \Knp\DoctrineBehaviors\ORM\Blameable\BlameableSubscriber($etrue'Knp\\DoctrineBehaviors\\Model\\Blameable\\Blameable', new \Knp\DoctrineBehaviors\ORM\Blameable\UserCallable($this), NULL));
  627.         $d->addEventSubscriber(new \Knp\DoctrineBehaviors\ORM\Loggable\LoggableSubscriber($etrue, new \Knp\DoctrineBehaviors\ORM\Loggable\LoggerCallable(($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()))));
  628.         $d->addEventSubscriber(new \Knp\DoctrineBehaviors\ORM\Geocodable\GeocodableSubscriber($etrue'Knp\\DoctrineBehaviors\\Model\\Geocodable\\Geocodable'NULL));
  629.         $d->addEventSubscriber(new \Knp\DoctrineBehaviors\ORM\Sluggable\SluggableSubscriber($etrue'Knp\\DoctrineBehaviors\\Model\\Sluggable\\Sluggable'));
  630.         $d->addEventSubscriber($f);
  631.         $d->addEventListener([=> 'loadClassMetadata'], 'doctrine.orm.default_listeners.attach_entity_listeners');
  632.         return $this->services['doctrine.dbal.default_connection'] = (new \Doctrine\Bundle\DoctrineBundle\ConnectionFactory([]))->createConnection(['driver' => 'pdo_mysql''charset' => 'utf8''dbname' => 'smartseo''host' => '127.0.0.1''user' => 'root''password' => NULL'url' => $this->getEnv('resolve:DATABASE_URL'), 'port' => NULL'driverOptions' => [1002 => 'SET sql_mode=(SELECT REPLACE(@@sql_mode,\'ONLY_FULL_GROUP_BY\',\'\'))'], 'serverVersion' => '5.7''defaultTableOptions' => []], $a$d, []);
  633.     }
  634.     /**
  635.      * Gets the public 'doctrine.orm.default_entity_manager' shared service.
  636.      *
  637.      * @return \Doctrine\ORM\EntityManager
  638.      */
  639.     protected function getDoctrine_Orm_DefaultEntityManagerService($lazyLoad true)
  640.     {
  641.         $a = new \Doctrine\ORM\Configuration();
  642.         $b = new \Doctrine\Common\Persistence\Mapping\Driver\MappingDriverChain();
  643.         $c = new \Doctrine\ORM\Mapping\Driver\AnnotationDriver(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()), [=> ($this->targetDirs[3].'/src/ProPneu/Service/MetierManagerBundle/Entity'), => ($this->targetDirs[3].'/src/ProPneu/Service/UserBundle/Entity')]);
  644.         $b->addDriver($c'App\\ProPneu\\Service\\MetierManagerBundle\\Entity');
  645.         $b->addDriver($c'App\\ProPneu\\Service\\UserBundle\\Entity');
  646.         $b->addDriver(new \Doctrine\ORM\Mapping\Driver\XmlDriver(new \Doctrine\Common\Persistence\Mapping\Driver\SymfonyFileLocator([($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/config/doctrine-mapping') => 'FOS\\UserBundle\\Model'], '.orm.xml')), 'FOS\\UserBundle\\Model');
  647.         $a->setEntityNamespaces(['MetierManagerBundle' => 'App\\ProPneu\\Service\\MetierManagerBundle\\Entity''UserBundle' => 'App\\ProPneu\\Service\\UserBundle\\Entity']);
  648.         $a->setMetadataCacheImpl(($this->services['doctrine_cache.providers.doctrine.orm.default_metadata_cache'] ?? $this->getDoctrineCache_Providers_Doctrine_Orm_DefaultMetadataCacheService()));
  649.         $a->setQueryCacheImpl(($this->services['doctrine_cache.providers.doctrine.orm.default_query_cache'] ?? $this->getDoctrineCache_Providers_Doctrine_Orm_DefaultQueryCacheService()));
  650.         $a->setResultCacheImpl(($this->services['doctrine_cache.providers.doctrine.orm.default_result_cache'] ?? $this->getDoctrineCache_Providers_Doctrine_Orm_DefaultResultCacheService()));
  651.         $a->setMetadataDriverImpl($b);
  652.         $a->setProxyDir(($this->targetDirs[0].'/doctrine/orm/Proxies'));
  653.         $a->setProxyNamespace('Proxies');
  654.         $a->setAutoGenerateProxyClasses(true);
  655.         $a->setClassMetadataFactoryName('Doctrine\\ORM\\Mapping\\ClassMetadataFactory');
  656.         $a->setDefaultRepositoryClassName('Doctrine\\ORM\\EntityRepository');
  657.         $a->setNamingStrategy(new \Doctrine\ORM\Mapping\UnderscoreNamingStrategy());
  658.         $a->setQuoteStrategy(new \Doctrine\ORM\Mapping\DefaultQuoteStrategy());
  659.         $a->setEntityListenerResolver(new \Doctrine\Bundle\DoctrineBundle\Mapping\ContainerEntityListenerResolver($this));
  660.         $a->setRepositoryFactory(new \Doctrine\Bundle\DoctrineBundle\Repository\ContainerRepositoryFactory(($this->privates['.service_locator.9_yeNH1'] ?? ($this->privates['.service_locator.9_yeNH1'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [])))));
  661.         $a->addCustomStringFunction('replace''DoctrineExtensions\\Query\\Mysql\\Replace');
  662.         $a->addCustomNumericFunction('acos''DoctrineExtensions\\Query\\Mysql\\Acos');
  663.         $a->addCustomNumericFunction('cos''DoctrineExtensions\\Query\\Mysql\\Cos');
  664.         $a->addCustomNumericFunction('radians''DoctrineExtensions\\Query\\Mysql\\Radians');
  665.         $a->addCustomNumericFunction('sin''DoctrineExtensions\\Query\\Mysql\\Sin');
  666.         $a->addCustomNumericFunction('rand''DoctrineExtensions\\Query\\Mysql\\Rand');
  667.         $a->addCustomNumericFunction('group_concat''DoctrineExtensions\\Query\\Mysql\\GroupConcat');
  668.         $a->addCustomNumericFunction('substring_index''DoctrineExtensions\\Query\\Mysql\\SubstringIndex');
  669.         $a->addCustomNumericFunction('LPAD''DoctrineExtensions\\Query\\Mysql\\Lpad');
  670.         $a->addCustomNumericFunction('cast''DoctrineExtensions\\Query\\Mysql\\Cast');
  671.         $a->addCustomNumericFunction('round''DoctrineExtensions\\Query\\Mysql\\Round');
  672.         $a->addCustomDatetimeFunction('MONTH''DoctrineExtensions\\Query\\Mysql\\Month');
  673.         $a->addCustomDatetimeFunction('YEAR''DoctrineExtensions\\Query\\Mysql\\Year');
  674.         $a->addCustomDatetimeFunction('DATE''DoctrineExtensions\\Query\\Mysql\\Date');
  675.         $a->addCustomDatetimeFunction('TIME''DoctrineExtensions\\Query\\Mysql\\Time');
  676.         $a->addCustomDatetimeFunction('TIMESTAMPDIFF''DoctrineExtensions\\Query\\Mysql\\TimestampDiff');
  677.         $a->addCustomDatetimeFunction('NOW''DoctrineExtensions\\Query\\Mysql\\Now');
  678.         $a->addCustomDatetimeFunction('DATE_FORMAT''DoctrineExtensions\\Query\\Mysql\\DateFormat');
  679.         $a->addCustomDatetimeFunction('DATE_ADD''DoctrineExtensions\\Query\\Mysql\\DateAdd');
  680.         $a->addCustomDatetimeFunction('DATE_DIFF''DoctrineExtensions\\Query\\Mysql\\DateDiff');
  681.         $a->addCustomDatetimeFunction('FORMAT''DoctrineExtensions\\Query\\Mysql\\Format');
  682.         $a->addCustomDatetimeFunction('IF''DoctrineExtensions\\Query\\Mysql\\IfElse');
  683.         $this->services['doctrine.orm.default_entity_manager'] = $instance = \Doctrine\ORM\EntityManager::create(($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService()), $a);
  684.         (new \Doctrine\Bundle\DoctrineBundle\ManagerConfigurator([], []))->configure($instance);
  685.         return $instance;
  686.     }
  687.     /**
  688.      * Gets the public 'doctrine_cache.providers.doctrine.orm.default_metadata_cache' shared service.
  689.      *
  690.      * @return \Doctrine\Common\Cache\ArrayCache
  691.      */
  692.     protected function getDoctrineCache_Providers_Doctrine_Orm_DefaultMetadataCacheService()
  693.     {
  694.         $this->services['doctrine_cache.providers.doctrine.orm.default_metadata_cache'] = $instance = new \Doctrine\Common\Cache\ArrayCache();
  695.         $instance->setNamespace('sf_orm_default_1a9471664a2c6f41cf1ce6480d78181850cf6305c8f5ff6aac9a4805a460dc2b');
  696.         return $instance;
  697.     }
  698.     /**
  699.      * Gets the public 'doctrine_cache.providers.doctrine.orm.default_query_cache' shared service.
  700.      *
  701.      * @return \Doctrine\Common\Cache\ArrayCache
  702.      */
  703.     protected function getDoctrineCache_Providers_Doctrine_Orm_DefaultQueryCacheService()
  704.     {
  705.         $this->services['doctrine_cache.providers.doctrine.orm.default_query_cache'] = $instance = new \Doctrine\Common\Cache\ArrayCache();
  706.         $instance->setNamespace('sf_orm_default_1a9471664a2c6f41cf1ce6480d78181850cf6305c8f5ff6aac9a4805a460dc2b');
  707.         return $instance;
  708.     }
  709.     /**
  710.      * Gets the public 'doctrine_cache.providers.doctrine.orm.default_result_cache' shared service.
  711.      *
  712.      * @return \Doctrine\Common\Cache\ArrayCache
  713.      */
  714.     protected function getDoctrineCache_Providers_Doctrine_Orm_DefaultResultCacheService()
  715.     {
  716.         $this->services['doctrine_cache.providers.doctrine.orm.default_result_cache'] = $instance = new \Doctrine\Common\Cache\ArrayCache();
  717.         $instance->setNamespace('sf_orm_default_1a9471664a2c6f41cf1ce6480d78181850cf6305c8f5ff6aac9a4805a460dc2b');
  718.         return $instance;
  719.     }
  720.     /**
  721.      * Gets the public 'event_dispatcher' shared service.
  722.      *
  723.      * @return \Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher
  724.      */
  725.     protected function getEventDispatcherService()
  726.     {
  727.         $a = new \Symfony\Bridge\Monolog\Logger('event');
  728.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  729.         $a->pushHandler(new \Monolog\Handler\NullHandler());
  730.         $this->services['event_dispatcher'] = $instance = new \Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher(new \Symfony\Component\EventDispatcher\EventDispatcher(), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))), $a);
  731.         $instance->addListener('kernel.request', [=> function () {
  732.             return ($this->privates['pp.check.role.listener'] ?? $this->getPp_Check_Role_ListenerService());
  733.         }, => 'onRequest'], 0);
  734.         $instance->addListener('kernel.request', [=> function () {
  735.             return ($this->privates['pp.request.listener'] ?? $this->getPp_Request_ListenerService());
  736.         }, => 'onRequest'], 0);
  737.         $instance->addListener('security.interactive_login', [=> function () {
  738.             return ($this->privates['pp.login.listener'] ?? ($this->privates['pp.login.listener'] = new \App\ProPneu\Service\MetierManagerBundle\EventListener\PpLoginListener($this)));
  739.         }, => 'onSecurityInteractiveLogin'], 0);
  740.         $instance->addListener('kernel.controller', [=> function () {
  741.             return ($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector()));
  742.         }, => 'onKernelController'], 0);
  743.         $instance->addListener('kernel.response', [=> function () {
  744.             return ($this->privates['response_listener'] ?? ($this->privates['response_listener'] = new \Symfony\Component\HttpKernel\EventListener\ResponseListener('UTF-8')));
  745.         }, => 'onKernelResponse'], 0);
  746.         $instance->addListener('kernel.response', [=> function () {
  747.             return ($this->privates['streamed_response_listener'] ?? ($this->privates['streamed_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\StreamedResponseListener()));
  748.         }, => 'onKernelResponse'], -1024);
  749.         $instance->addListener('kernel.request', [=> function () {
  750.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  751.         }, => 'onKernelRequest'], 16);
  752.         $instance->addListener('kernel.finish_request', [=> function () {
  753.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  754.         }, => 'onKernelFinishRequest'], 0);
  755.         $instance->addListener('kernel.request', [=> function () {
  756.             return ($this->privates['validate_request_listener'] ?? ($this->privates['validate_request_listener'] = new \Symfony\Component\HttpKernel\EventListener\ValidateRequestListener()));
  757.         }, => 'onKernelRequest'], 256);
  758.         $instance->addListener('kernel.request', [=> function () {
  759.             return ($this->privates['resolve_controller_name_subscriber'] ?? $this->getResolveControllerNameSubscriberService());
  760.         }, => 'onKernelRequest'], 24);
  761.         $instance->addListener('console.error', [=> function () {
  762.             return ($this->privates['console.error_listener'] ?? $this->load('getConsole_ErrorListenerService.php'));
  763.         }, => 'onConsoleError'], -128);
  764.         $instance->addListener('console.terminate', [=> function () {
  765.             return ($this->privates['console.error_listener'] ?? $this->load('getConsole_ErrorListenerService.php'));
  766.         }, => 'onConsoleTerminate'], -128);
  767.         $instance->addListener('kernel.request', [=> function () {
  768.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  769.         }, => 'onKernelRequest'], 128);
  770.         $instance->addListener('kernel.response', [=> function () {
  771.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  772.         }, => 'onKernelResponse'], -1000);
  773.         $instance->addListener('kernel.finish_request', [=> function () {
  774.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  775.         }, => 'onFinishRequest'], 0);
  776.         $instance->addListener('kernel.request', [=> function () {
  777.             return ($this->privates['translator_listener'] ?? $this->getTranslatorListenerService());
  778.         }, => 'onKernelRequest'], 10);
  779.         $instance->addListener('kernel.finish_request', [=> function () {
  780.             return ($this->privates['translator_listener'] ?? $this->getTranslatorListenerService());
  781.         }, => 'onKernelFinishRequest'], 0);
  782.         $instance->addListener('kernel.response', [=> function () {
  783.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  784.         }, => 'onKernelResponse'], -100);
  785.         $instance->addListener('kernel.exception', [=> function () {
  786.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  787.         }, => 'onKernelException'], 0);
  788.         $instance->addListener('kernel.terminate', [=> function () {
  789.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  790.         }, => 'onKernelTerminate'], -1024);
  791.         $instance->addListener('kernel.controller', [=> function () {
  792.             return ($this->privates['data_collector.request'] ?? ($this->privates['data_collector.request'] = new \Symfony\Component\HttpKernel\DataCollector\RequestDataCollector()));
  793.         }, => 'onKernelController'], 0);
  794.         $instance->addListener('kernel.response', [=> function () {
  795.             return ($this->privates['data_collector.request'] ?? ($this->privates['data_collector.request'] = new \Symfony\Component\HttpKernel\DataCollector\RequestDataCollector()));
  796.         }, => 'onKernelResponse'], 0);
  797.         $instance->addListener('kernel.request', [=> function () {
  798.             return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  799.         }, => 'configure'], 2048);
  800.         $instance->addListener('kernel.exception', [=> function () {
  801.             return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  802.         }, => 'onKernelException'], -2048);
  803.         $instance->addListener('kernel.request', [=> function () {
  804.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  805.         }, => 'onKernelRequest'], 32);
  806.         $instance->addListener('kernel.finish_request', [=> function () {
  807.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  808.         }, => 'onKernelFinishRequest'], 0);
  809.         $instance->addListener('kernel.exception', [=> function () {
  810.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  811.         }, => 'onKernelException'], -64);
  812.         $instance->addListener('kernel.response', [=> function () {
  813.             return ($this->privates['web_link.add_link_header_listener'] ?? ($this->privates['web_link.add_link_header_listener'] = new \Symfony\Component\WebLink\EventListener\AddLinkHeaderListener()));
  814.         }, => 'onKernelResponse'], 0);
  815.         $instance->addListener('kernel.controller', [=> function () {
  816.             return ($this->privates['sensio_framework_extra.controller.listener'] ?? $this->getSensioFrameworkExtra_Controller_ListenerService());
  817.         }, => 'onKernelController'], 0);
  818.         $instance->addListener('kernel.controller', [=> function () {
  819.             return ($this->privates['sensio_framework_extra.converter.listener'] ?? $this->getSensioFrameworkExtra_Converter_ListenerService());
  820.         }, => 'onKernelController'], 0);
  821.         $instance->addListener('kernel.controller', [=> function () {
  822.             return ($this->privates['sensio_framework_extra.view.listener'] ?? $this->getSensioFrameworkExtra_View_ListenerService());
  823.         }, => 'onKernelController'], -128);
  824.         $instance->addListener('kernel.view', [=> function () {
  825.             return ($this->privates['sensio_framework_extra.view.listener'] ?? $this->getSensioFrameworkExtra_View_ListenerService());
  826.         }, => 'onKernelView'], 0);
  827.         $instance->addListener('kernel.controller', [=> function () {
  828.             return ($this->privates['sensio_framework_extra.cache.listener'] ?? ($this->privates['sensio_framework_extra.cache.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener()));
  829.         }, => 'onKernelController'], 0);
  830.         $instance->addListener('kernel.response', [=> function () {
  831.             return ($this->privates['sensio_framework_extra.cache.listener'] ?? ($this->privates['sensio_framework_extra.cache.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener()));
  832.         }, => 'onKernelResponse'], 0);
  833.         $instance->addListener('kernel.controller_arguments', [=> function () {
  834.             return ($this->privates['sensio_framework_extra.security.listener'] ?? $this->getSensioFrameworkExtra_Security_ListenerService());
  835.         }, => 'onKernelControllerArguments'], 0);
  836.         $instance->addListener('kernel.controller_arguments', [=> function () {
  837.             return ($this->privates['framework_extra_bundle.event.is_granted'] ?? $this->getFrameworkExtraBundle_Event_IsGrantedService());
  838.         }, => 'onKernelControllerArguments'], 0);
  839.         $instance->addListener('kernel.response', [=> function () {
  840.             return ($this->privates['security.rememberme.response_listener'] ?? ($this->privates['security.rememberme.response_listener'] = new \Symfony\Component\Security\Http\RememberMe\ResponseListener()));
  841.         }, => 'onKernelResponse'], 0);
  842.         $instance->addListener('debug.security.authorization.vote', [=> function () {
  843.             return ($this->privates['debug.security.voter.vote_listener'] ?? $this->load('getDebug_Security_Voter_VoteListenerService.php'));
  844.         }, => 'onVoterVote'], 0);
  845.         $instance->addListener('kernel.request', [=> function () {
  846.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  847.         }, => 'onKernelRequest'], 8);
  848.         $instance->addListener('kernel.finish_request', [=> function () {
  849.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  850.         }, => 'onKernelFinishRequest'], 0);
  851.         $instance->addListener('kernel.exception', [=> function () {
  852.             return ($this->privates['swiftmailer.email_sender.listener'] ?? $this->load('getSwiftmailer_EmailSender_ListenerService.php'));
  853.         }, => 'onException'], 0);
  854.         $instance->addListener('kernel.terminate', [=> function () {
  855.             return ($this->privates['swiftmailer.email_sender.listener'] ?? $this->load('getSwiftmailer_EmailSender_ListenerService.php'));
  856.         }, => 'onTerminate'], 0);
  857.         $instance->addListener('console.error', [=> function () {
  858.             return ($this->privates['swiftmailer.email_sender.listener'] ?? $this->load('getSwiftmailer_EmailSender_ListenerService.php'));
  859.         }, => 'onException'], 0);
  860.         $instance->addListener('console.terminate', [=> function () {
  861.             return ($this->privates['swiftmailer.email_sender.listener'] ?? $this->load('getSwiftmailer_EmailSender_ListenerService.php'));
  862.         }, => 'onTerminate'], 0);
  863.         $instance->addListener('kernel.exception', [=> function () {
  864.             return ($this->privates['twig.exception_listener'] ?? $this->load('getTwig_ExceptionListenerService.php'));
  865.         }, => 'logKernelException'], 0);
  866.         $instance->addListener('kernel.exception', [=> function () {
  867.             return ($this->privates['twig.exception_listener'] ?? $this->load('getTwig_ExceptionListenerService.php'));
  868.         }, => 'onKernelException'], -128);
  869.         $instance->addListener('kernel.response', [=> function () {
  870.             return ($this->privates['web_profiler.debug_toolbar'] ?? $this->getWebProfiler_DebugToolbarService());
  871.         }, => 'onKernelResponse'], -128);
  872.         $instance->addListener('console.command', [=> function () {
  873.             return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
  874.         }, => 'onCommand'], 255);
  875.         $instance->addListener('console.terminate', [=> function () {
  876.             return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
  877.         }, => 'onTerminate'], -255);
  878.         $instance->addListener('console.command', [=> function () {
  879.             return ($this->privates['debug.dump_listener'] ?? $this->load('getDebug_DumpListenerService.php'));
  880.         }, => 'configure'], 1024);
  881.         $instance->addListener('console.error', [=> function () {
  882.             return ($this->privates['maker.console_error_listener'] ?? ($this->privates['maker.console_error_listener'] = new \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber()));
  883.         }, => 'onConsoleError'], 0);
  884.         $instance->addListener('console.terminate', [=> function () {
  885.             return ($this->privates['maker.console_error_listener'] ?? ($this->privates['maker.console_error_listener'] = new \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber()));
  886.         }, => 'onConsoleTerminate'], 0);
  887.         $instance->addListener('fos_user.security.implicit_login', [=> function () {
  888.             return ($this->privates['fos_user.security.interactive_login_listener'] ?? $this->load('getFosUser_Security_InteractiveLoginListenerService.php'));
  889.         }, => 'onImplicitLogin'], 0);
  890.         $instance->addListener('security.interactive_login', [=> function () {
  891.             return ($this->privates['fos_user.security.interactive_login_listener'] ?? $this->load('getFosUser_Security_InteractiveLoginListenerService.php'));
  892.         }, => 'onSecurityInteractiveLogin'], 0);
  893.         $instance->addListener('fos_user.registration.completed', [=> function () {
  894.             return ($this->privates['fos_user.listener.authentication'] ?? $this->load('getFosUser_Listener_AuthenticationService.php'));
  895.         }, => 'authenticate'], 0);
  896.         $instance->addListener('fos_user.registration.confirmed', [=> function () {
  897.             return ($this->privates['fos_user.listener.authentication'] ?? $this->load('getFosUser_Listener_AuthenticationService.php'));
  898.         }, => 'authenticate'], 0);
  899.         $instance->addListener('fos_user.resetting.reset.completed', [=> function () {
  900.             return ($this->privates['fos_user.listener.authentication'] ?? $this->load('getFosUser_Listener_AuthenticationService.php'));
  901.         }, => 'authenticate'], 0);
  902.         $instance->addListener('fos_user.change_password.edit.completed', [=> function () {
  903.             return ($this->privates['fos_user.listener.flash'] ?? $this->load('getFosUser_Listener_FlashService.php'));
  904.         }, => 'addSuccessFlash'], 0);
  905.         $instance->addListener('fos_user.group.create.completed', [=> function () {
  906.             return ($this->privates['fos_user.listener.flash'] ?? $this->load('getFosUser_Listener_FlashService.php'));
  907.         }, => 'addSuccessFlash'], 0);
  908.         $instance->addListener('fos_user.group.delete.completed', [=> function () {
  909.             return ($this->privates['fos_user.listener.flash'] ?? $this->load('getFosUser_Listener_FlashService.php'));
  910.         }, => 'addSuccessFlash'], 0);
  911.         $instance->addListener('fos_user.group.edit.completed', [=> function () {
  912.             return ($this->privates['fos_user.listener.flash'] ?? $this->load('getFosUser_Listener_FlashService.php'));
  913.         }, => 'addSuccessFlash'], 0);
  914.         $instance->addListener('fos_user.profile.edit.completed', [=> function () {
  915.             return ($this->privates['fos_user.listener.flash'] ?? $this->load('getFosUser_Listener_FlashService.php'));
  916.         }, => 'addSuccessFlash'], 0);
  917.         $instance->addListener('fos_user.registration.completed', [=> function () {
  918.             return ($this->privates['fos_user.listener.flash'] ?? $this->load('getFosUser_Listener_FlashService.php'));
  919.         }, => 'addSuccessFlash'], 0);
  920.         $instance->addListener('fos_user.resetting.reset.completed', [=> function () {
  921.             return ($this->privates['fos_user.listener.flash'] ?? $this->load('getFosUser_Listener_FlashService.php'));
  922.         }, => 'addSuccessFlash'], 0);
  923.         $instance->addListener('fos_user.resetting.reset.initialize', [=> function () {
  924.             return ($this->privates['fos_user.listener.resetting'] ?? $this->load('getFosUser_Listener_ResettingService.php'));
  925.         }, => 'onResettingResetInitialize'], 0);
  926.         $instance->addListener('fos_user.resetting.reset.success', [=> function () {
  927.             return ($this->privates['fos_user.listener.resetting'] ?? $this->load('getFosUser_Listener_ResettingService.php'));
  928.         }, => 'onResettingResetSuccess'], 0);
  929.         $instance->addListener('fos_user.resetting.reset.request', [=> function () {
  930.             return ($this->privates['fos_user.listener.resetting'] ?? $this->load('getFosUser_Listener_ResettingService.php'));
  931.         }, => 'onResettingResetRequest'], 0);
  932.         return $instance;
  933.     }
  934.     /**
  935.      * Gets the public 'filesystem' shared service.
  936.      *
  937.      * @return \Symfony\Component\Filesystem\Filesystem
  938.      */
  939.     protected function getFilesystemService()
  940.     {
  941.         return $this->services['filesystem'] = new \Symfony\Component\Filesystem\Filesystem();
  942.     }
  943.     /**
  944.      * Gets the public 'http_kernel' shared service.
  945.      *
  946.      * @return \Symfony\Component\HttpKernel\HttpKernel
  947.      */
  948.     protected function getHttpKernelService()
  949.     {
  950.         $a = ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)));
  951.         return $this->services['http_kernel'] = new \Symfony\Component\HttpKernel\HttpKernel(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), new \Symfony\Component\HttpKernel\Controller\TraceableControllerResolver(new \Symfony\Bundle\FrameworkBundle\Controller\ControllerResolver($this, ($this->privates['controller_name_converter'] ?? ($this->privates['controller_name_converter'] = new \Symfony\Bundle\FrameworkBundle\Controller\ControllerNameParser(($this->services['kernel'] ?? $this->get('kernel'1))))), ($this->privates['monolog.logger.request'] ?? $this->getMonolog_Logger_RequestService())), $a), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), new \Symfony\Component\HttpKernel\Controller\TraceableArgumentResolver(new \Symfony\Component\HttpKernel\Controller\ArgumentResolver(($this->privates['argument_metadata_factory'] ?? ($this->privates['argument_metadata_factory'] = new \Symfony\Component\HttpKernel\ControllerMetadata\ArgumentMetadataFactory())), new RewindableGenerator(function () {
  952.             yield => ($this->privates['debug.argument_resolver.request_attribute'] ?? $this->load('getDebug_ArgumentResolver_RequestAttributeService.php'));
  953.             yield => ($this->privates['debug.argument_resolver.request'] ?? $this->load('getDebug_ArgumentResolver_RequestService.php'));
  954.             yield => ($this->privates['debug.argument_resolver.session'] ?? $this->load('getDebug_ArgumentResolver_SessionService.php'));
  955.             yield => ($this->privates['debug.security.user_value_resolver'] ?? $this->load('getDebug_Security_UserValueResolverService.php'));
  956.             yield => ($this->privates['debug.argument_resolver.service'] ?? $this->load('getDebug_ArgumentResolver_ServiceService.php'));
  957.             yield => ($this->privates['debug.argument_resolver.default'] ?? $this->load('getDebug_ArgumentResolver_DefaultService.php'));
  958.             yield => ($this->privates['debug.argument_resolver.variadic'] ?? $this->load('getDebug_ArgumentResolver_VariadicService.php'));
  959.         }, 7)), $a));
  960.     }
  961.     /**
  962.      * Gets the public 'liip_imagine.cache.manager' shared service.
  963.      *
  964.      * @return \Liip\ImagineBundle\Imagine\Cache\CacheManager
  965.      */
  966.     protected function getLiipImagine_Cache_ManagerService()
  967.     {
  968.         $this->services['liip_imagine.cache.manager'] = $instance = new \Liip\ImagineBundle\Imagine\Cache\CacheManager(($this->privates['liip_imagine.filter.configuration'] ?? $this->getLiipImagine_Filter_ConfigurationService()), ($this->services['router'] ?? $this->getRouterService()), ($this->services['liip_imagine.cache.signer'] ?? ($this->services['liip_imagine.cache.signer'] = new \Liip\ImagineBundle\Imagine\Cache\Signer($this->getEnv('APP_SECRET')))), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), 'default');
  969.         $instance->addResolver('default', ($this->services['liip_imagine.cache.resolver.default'] ?? $this->getLiipImagine_Cache_Resolver_DefaultService()));
  970.         $instance->addResolver('no_cache', ($this->services['liip_imagine.cache.resolver.no_cache_web_path'] ?? $this->getLiipImagine_Cache_Resolver_NoCacheWebPathService()));
  971.         return $instance;
  972.     }
  973.     /**
  974.      * Gets the public 'liip_imagine.cache.resolver.default' shared service.
  975.      *
  976.      * @return \Liip\ImagineBundle\Imagine\Cache\Resolver\WebPathResolver
  977.      */
  978.     protected function getLiipImagine_Cache_Resolver_DefaultService()
  979.     {
  980.         return $this->services['liip_imagine.cache.resolver.default'] = new \Liip\ImagineBundle\Imagine\Cache\Resolver\WebPathResolver(($this->services['filesystem'] ?? ($this->services['filesystem'] = new \Symfony\Component\Filesystem\Filesystem())), ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService()), ($this->targetDirs[3].'/public'), 'media/cache');
  981.     }
  982.     /**
  983.      * Gets the public 'liip_imagine.cache.resolver.no_cache_web_path' shared service.
  984.      *
  985.      * @return \Liip\ImagineBundle\Imagine\Cache\Resolver\NoCacheWebPathResolver
  986.      */
  987.     protected function getLiipImagine_Cache_Resolver_NoCacheWebPathService()
  988.     {
  989.         return $this->services['liip_imagine.cache.resolver.no_cache_web_path'] = new \Liip\ImagineBundle\Imagine\Cache\Resolver\NoCacheWebPathResolver(($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService()));
  990.     }
  991.     /**
  992.      * Gets the public 'liip_imagine.cache.signer' shared service.
  993.      *
  994.      * @return \Liip\ImagineBundle\Imagine\Cache\Signer
  995.      */
  996.     protected function getLiipImagine_Cache_SignerService()
  997.     {
  998.         return $this->services['liip_imagine.cache.signer'] = new \Liip\ImagineBundle\Imagine\Cache\Signer($this->getEnv('APP_SECRET'));
  999.     }
  1000.     /**
  1001.      * Gets the public 'profiler' shared service.
  1002.      *
  1003.      * @return \Symfony\Component\HttpKernel\Profiler\Profiler
  1004.      */
  1005.     protected function getProfilerService()
  1006.     {
  1007.         $a = new \Symfony\Bridge\Monolog\Logger('profiler');
  1008.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1009.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  1010.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1011.         $this->services['profiler'] = $instance = new \Symfony\Component\HttpKernel\Profiler\Profiler(new \Symfony\Component\HttpKernel\Profiler\FileProfilerStorage(('file:'.$this->targetDirs[0].'/profiler')), $atrue);
  1012.         $b = ($this->services['kernel'] ?? $this->get('kernel'));
  1013.         $c = new \Symfony\Component\Cache\DataCollector\CacheDataCollector();
  1014.         $c->addInstance('cache.app', ($this->services['cache.app'] ?? $this->getCache_AppService()));
  1015.         $c->addInstance('cache.system', ($this->services['cache.system'] ?? $this->getCache_SystemService()));
  1016.         $c->addInstance('cache.validator', ($this->privates['cache.validator'] ?? $this->getCache_ValidatorService()));
  1017.         $c->addInstance('cache.serializer', ($this->privates['cache.serializer'] ?? $this->getCache_SerializerService()));
  1018.         $c->addInstance('cache.annotations', ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()));
  1019.         $c->addInstance('cache.security_expression_language', ($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService()));
  1020.         $d = new \Doctrine\Bundle\DoctrineBundle\DataCollector\DoctrineDataCollector(($this->services['doctrine'] ?? $this->getDoctrineService()));
  1021.         $d->addLogger('default', ($this->privates['doctrine.dbal.logger.profiling.default'] ?? ($this->privates['doctrine.dbal.logger.profiling.default'] = new \Doctrine\DBAL\Logging\DebugStack())));
  1022.         $e = new \Symfony\Component\HttpKernel\DataCollector\ConfigDataCollector();
  1023.         if ($this->has('kernel')) {
  1024.             $e->setKernel($b);
  1025.         }
  1026.         $instance->add(($this->privates['data_collector.request'] ?? ($this->privates['data_collector.request'] = new \Symfony\Component\HttpKernel\DataCollector\RequestDataCollector())));
  1027.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\TimeDataCollector($b, ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)))));
  1028.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\MemoryDataCollector());
  1029.         $instance->add(new \Symfony\Component\Validator\DataCollector\ValidatorDataCollector(($this->services['validator'] ?? $this->getValidatorService())));
  1030.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\AjaxDataCollector());
  1031.         $instance->add(($this->privates['data_collector.form'] ?? $this->getDataCollector_FormService()));
  1032.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\ExceptionDataCollector());
  1033.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\LoggerDataCollector($a, ($this->targetDirs[0].'/srcApp_KernelDevDebugContainer'), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()))));
  1034.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\EventDataCollector(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService())));
  1035.         $instance->add(($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector())));
  1036.         $instance->add($c);
  1037.         $instance->add(new \Symfony\Component\Translation\DataCollector\TranslationDataCollector(($this->services['translator'] ?? $this->getTranslatorService())));
  1038.         $instance->add(new \Symfony\Bundle\SecurityBundle\DataCollector\SecurityDataCollector(($this->services['security.token_storage'] ?? ($this->services['security.token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())), ($this->privates['security.role_hierarchy'] ?? $this->getSecurity_RoleHierarchyService()), ($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService()), ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService()), ($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService()), ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService())));
  1039.         $instance->add(new \Symfony\Bridge\Twig\DataCollector\TwigDataCollector(($this->privates['twig.profile'] ?? ($this->privates['twig.profile'] = new \Twig\Profiler\Profile())), ($this->services['twig'] ?? $this->getTwigService())));
  1040.         $instance->add($d);
  1041.         $instance->add(new \Symfony\Bundle\SwiftmailerBundle\DataCollector\MessageDataCollector($this));
  1042.         $instance->add(($this->services['data_collector.dump'] ?? $this->getDataCollector_DumpService()));
  1043.         $instance->add($e);
  1044.         return $instance;
  1045.     }
  1046.     /**
  1047.      * Gets the public 'request_stack' shared service.
  1048.      *
  1049.      * @return \Symfony\Component\HttpFoundation\RequestStack
  1050.      */
  1051.     protected function getRequestStackService()
  1052.     {
  1053.         return $this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack();
  1054.     }
  1055.     /**
  1056.      * Gets the public 'router' shared service.
  1057.      *
  1058.      * @return \Symfony\Bundle\FrameworkBundle\Routing\Router
  1059.      */
  1060.     protected function getRouterService()
  1061.     {
  1062.         $a = new \Symfony\Bridge\Monolog\Logger('router');
  1063.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1064.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  1065.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1066.         $this->services['router'] = $instance = new \Symfony\Bundle\FrameworkBundle\Routing\Router((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1067.             'routing.loader' => ['services''routing.loader''getRouting_LoaderService.php'true],
  1068.         ]))->withContext('router.default'$this), 'kernel::loadRoutes', ['cache_dir' => $this->targetDirs[0], 'debug' => true'generator_class' => 'Symfony\\Component\\Routing\\Generator\\UrlGenerator''generator_base_class' => 'Symfony\\Component\\Routing\\Generator\\UrlGenerator''generator_dumper_class' => 'Symfony\\Component\\Routing\\Generator\\Dumper\\PhpGeneratorDumper''generator_cache_class' => 'srcApp_KernelDevDebugContainerUrlGenerator''matcher_class' => 'Symfony\\Bundle\\FrameworkBundle\\Routing\\RedirectableUrlMatcher''matcher_base_class' => 'Symfony\\Bundle\\FrameworkBundle\\Routing\\RedirectableUrlMatcher''matcher_dumper_class' => 'Symfony\\Component\\Routing\\Matcher\\Dumper\\PhpMatcherDumper''matcher_cache_class' => 'srcApp_KernelDevDebugContainerUrlMatcher''strict_requirements' => true'resource_type' => 'service'], ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService()), ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))), $a'fr');
  1069.         $instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  1070.         return $instance;
  1071.     }
  1072.     /**
  1073.      * Gets the public 'security.authorization_checker' shared service.
  1074.      *
  1075.      * @return \Symfony\Component\Security\Core\Authorization\AuthorizationChecker
  1076.      */
  1077.     protected function getSecurity_AuthorizationCheckerService()
  1078.     {
  1079.         return $this->services['security.authorization_checker'] = new \Symfony\Component\Security\Core\Authorization\AuthorizationChecker(($this->services['security.token_storage'] ?? ($this->services['security.token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())), ($this->privates['security.authentication.manager'] ?? $this->getSecurity_Authentication_ManagerService()), ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService()), false);
  1080.     }
  1081.     /**
  1082.      * Gets the public 'security.token_storage' shared service.
  1083.      *
  1084.      * @return \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage
  1085.      */
  1086.     protected function getSecurity_TokenStorageService()
  1087.     {
  1088.         return $this->services['security.token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage();
  1089.     }
  1090.     /**
  1091.      * Gets the public 'translator' shared service.
  1092.      *
  1093.      * @return \Symfony\Component\Translation\DataCollectorTranslator
  1094.      */
  1095.     protected function getTranslatorService()
  1096.     {
  1097.         $a = new \Symfony\Bundle\FrameworkBundle\Translation\Translator(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1098.             'translation.loader.csv' => ['privates''translation.loader.csv''getTranslation_Loader_CsvService.php'true],
  1099.             'translation.loader.dat' => ['privates''translation.loader.dat''getTranslation_Loader_DatService.php'true],
  1100.             'translation.loader.ini' => ['privates''translation.loader.ini''getTranslation_Loader_IniService.php'true],
  1101.             'translation.loader.json' => ['privates''translation.loader.json''getTranslation_Loader_JsonService.php'true],
  1102.             'translation.loader.mo' => ['privates''translation.loader.mo''getTranslation_Loader_MoService.php'true],
  1103.             'translation.loader.php' => ['privates''translation.loader.php''getTranslation_Loader_PhpService.php'true],
  1104.             'translation.loader.po' => ['privates''translation.loader.po''getTranslation_Loader_PoService.php'true],
  1105.             'translation.loader.qt' => ['privates''translation.loader.qt''getTranslation_Loader_QtService.php'true],
  1106.             'translation.loader.res' => ['privates''translation.loader.res''getTranslation_Loader_ResService.php'true],
  1107.             'translation.loader.xliff' => ['privates''translation.loader.xliff''getTranslation_Loader_XliffService.php'true],
  1108.             'translation.loader.yml' => ['privates''translation.loader.yml''getTranslation_Loader_YmlService.php'true],
  1109.         ]), new \Symfony\Component\Translation\Formatter\MessageFormatter(new \Symfony\Component\Translation\IdentityTranslator()), 'fr', ['translation.loader.php' => [=> 'php'], 'translation.loader.yml' => [=> 'yaml'=> 'yml'], 'translation.loader.xliff' => [=> 'xlf'=> 'xliff'], 'translation.loader.po' => [=> 'po'], 'translation.loader.mo' => [=> 'mo'], 'translation.loader.qt' => [=> 'ts'], 'translation.loader.csv' => [=> 'csv'], 'translation.loader.res' => [=> 'res'], 'translation.loader.dat' => [=> 'dat'], 'translation.loader.ini' => [=> 'ini'], 'translation.loader.json' => [=> 'json']], ['cache_dir' => ($this->targetDirs[0].'/translations'), 'debug' => true'resource_files' => ['af' => [=> ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations/validators.af.xlf'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.af.yml')], 'ar' => [=> ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations/validators.ar.xlf'), => ($this->targetDirs[3].'/vendor/symfony/form/Resources/translations/validators.ar.xlf'), => ($this->targetDirs[3].'/vendor/symfony/security-core/Resources/translations/security.ar.xlf'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.ar.yml'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.ar.yml')], 'az' => [=> ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations/validators.az.xlf'), => ($this->targetDirs[3].'/vendor/symfony/form/Resources/translations/validators.az.xlf'), => ($this->targetDirs[3].'/vendor/symfony/security-core/Resources/translations/security.az.xlf')], 'be' => [=> ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations/validators.be.xlf'), => ($this->targetDirs[3].'/vendor/symfony/form/Resources/translations/validators.be.xlf'), => ($this->targetDirs[3].'/vendor/symfony/security-core/Resources/translations/security.be.xlf')], 'bg' => [=> ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations/validators.bg.xlf'), => ($this->targetDirs[3].'/vendor/symfony/form/Resources/translations/validators.bg.xlf'), => ($this->targetDirs[3].'/vendor/symfony/security-core/Resources/translations/security.bg.xlf'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.bg.yml'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.bg.yml')], 'ca' => [=> ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations/validators.ca.xlf'), => ($this->targetDirs[3].'/vendor/symfony/form/Resources/translations/validators.ca.xlf'), => ($this->targetDirs[3].'/vendor/symfony/security-core/Resources/translations/security.ca.xlf'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.ca.yml'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.ca.yml')], 'cs' => [=> ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations/validators.cs.xlf'), => ($this->targetDirs[3].'/vendor/symfony/form/Resources/translations/validators.cs.xlf'), => ($this->targetDirs[3].'/vendor/symfony/security-core/Resources/translations/security.cs.xlf'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.cs.yml'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.cs.yml')], 'cy' => [=> ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations/validators.cy.xlf')], 'da' => [=> ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations/validators.da.xlf'), => ($this->targetDirs[3].'/vendor/symfony/form/Resources/translations/validators.da.xlf'), => ($this->targetDirs[3].'/vendor/symfony/security-core/Resources/translations/security.da.xlf'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.da.yml'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.da.yml')], 'de' => [=> ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations/validators.de.xlf'), => ($this->targetDirs[3].'/vendor/symfony/form/Resources/translations/validators.de.xlf'), => ($this->targetDirs[3].'/vendor/symfony/security-core/Resources/translations/security.de.xlf'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.de.yml'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.de.yml')], 'el' => [=> ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations/validators.el.xlf'), => ($this->targetDirs[3].'/vendor/symfony/form/Resources/translations/validators.el.xlf'), => ($this->targetDirs[3].'/vendor/symfony/security-core/Resources/translations/security.el.xlf'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.el.yml'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.el.yml')], 'en' => [=> ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations/validators.en.xlf'), => ($this->targetDirs[3].'/vendor/symfony/form/Resources/translations/validators.en.xlf'), => ($this->targetDirs[3].'/vendor/symfony/security-core/Resources/translations/security.en.xlf'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.en.yml'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.en.yml'), => ($this->targetDirs[3].'/translations/messages.en.yml')], 'es' => [=> ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations/validators.es.xlf'), => ($this->targetDirs[3].'/vendor/symfony/form/Resources/translations/validators.es.xlf'), => ($this->targetDirs[3].'/vendor/symfony/security-core/Resources/translations/security.es.xlf'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.es.yml'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.es.yml')], 'et' => [=> ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations/validators.et.xlf'), => ($this->targetDirs[3].'/vendor/symfony/form/Resources/translations/validators.et.xlf'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.et.yml')], 'eu' => [=> ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations/validators.eu.xlf'), => ($this->targetDirs[3].'/vendor/symfony/form/Resources/translations/validators.eu.xlf'), => ($this->targetDirs[3].'/vendor/symfony/security-core/Resources/translations/security.eu.xlf'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.eu.yml'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.eu.yml')], 'fa' => [=> ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations/validators.fa.xlf'), => ($this->targetDirs[3].'/vendor/symfony/form/Resources/translations/validators.fa.xlf'), => ($this->targetDirs[3].'/vendor/symfony/security-core/Resources/translations/security.fa.xlf'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.fa.yml'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.fa.yml')], 'fi' => [=> ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations/validators.fi.xlf'), => ($this->targetDirs[3].'/vendor/symfony/form/Resources/translations/validators.fi.xlf'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.fi.yml'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.fi.yml')], 'fr' => [=> ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations/validators.fr.xlf'), => ($this->targetDirs[3].'/vendor/symfony/form/Resources/translations/validators.fr.xlf'), => ($this->targetDirs[3].'/vendor/symfony/security-core/Resources/translations/security.fr.xlf'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.fr.yml'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.fr.yml'), => ($this->targetDirs[3].'/translations/messages.fr.yml')], 'gl' => [=> ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations/validators.gl.xlf'), => ($this->targetDirs[3].'/vendor/symfony/form/Resources/translations/validators.gl.xlf'), => ($this->targetDirs[3].'/vendor/symfony/security-core/Resources/translations/security.gl.xlf'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.gl.yml')], 'he' => [=> ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations/validators.he.xlf'), => ($this->targetDirs[3].'/vendor/symfony/form/Resources/translations/validators.he.xlf'), => ($this->targetDirs[3].'/vendor/symfony/security-core/Resources/translations/security.he.xlf'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.he.yml'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.he.yml')], 'hr' => [=> ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations/validators.hr.xlf'), => ($this->targetDirs[3].'/vendor/symfony/form/Resources/translations/validators.hr.xlf'), => ($this->targetDirs[3].'/vendor/symfony/security-core/Resources/translations/security.hr.xlf'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.hr.yml'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.hr.yml')], 'hu' => [=> ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations/validators.hu.xlf'), => ($this->targetDirs[3].'/vendor/symfony/form/Resources/translations/validators.hu.xlf'), => ($this->targetDirs[3].'/vendor/symfony/security-core/Resources/translations/security.hu.xlf'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.hu.yml'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.hu.yml')], 'hy' => [=> ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations/validators.hy.xlf'), => ($this->targetDirs[3].'/vendor/symfony/form/Resources/translations/validators.hy.xlf')], 'id' => [=> ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations/validators.id.xlf'), => ($this->targetDirs[3].'/vendor/symfony/form/Resources/translations/validators.id.xlf'), => ($this->targetDirs[3].'/vendor/symfony/security-core/Resources/translations/security.id.xlf'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.id.yml'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.id.yml')], 'it' => [=> ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations/validators.it.xlf'), => ($this->targetDirs[3].'/vendor/symfony/form/Resources/translations/validators.it.xlf'), => ($this->targetDirs[3].'/vendor/symfony/security-core/Resources/translations/security.it.xlf'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.it.yml'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.it.yml')], 'ja' => [=> ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations/validators.ja.xlf'), => ($this->targetDirs[3].'/vendor/symfony/form/Resources/translations/validators.ja.xlf'), => ($this->targetDirs[3].'/vendor/symfony/security-core/Resources/translations/security.ja.xlf'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.ja.yml'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.ja.yml')], 'lb' => [=> ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations/validators.lb.xlf'), => ($this->targetDirs[3].'/vendor/symfony/form/Resources/translations/validators.lb.xlf'), => ($this->targetDirs[3].'/vendor/symfony/security-core/Resources/translations/security.lb.xlf'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.lb.yml')], 'lt' => [=> ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations/validators.lt.xlf'), => ($this->targetDirs[3].'/vendor/symfony/form/Resources/translations/validators.lt.xlf'), => ($this->targetDirs[3].'/vendor/symfony/security-core/Resources/translations/security.lt.xlf'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.lt.yml'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.lt.yml')], 'lv' => [=> ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations/validators.lv.xlf'), => ($this->targetDirs[3].'/vendor/symfony/form/Resources/translations/validators.lv.xlf'), => ($this->targetDirs[3].'/vendor/symfony/security-core/Resources/translations/security.lv.xlf'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.lv.yml'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.lv.yml')], 'mn' => [=> ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations/validators.mn.xlf'), => ($this->targetDirs[3].'/vendor/symfony/form/Resources/translations/validators.mn.xlf')], 'nb' => [=> ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations/validators.nb.xlf'), => ($this->targetDirs[3].'/vendor/symfony/form/Resources/translations/validators.nb.xlf'), => ($this->targetDirs[3].'/vendor/symfony/security-core/Resources/translations/security.nb.xlf'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.nb.yml'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.nb.yml')], 'nl' => [=> ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations/validators.nl.xlf'), => ($this->targetDirs[3].'/vendor/symfony/form/Resources/translations/validators.nl.xlf'), => ($this->targetDirs[3].'/vendor/symfony/security-core/Resources/translations/security.nl.xlf'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.nl.yml'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.nl.yml')], 'nn' => [=> ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations/validators.nn.xlf'), => ($this->targetDirs[3].'/vendor/symfony/form/Resources/translations/validators.nn.xlf'), => ($this->targetDirs[3].'/vendor/symfony/security-core/Resources/translations/security.nn.xlf')], 'no' => [=> ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations/validators.no.xlf'), => ($this->targetDirs[3].'/vendor/symfony/form/Resources/translations/validators.no.xlf'), => ($this->targetDirs[3].'/vendor/symfony/security-core/Resources/translations/security.no.xlf')], 'pl' => [=> ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations/validators.pl.xlf'), => ($this->targetDirs[3].'/vendor/symfony/form/Resources/translations/validators.pl.xlf'), => ($this->targetDirs[3].'/vendor/symfony/security-core/Resources/translations/security.pl.xlf'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.pl.yml'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.pl.yml')], 'pt' => [=> ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations/validators.pt.xlf'), => ($this->targetDirs[3].'/vendor/symfony/form/Resources/translations/validators.pt.xlf'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.pt.yml'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.pt.yml')], 'pt_BR' => [=> ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations/validators.pt_BR.xlf'), => ($this->targetDirs[3].'/vendor/symfony/form/Resources/translations/validators.pt_BR.xlf'), => ($this->targetDirs[3].'/vendor/symfony/security-core/Resources/translations/security.pt_BR.xlf'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.pt_BR.yml'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.pt_BR.yml')], 'ro' => [=> ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations/validators.ro.xlf'), => ($this->targetDirs[3].'/vendor/symfony/form/Resources/translations/validators.ro.xlf'), => ($this->targetDirs[3].'/vendor/symfony/security-core/Resources/translations/security.ro.xlf'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.ro.yml'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.ro.yml')], 'ru' => [=> ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations/validators.ru.xlf'), => ($this->targetDirs[3].'/vendor/symfony/form/Resources/translations/validators.ru.xlf'), => ($this->targetDirs[3].'/vendor/symfony/security-core/Resources/translations/security.ru.xlf'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.ru.yml'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.ru.yml')], 'sk' => [=> ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations/validators.sk.xlf'), => ($this->targetDirs[3].'/vendor/symfony/form/Resources/translations/validators.sk.xlf'), => ($this->targetDirs[3].'/vendor/symfony/security-core/Resources/translations/security.sk.xlf'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.sk.yml'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.sk.yml')], 'sl' => [=> ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations/validators.sl.xlf'), => ($this->targetDirs[3].'/vendor/symfony/form/Resources/translations/validators.sl.xlf'), => ($this->targetDirs[3].'/vendor/symfony/security-core/Resources/translations/security.sl.xlf'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.sl.yml'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.sl.yml')], 'sq' => [=> ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations/validators.sq.xlf')], 'sr_Cyrl' => [=> ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations/validators.sr_Cyrl.xlf'), => ($this->targetDirs[3].'/vendor/symfony/form/Resources/translations/validators.sr_Cyrl.xlf'), => ($this->targetDirs[3].'/vendor/symfony/security-core/Resources/translations/security.sr_Cyrl.xlf')], 'sr_Latn' => [=> ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations/validators.sr_Latn.xlf'), => ($this->targetDirs[3].'/vendor/symfony/form/Resources/translations/validators.sr_Latn.xlf'), => ($this->targetDirs[3].'/vendor/symfony/security-core/Resources/translations/security.sr_Latn.xlf'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.sr_Latn.yml'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.sr_Latn.yml')], 'sv' => [=> ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations/validators.sv.xlf'), => ($this->targetDirs[3].'/vendor/symfony/form/Resources/translations/validators.sv.xlf'), => ($this->targetDirs[3].'/vendor/symfony/security-core/Resources/translations/security.sv.xlf'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.sv.yml'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.sv.yml')], 'th' => [=> ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations/validators.th.xlf'), => ($this->targetDirs[3].'/vendor/symfony/security-core/Resources/translations/security.th.xlf'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.th.yml'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.th.yml')], 'tl' => [=> ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations/validators.tl.xlf'), => ($this->targetDirs[3].'/vendor/symfony/form/Resources/translations/validators.tl.xlf'), => ($this->targetDirs[3].'/vendor/symfony/security-core/Resources/translations/security.tl.xlf')], 'tr' => [=> ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations/validators.tr.xlf'), => ($this->targetDirs[3].'/vendor/symfony/form/Resources/translations/validators.tr.xlf'), => ($this->targetDirs[3].'/vendor/symfony/security-core/Resources/translations/security.tr.xlf'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.tr.yml'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.tr.yml')], 'uk' => [=> ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations/validators.uk.xlf'), => ($this->targetDirs[3].'/vendor/symfony/form/Resources/translations/validators.uk.xlf'), => ($this->targetDirs[3].'/vendor/symfony/security-core/Resources/translations/security.uk.xlf'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.uk.yml'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.uk.yml')], 'vi' => [=> ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations/validators.vi.xlf'), => ($this->targetDirs[3].'/vendor/symfony/form/Resources/translations/validators.vi.xlf'), => ($this->targetDirs[3].'/vendor/symfony/security-core/Resources/translations/security.vi.xlf'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.vi.yml'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.vi.yml')], 'zh_CN' => [=> ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations/validators.zh_CN.xlf'), => ($this->targetDirs[3].'/vendor/symfony/form/Resources/translations/validators.zh_CN.xlf'), => ($this->targetDirs[3].'/vendor/symfony/security-core/Resources/translations/security.zh_CN.xlf'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.zh_CN.yml'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.zh_CN.yml')], 'zh_TW' => [=> ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations/validators.zh_TW.xlf')], 'pt_PT' => [=> ($this->targetDirs[3].'/vendor/symfony/security-core/Resources/translations/security.pt_PT.xlf')], 'bn' => [=> ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.bn.yml'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.bn.yml')], 'bn_BD' => [=> ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.bn_BD.yml'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.bn_BD.yml')], 'eo' => [=> ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.eo.yml'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.eo.yml')], 'ky' => [=> ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.ky.yml'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.ky.yml')]]]);
  1110.         $a->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  1111.         $a->setFallbackLocales([=> 'fr']);
  1112.         return $this->services['translator'] = new \Symfony\Component\Translation\DataCollectorTranslator($a);
  1113.     }
  1114.     /**
  1115.      * Gets the public 'twig' shared service.
  1116.      *
  1117.      * @return \Twig\Environment
  1118.      */
  1119.     protected function getTwigService()
  1120.     {
  1121.         $a = new \Symfony\Bundle\TwigBundle\Loader\FilesystemLoader(($this->privates['templating.locator'] ?? $this->getTemplating_LocatorService()), ($this->privates['templating.name_parser'] ?? ($this->privates['templating.name_parser'] = new \Symfony\Bundle\FrameworkBundle\Templating\TemplateNameParser(($this->services['kernel'] ?? $this->get('kernel'1))))), $this->targetDirs[3]);
  1122.         $a->addPath(($this->targetDirs[3].'/vendor/symfony/framework-bundle/Resources/views'), 'Framework');
  1123.         $a->addPath(($this->targetDirs[3].'/vendor/symfony/framework-bundle/Resources/views'), '!Framework');
  1124.         $a->addPath(($this->targetDirs[3].'/vendor/doctrine/doctrine-bundle/Resources/views'), 'Doctrine');
  1125.         $a->addPath(($this->targetDirs[3].'/vendor/doctrine/doctrine-bundle/Resources/views'), '!Doctrine');
  1126.         $a->addPath(($this->targetDirs[3].'/vendor/symfony/security-bundle/Resources/views'), 'Security');
  1127.         $a->addPath(($this->targetDirs[3].'/vendor/symfony/security-bundle/Resources/views'), '!Security');
  1128.         $a->addPath(($this->targetDirs[3].'/vendor/symfony/swiftmailer-bundle/Resources/views'), 'Swiftmailer');
  1129.         $a->addPath(($this->targetDirs[3].'/vendor/symfony/swiftmailer-bundle/Resources/views'), '!Swiftmailer');
  1130.         $a->addPath(($this->targetDirs[3].'/templates/bundles/TwigBundle'), 'Twig');
  1131.         $a->addPath(($this->targetDirs[3].'/vendor/symfony/twig-bundle/Resources/views'), 'Twig');
  1132.         $a->addPath(($this->targetDirs[3].'/vendor/symfony/twig-bundle/Resources/views'), '!Twig');
  1133.         $a->addPath(($this->targetDirs[3].'/vendor/symfony/web-profiler-bundle/Resources/views'), 'WebProfiler');
  1134.         $a->addPath(($this->targetDirs[3].'/vendor/symfony/web-profiler-bundle/Resources/views'), '!WebProfiler');
  1135.         $a->addPath(($this->targetDirs[3].'/vendor/symfony/debug-bundle/Resources/views'), 'Debug');
  1136.         $a->addPath(($this->targetDirs[3].'/vendor/symfony/debug-bundle/Resources/views'), '!Debug');
  1137.         $a->addPath(($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/views'), 'FOSUser');
  1138.         $a->addPath(($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/views'), '!FOSUser');
  1139.         $a->addPath(($this->targetDirs[3].'/src/ProPneu/BackOffice/AdminBundle/Resources/views'), 'Admin');
  1140.         $a->addPath(($this->targetDirs[3].'/src/ProPneu/BackOffice/AdminBundle/Resources/views'), '!Admin');
  1141.         $a->addPath(($this->targetDirs[3].'/src/ProPneu/FrontOffice/FrontBundle/Resources/views'), 'Front');
  1142.         $a->addPath(($this->targetDirs[3].'/src/ProPneu/FrontOffice/FrontBundle/Resources/views'), '!Front');
  1143.         $a->addPath(($this->targetDirs[3].'/src/ProPneu/Service/UserBundle/Resources/views'), 'User');
  1144.         $a->addPath(($this->targetDirs[3].'/src/ProPneu/Service/UserBundle/Resources/views'), '!User');
  1145.         $a->addPath(($this->targetDirs[3].'/vendor/koff/i18n-form-bundle/src/Resources/views'), 'I18nForm');
  1146.         $a->addPath(($this->targetDirs[3].'/vendor/koff/i18n-form-bundle/src/Resources/views'), '!I18nForm');
  1147.         $a->addPath(($this->targetDirs[3].'/vendor/liip/imagine-bundle/Resources/views'), 'LiipImagine');
  1148.         $a->addPath(($this->targetDirs[3].'/vendor/liip/imagine-bundle/Resources/views'), '!LiipImagine');
  1149.         $a->addPath(($this->targetDirs[3].'/templates'));
  1150.         $a->addPath(($this->targetDirs[3].'/vendor/symfony/twig-bridge/Resources/views/Form'));
  1151.         $this->services['twig'] = $instance = new \Twig\Environment($a, ['default_path' => ($this->targetDirs[3].'/templates'), 'debug' => true'strict_variables' => true'exception_controller' => 'twig.controller.exception::showAction''form_themes' => [=> 'form_div_layout.html.twig'], 'autoescape' => 'name''cache' => ($this->targetDirs[0].'/twig'), 'charset' => 'UTF-8''paths' => [], 'date' => ['format' => 'F j, Y H:i''interval_format' => '%d days''timezone' => NULL], 'number_format' => ['decimals' => 0'decimal_point' => '.''thousands_separator' => ',']]);
  1152.         $b = ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)));
  1153.         $c = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  1154.         $d = new \Symfony\Component\Asset\Packages(new \Symfony\Component\Asset\PathPackage('', new \Symfony\Component\Asset\VersionStrategy\EmptyVersionStrategy(), new \Symfony\Component\Asset\Context\RequestStackContext($c''false)), []);
  1155.         $e = ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService());
  1156.         $f = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  1157.         $g = ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this)));
  1158.         $h = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL'UTF-8'1);
  1159.         $h->setDisplayOptions(['maxStringLength' => 4096'fileLinkFormat' => $e]);
  1160.         $i = new \Symfony\Bridge\Twig\AppVariable();
  1161.         $i->setEnvironment('dev');
  1162.         $i->setDebug(true);
  1163.         if ($this->has('security.token_storage')) {
  1164.             $i->setTokenStorage(($this->services['security.token_storage'] ?? ($this->services['security.token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())));
  1165.         }
  1166.         if ($this->has('request_stack')) {
  1167.             $i->setRequestStack($c);
  1168.         }
  1169.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\CsrfExtension());
  1170.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\LogoutUrlExtension(($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService())));
  1171.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\SecurityExtension(($this->services['security.authorization_checker'] ?? $this->getSecurity_AuthorizationCheckerService())));
  1172.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\ProfilerExtension(($this->privates['twig.profile'] ?? ($this->privates['twig.profile'] = new \Twig\Profiler\Profile())), $b));
  1173.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\TranslationExtension(($this->services['translator'] ?? $this->getTranslatorService())));
  1174.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\AssetExtension($d));
  1175.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\CodeExtension($e$this->targetDirs[3], 'UTF-8'));
  1176.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\RoutingExtension(($this->services['router'] ?? $this->getRouterService())));
  1177.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\YamlExtension());
  1178.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\StopwatchExtension($btrue));
  1179.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\ExpressionExtension());
  1180.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpKernelExtension());
  1181.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpFoundationExtension($c, ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService())));
  1182.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\WebLinkExtension($c));
  1183.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\FormExtension([=> $this=> 'twig.form.renderer']));
  1184.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\DumpExtension(($this->services['var_dumper.cloner'] ?? $this->getVarDumper_ClonerService()), ($this->privates['var_dumper.html_dumper'] ?? $this->getVarDumper_HtmlDumperService())));
  1185.         $instance->addExtension(new \App\ProPneu\Service\MetierManagerBundle\Twig\Extension\FileExistsExtension($this));
  1186.         $instance->addExtension(new \App\ProPneu\Service\MetierManagerBundle\Twig\Extension\SlugifyExtension($this));
  1187.         $instance->addExtension(new \Twig_Extensions_Extension_Text());
  1188.         $instance->addExtension(new \App\ProPneu\Service\MetierManagerBundle\Twig\ArrayObjectExtension());
  1189.         $instance->addExtension(new \App\ProPneu\Service\MetierManagerBundle\Twig\AssetExtension($d$this->targetDirs[3]));
  1190.         $instance->addExtension(new \App\ProPneu\Service\MetierManagerBundle\Twig\Extension\ListingMenuExtension());
  1191.         $instance->addExtension(new \App\ProPneu\Service\MetierManagerBundle\Twig\Extension\MenuWithMenuTypeListExtension());
  1192.         $instance->addExtension(new \App\ProPneu\Service\MetierManagerBundle\Twig\Extension\MontantExtension($f$this));
  1193.         $instance->addExtension(new \App\ProPneu\Service\MetierManagerBundle\Twig\Extension\CheckRoleMenuExtension($f$this));
  1194.         $instance->addExtension(new \App\ProPneu\Service\MetierManagerBundle\Twig\Extension\PrixUnitaireExtension($f$this));
  1195.         $instance->addExtension(new \App\ProPneu\Service\MetierManagerBundle\Twig\Extension\ReglementExtension($f$this));
  1196.         $instance->addExtension(new \Twig_Extensions_Extension_Intl());
  1197.         $instance->addExtension(new \App\ProPneu\Service\MetierManagerBundle\Twig\Extension\NumberOfDaysExtension());
  1198.         $instance->addExtension(new \App\ProPneu\Service\MetierManagerBundle\Twig\Extension\ArraySearchExtension());
  1199.         $instance->addExtension(new \App\ProPneu\Service\MetierManagerBundle\Twig\Extension\MontantNetExtension($g));
  1200.         $instance->addExtension(new \App\ProPneu\Service\MetierManagerBundle\Twig\Extension\TmpPricePercentageExtension($g));
  1201.         $instance->addExtension(new \App\ProPneu\Service\MetierManagerBundle\Twig\Extension\TmpPercentageExtension($g));
  1202.         $instance->addExtension(new \App\ProPneu\Service\MetierManagerBundle\Twig\Extension\SoldeFournisseurExtension($f$this));
  1203.         $instance->addExtension(new \Doctrine\Bundle\DoctrineBundle\Twig\DoctrineExtension());
  1204.         $instance->addExtension(new \Symfony\Bundle\WebProfilerBundle\Twig\WebProfilerExtension($h));
  1205.         $instance->addExtension(new \Liip\ImagineBundle\Templating\FilterExtension(($this->services['liip_imagine.cache.manager'] ?? $this->getLiipImagine_Cache_ManagerService())));
  1206.         $instance->addExtension(new \JMS\Serializer\Twig\SerializerRuntimeExtension());
  1207.         $instance->addGlobal('app'$i);
  1208.         $instance->addRuntimeLoader(new \Twig\RuntimeLoader\ContainerRuntimeLoader(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1209.             'JMS\\Serializer\\Twig\\SerializerRuntimeHelper' => ['services''jms_serializer.twig_extension.serializer_runtime_helper''getJmsSerializer_TwigExtension_SerializerRuntimeHelperService.php'true],
  1210.             'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => ['privates''twig.runtime.security_csrf''getTwig_Runtime_SecurityCsrfService.php'true],
  1211.             'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => ['privates''twig.runtime.httpkernel''getTwig_Runtime_HttpkernelService.php'true],
  1212.             'Symfony\\Component\\Form\\FormRenderer' => ['privates''twig.form.renderer''getTwig_Form_RendererService.php'true],
  1213.         ])));
  1214.         $instance->addGlobal('web_path', ($this->targetDirs[3].'/src/../public'));
  1215.         $instance->addGlobal('hour_decalage_value'$this->getEnv('HOUR_DECALACE_VALUE'));
  1216.         $instance->addGlobal('crisp_website_id'$this->getEnv('resolve:CRISP_WEBSITE_ID'));
  1217.         $instance->addGlobal('entreprise_entete'$this->getEnv('ENTREPRISE_ENTETE'));
  1218.         $instance->addGlobal('entreprise_nif_stat'$this->getEnv('ENTREPRISE_NIF_STAT'));
  1219.         $instance->addGlobal('entreprise_nif'$this->getEnv('ENTREPRISE_NIF'));
  1220.         $instance->addGlobal('entreprise_stat'$this->getEnv('ENTREPRISE_STAT'));
  1221.         $instance->addGlobal('entreprise_rib'$this->getEnv('ENTREPRISE_RIB'));
  1222.         (new \Symfony\Bundle\TwigBundle\DependencyInjection\Configurator\EnvironmentConfigurator('F j, Y H:i''%d days'NULL0'.'','))->configure($instance);
  1223.         return $instance;
  1224.     }
  1225.     /**
  1226.      * Gets the public 'validator' shared service.
  1227.      *
  1228.      * @return \Symfony\Component\Validator\Validator\TraceableValidator
  1229.      */
  1230.     protected function getValidatorService()
  1231.     {
  1232.         return $this->services['validator'] = new \Symfony\Component\Validator\Validator\TraceableValidator(($this->privates['validator.builder'] ?? $this->getValidator_BuilderService())->getValidator());
  1233.     }
  1234.     /**
  1235.      * Gets the public 'var_dumper.cloner' shared service.
  1236.      *
  1237.      * @return \Symfony\Component\VarDumper\Cloner\VarCloner
  1238.      */
  1239.     protected function getVarDumper_ClonerService()
  1240.     {
  1241.         $this->services['var_dumper.cloner'] = $instance = new \Symfony\Component\VarDumper\Cloner\VarCloner();
  1242.         $instance->setMaxItems(2500);
  1243.         $instance->setMinDepth(1);
  1244.         $instance->setMaxString(-1);
  1245.         return $instance;
  1246.     }
  1247.     /**
  1248.      * Gets the private 'annotations.cached_reader' shared service.
  1249.      *
  1250.      * @return \Doctrine\Common\Annotations\CachedReader
  1251.      */
  1252.     protected function getAnnotations_CachedReaderService()
  1253.     {
  1254.         return $this->privates['annotations.cached_reader'] = new \Doctrine\Common\Annotations\CachedReader(($this->privates['annotations.reader'] ?? $this->getAnnotations_ReaderService()), $this->load('getAnnotations_CacheService.php'), true);
  1255.     }
  1256.     /**
  1257.      * Gets the private 'annotations.reader' shared service.
  1258.      *
  1259.      * @return \Doctrine\Common\Annotations\AnnotationReader
  1260.      */
  1261.     protected function getAnnotations_ReaderService()
  1262.     {
  1263.         $this->privates['annotations.reader'] = $instance = new \Doctrine\Common\Annotations\AnnotationReader();
  1264.         $a = new \Doctrine\Common\Annotations\AnnotationRegistry();
  1265.         $a->registerUniqueLoader('class_exists');
  1266.         $instance->addGlobalIgnoredName('required'$a);
  1267.         return $instance;
  1268.     }
  1269.     /**
  1270.      * Gets the private 'cache.annotations' shared service.
  1271.      *
  1272.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1273.      */
  1274.     protected function getCache_AnnotationsService()
  1275.     {
  1276.         return $this->privates['cache.annotations'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('XHdKY-Q7RA'0$this->getParameter('container.build_id'), ($this->targetDirs[0].'/pools'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  1277.     }
  1278.     /**
  1279.      * Gets the private 'cache.security_expression_language' shared service.
  1280.      *
  1281.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1282.      */
  1283.     protected function getCache_SecurityExpressionLanguageService()
  1284.     {
  1285.         return $this->privates['cache.security_expression_language'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('duQ8nU9Y4g'0$this->getParameter('container.build_id'), ($this->targetDirs[0].'/pools'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  1286.     }
  1287.     /**
  1288.      * Gets the private 'cache.serializer' shared service.
  1289.      *
  1290.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1291.      */
  1292.     protected function getCache_SerializerService()
  1293.     {
  1294.         return $this->privates['cache.serializer'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('sLX9rBNWRs'0$this->getParameter('container.build_id'), ($this->targetDirs[0].'/pools'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  1295.     }
  1296.     /**
  1297.      * Gets the private 'cache.validator' shared service.
  1298.      *
  1299.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1300.      */
  1301.     protected function getCache_ValidatorService()
  1302.     {
  1303.         return $this->privates['cache.validator'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('NJ+WdPPsA+'0$this->getParameter('container.build_id'), ($this->targetDirs[0].'/pools'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  1304.     }
  1305.     /**
  1306.      * Gets the private 'config_cache_factory' shared service.
  1307.      *
  1308.      * @return \Symfony\Component\Config\ResourceCheckerConfigCacheFactory
  1309.      */
  1310.     protected function getConfigCacheFactoryService()
  1311.     {
  1312.         return $this->privates['config_cache_factory'] = new \Symfony\Component\Config\ResourceCheckerConfigCacheFactory(new RewindableGenerator(function () {
  1313.             yield => ($this->privates['dependency_injection.config.container_parameters_resource_checker'] ?? ($this->privates['dependency_injection.config.container_parameters_resource_checker'] = new \Symfony\Component\DependencyInjection\Config\ContainerParametersResourceChecker($this)));
  1314.             yield => ($this->privates['config.resource.self_checking_resource_checker'] ?? ($this->privates['config.resource.self_checking_resource_checker'] = new \Symfony\Component\Config\Resource\SelfCheckingResourceChecker()));
  1315.         }, 2));
  1316.     }
  1317.     /**
  1318.      * Gets the private 'data_collector.form' shared service.
  1319.      *
  1320.      * @return \Symfony\Component\Form\Extension\DataCollector\FormDataCollector
  1321.      */
  1322.     protected function getDataCollector_FormService()
  1323.     {
  1324.         return $this->privates['data_collector.form'] = new \Symfony\Component\Form\Extension\DataCollector\FormDataCollector(new \Symfony\Component\Form\Extension\DataCollector\FormDataExtractor());
  1325.     }
  1326.     /**
  1327.      * Gets the private 'debug.debug_handlers_listener' shared service.
  1328.      *
  1329.      * @return \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener
  1330.      */
  1331.     protected function getDebug_DebugHandlersListenerService()
  1332.     {
  1333.         $a = new \Symfony\Bridge\Monolog\Logger('php');
  1334.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1335.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  1336.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1337.         return $this->privates['debug.debug_handlers_listener'] = new \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener(NULL$aNULL, -1true, ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService()), true'UTF-8');
  1338.     }
  1339.     /**
  1340.      * Gets the private 'debug.file_link_formatter' shared service.
  1341.      *
  1342.      * @return \Symfony\Component\HttpKernel\Debug\FileLinkFormatter
  1343.      */
  1344.     protected function getDebug_FileLinkFormatterService()
  1345.     {
  1346.         return $this->privates['debug.file_link_formatter'] = new \Symfony\Component\HttpKernel\Debug\FileLinkFormatter(NULL, ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), $this->targetDirs[3], function () {
  1347.             return ($this->privates['debug.file_link_formatter.url_format'] ?? $this->load('getDebug_FileLinkFormatter_UrlFormatService.php'));
  1348.         });
  1349.     }
  1350.     /**
  1351.      * Gets the private 'debug.log_processor' shared service.
  1352.      *
  1353.      * @return \Symfony\Bridge\Monolog\Processor\DebugProcessor
  1354.      */
  1355.     protected function getDebug_LogProcessorService()
  1356.     {
  1357.         return $this->privates['debug.log_processor'] = new \Symfony\Bridge\Monolog\Processor\DebugProcessor(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  1358.     }
  1359.     /**
  1360.      * Gets the private 'debug.security.access.decision_manager' shared service.
  1361.      *
  1362.      * @return \Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager
  1363.      */
  1364.     protected function getDebug_Security_Access_DecisionManagerService()
  1365.     {
  1366.         return $this->privates['debug.security.access.decision_manager'] = new \Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager(new \Symfony\Component\Security\Core\Authorization\AccessDecisionManager(new RewindableGenerator(function () {
  1367.             yield => ($this->privates['debug.security.voter.security.access.authenticated_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_AuthenticatedVoterService.php'));
  1368.             yield => ($this->privates['debug.security.voter.security.access.role_hierarchy_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_RoleHierarchyVoterService.php'));
  1369.             yield => ($this->privates['debug.security.voter.security.access.expression_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_ExpressionVoterService.php'));
  1370.         }, 3), 'affirmative'falsetrue));
  1371.     }
  1372.     /**
  1373.      * Gets the private 'debug.security.firewall' shared service.
  1374.      *
  1375.      * @return \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener
  1376.      */
  1377.     protected function getDebug_Security_FirewallService()
  1378.     {
  1379.         return $this->privates['debug.security.firewall'] = new \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener(($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService()));
  1380.     }
  1381.     /**
  1382.      * Gets the private 'fos_user.util.canonical_fields_updater' shared service.
  1383.      *
  1384.      * @return \FOS\UserBundle\Util\CanonicalFieldsUpdater
  1385.      */
  1386.     protected function getFosUser_Util_CanonicalFieldsUpdaterService()
  1387.     {
  1388.         $a = new \FOS\UserBundle\Util\Canonicalizer();
  1389.         return $this->privates['fos_user.util.canonical_fields_updater'] = new \FOS\UserBundle\Util\CanonicalFieldsUpdater($a$a);
  1390.     }
  1391.     /**
  1392.      * Gets the private 'fos_user.util.password_updater' shared service.
  1393.      *
  1394.      * @return \FOS\UserBundle\Util\PasswordUpdater
  1395.      */
  1396.     protected function getFosUser_Util_PasswordUpdaterService()
  1397.     {
  1398.         return $this->privates['fos_user.util.password_updater'] = new \FOS\UserBundle\Util\PasswordUpdater(($this->privates['security.encoder_factory.generic'] ?? $this->getSecurity_EncoderFactory_GenericService()));
  1399.     }
  1400.     /**
  1401.      * Gets the private 'framework_extra_bundle.argument_name_convertor' shared service.
  1402.      *
  1403.      * @return \Sensio\Bundle\FrameworkExtraBundle\Request\ArgumentNameConverter
  1404.      */
  1405.     protected function getFrameworkExtraBundle_ArgumentNameConvertorService()
  1406.     {
  1407.         return $this->privates['framework_extra_bundle.argument_name_convertor'] = new \Sensio\Bundle\FrameworkExtraBundle\Request\ArgumentNameConverter(($this->privates['argument_metadata_factory'] ?? ($this->privates['argument_metadata_factory'] = new \Symfony\Component\HttpKernel\ControllerMetadata\ArgumentMetadataFactory())));
  1408.     }
  1409.     /**
  1410.      * Gets the private 'framework_extra_bundle.event.is_granted' shared service.
  1411.      *
  1412.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\IsGrantedListener
  1413.      */
  1414.     protected function getFrameworkExtraBundle_Event_IsGrantedService()
  1415.     {
  1416.         return $this->privates['framework_extra_bundle.event.is_granted'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\IsGrantedListener(($this->privates['framework_extra_bundle.argument_name_convertor'] ?? $this->getFrameworkExtraBundle_ArgumentNameConvertorService()), ($this->services['security.authorization_checker'] ?? $this->getSecurity_AuthorizationCheckerService()));
  1417.     }
  1418.     /**
  1419.      * Gets the private 'liip_imagine.filter.configuration' shared service.
  1420.      *
  1421.      * @return \Liip\ImagineBundle\Imagine\Filter\FilterConfiguration
  1422.      */
  1423.     protected function getLiipImagine_Filter_ConfigurationService()
  1424.     {
  1425.         return $this->privates['liip_imagine.filter.configuration'] = new \Liip\ImagineBundle\Imagine\Filter\FilterConfiguration($this->parameters['liip_imagine.filter_sets']);
  1426.     }
  1427.     /**
  1428.      * Gets the private 'locale_listener' shared service.
  1429.      *
  1430.      * @return \Symfony\Component\HttpKernel\EventListener\LocaleListener
  1431.      */
  1432.     protected function getLocaleListenerService()
  1433.     {
  1434.         return $this->privates['locale_listener'] = new \Symfony\Component\HttpKernel\EventListener\LocaleListener(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), 'fr', ($this->services['router'] ?? $this->getRouterService()));
  1435.     }
  1436.     /**
  1437.      * Gets the private 'monolog.handler.console' shared service.
  1438.      *
  1439.      * @return \Symfony\Bridge\Monolog\Handler\ConsoleHandler
  1440.      */
  1441.     protected function getMonolog_Handler_ConsoleService()
  1442.     {
  1443.         return $this->privates['monolog.handler.console'] = new \Symfony\Bridge\Monolog\Handler\ConsoleHandler(NULLtrue, [], []);
  1444.     }
  1445.     /**
  1446.      * Gets the private 'monolog.handler.main' shared service.
  1447.      *
  1448.      * @return \Monolog\Handler\StreamHandler
  1449.      */
  1450.     protected function getMonolog_Handler_MainService()
  1451.     {
  1452.         $this->privates['monolog.handler.main'] = $instance = new \Monolog\Handler\StreamHandler(($this->targetDirs[2].'/log/dev.log'), 100trueNULLfalse);
  1453.         $instance->pushProcessor(new \Monolog\Processor\PsrLogMessageProcessor());
  1454.         return $instance;
  1455.     }
  1456.     /**
  1457.      * Gets the private 'monolog.logger' shared service.
  1458.      *
  1459.      * @return \Symfony\Bridge\Monolog\Logger
  1460.      */
  1461.     protected function getMonolog_LoggerService()
  1462.     {
  1463.         $this->privates['monolog.logger'] = $instance = new \Symfony\Bridge\Monolog\Logger('app');
  1464.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1465.         $instance->useMicrosecondTimestamps(true);
  1466.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  1467.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1468.         return $instance;
  1469.     }
  1470.     /**
  1471.      * Gets the private 'monolog.logger.cache' shared service.
  1472.      *
  1473.      * @return \Symfony\Bridge\Monolog\Logger
  1474.      */
  1475.     protected function getMonolog_Logger_CacheService()
  1476.     {
  1477.         $this->privates['monolog.logger.cache'] = $instance = new \Symfony\Bridge\Monolog\Logger('cache');
  1478.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1479.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  1480.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1481.         return $instance;
  1482.     }
  1483.     /**
  1484.      * Gets the private 'monolog.logger.request' shared service.
  1485.      *
  1486.      * @return \Symfony\Bridge\Monolog\Logger
  1487.      */
  1488.     protected function getMonolog_Logger_RequestService()
  1489.     {
  1490.         $this->privates['monolog.logger.request'] = $instance = new \Symfony\Bridge\Monolog\Logger('request');
  1491.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1492.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  1493.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1494.         return $instance;
  1495.     }
  1496.     /**
  1497.      * Gets the private 'pp.check.role.listener' shared service.
  1498.      *
  1499.      * @return \App\ProPneu\Service\MetierManagerBundle\EventListener\PpCheckRoleListener
  1500.      */
  1501.     protected function getPp_Check_Role_ListenerService()
  1502.     {
  1503.         return $this->privates['pp.check.role.listener'] = new \App\ProPneu\Service\MetierManagerBundle\EventListener\PpCheckRoleListener(($this->services['router'] ?? $this->getRouterService()), $this);
  1504.     }
  1505.     /**
  1506.      * Gets the private 'pp.request.listener' shared service.
  1507.      *
  1508.      * @return \App\ProPneu\Service\MetierManagerBundle\EventListener\PpRequestListener
  1509.      */
  1510.     protected function getPp_Request_ListenerService()
  1511.     {
  1512.         return $this->privates['pp.request.listener'] = new \App\ProPneu\Service\MetierManagerBundle\EventListener\PpRequestListener(($this->services['router'] ?? $this->getRouterService()), $this);
  1513.     }
  1514.     /**
  1515.      * Gets the private 'profiler_listener' shared service.
  1516.      *
  1517.      * @return \Symfony\Component\HttpKernel\EventListener\ProfilerListener
  1518.      */
  1519.     protected function getProfilerListenerService()
  1520.     {
  1521.         return $this->privates['profiler_listener'] = new \Symfony\Component\HttpKernel\EventListener\ProfilerListener(($this->services['profiler'] ?? $this->getProfilerService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), NULLfalsefalse);
  1522.     }
  1523.     /**
  1524.      * Gets the private 'resolve_controller_name_subscriber' shared service.
  1525.      *
  1526.      * @return \Symfony\Bundle\FrameworkBundle\EventListener\ResolveControllerNameSubscriber
  1527.      */
  1528.     protected function getResolveControllerNameSubscriberService()
  1529.     {
  1530.         return $this->privates['resolve_controller_name_subscriber'] = new \Symfony\Bundle\FrameworkBundle\EventListener\ResolveControllerNameSubscriber(($this->privates['controller_name_converter'] ?? ($this->privates['controller_name_converter'] = new \Symfony\Bundle\FrameworkBundle\Controller\ControllerNameParser(($this->services['kernel'] ?? $this->get('kernel'1))))));
  1531.     }
  1532.     /**
  1533.      * Gets the private 'router.request_context' shared service.
  1534.      *
  1535.      * @return \Symfony\Component\Routing\RequestContext
  1536.      */
  1537.     protected function getRouter_RequestContextService()
  1538.     {
  1539.         return $this->privates['router.request_context'] = new \Symfony\Component\Routing\RequestContext('''GET''localhost''http'80443);
  1540.     }
  1541.     /**
  1542.      * Gets the private 'router_listener' shared service.
  1543.      *
  1544.      * @return \Symfony\Component\HttpKernel\EventListener\RouterListener
  1545.      */
  1546.     protected function getRouterListenerService()
  1547.     {
  1548.         return $this->privates['router_listener'] = new \Symfony\Component\HttpKernel\EventListener\RouterListener(($this->services['router'] ?? $this->getRouterService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService()), ($this->privates['monolog.logger.request'] ?? $this->getMonolog_Logger_RequestService()), $this->targetDirs[3], true);
  1549.     }
  1550.     /**
  1551.      * Gets the private 'security.authentication.manager' shared service.
  1552.      *
  1553.      * @return \Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager
  1554.      */
  1555.     protected function getSecurity_Authentication_ManagerService()
  1556.     {
  1557.         $this->privates['security.authentication.manager'] = $instance = new \Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager(new RewindableGenerator(function () {
  1558.             yield => ($this->privates['security.authentication.provider.dao.main'] ?? $this->load('getSecurity_Authentication_Provider_Dao_MainService.php'));
  1559.             yield => ($this->privates['security.authentication.provider.rememberme.main'] ?? $this->load('getSecurity_Authentication_Provider_Rememberme_MainService.php'));
  1560.             yield => ($this->privates['security.authentication.provider.anonymous.main'] ?? ($this->privates['security.authentication.provider.anonymous.main'] = new \Symfony\Component\Security\Core\Authentication\Provider\AnonymousAuthenticationProvider($this->getParameter('container.build_hash'))));
  1561.         }, 3), true);
  1562.         $instance->setEventDispatcher(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  1563.         return $instance;
  1564.     }
  1565.     /**
  1566.      * Gets the private 'security.encoder_factory.generic' shared service.
  1567.      *
  1568.      * @return \Symfony\Component\Security\Core\Encoder\EncoderFactory
  1569.      */
  1570.     protected function getSecurity_EncoderFactory_GenericService()
  1571.     {
  1572.         return $this->privates['security.encoder_factory.generic'] = new \Symfony\Component\Security\Core\Encoder\EncoderFactory(['FOS\\UserBundle\\Model\\UserInterface' => ['class' => 'Symfony\\Component\\Security\\Core\\Encoder\\BCryptPasswordEncoder''arguments' => [=> 13]]]);
  1573.     }
  1574.     /**
  1575.      * Gets the private 'security.firewall.map' shared service.
  1576.      *
  1577.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallMap
  1578.      */
  1579.     protected function getSecurity_Firewall_MapService()
  1580.     {
  1581.         return $this->privates['security.firewall.map'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallMap(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1582.             'security.firewall.map.context.dev' => ['privates''security.firewall.map.context.dev''getSecurity_Firewall_Map_Context_DevService.php'true],
  1583.             'security.firewall.map.context.main' => ['privates''security.firewall.map.context.main''getSecurity_Firewall_Map_Context_MainService.php'true],
  1584.         ]), new RewindableGenerator(function () {
  1585.             yield 'security.firewall.map.context.dev' => ($this->privates['.security.request_matcher.Iy.T22O'] ?? ($this->privates['.security.request_matcher.Iy.T22O'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/(_(profiler|wdt)|css|images|js)/')));
  1586.             yield 'security.firewall.map.context.main' => ($this->privates['.security.request_matcher.3UEFixr'] ?? ($this->privates['.security.request_matcher.3UEFixr'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/')));
  1587.         }, 2));
  1588.     }
  1589.     /**
  1590.      * Gets the private 'security.logout_url_generator' shared service.
  1591.      *
  1592.      * @return \Symfony\Component\Security\Http\Logout\LogoutUrlGenerator
  1593.      */
  1594.     protected function getSecurity_LogoutUrlGeneratorService()
  1595.     {
  1596.         $this->privates['security.logout_url_generator'] = $instance = new \Symfony\Component\Security\Http\Logout\LogoutUrlGenerator(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->services['router'] ?? $this->getRouterService()), ($this->services['security.token_storage'] ?? ($this->services['security.token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())));
  1597.         $instance->registerListener('main''eternaly_logout''logout''_csrf_token'NULLNULL);
  1598.         return $instance;
  1599.     }
  1600.     /**
  1601.      * Gets the private 'security.role_hierarchy' shared service.
  1602.      *
  1603.      * @return \Symfony\Component\Security\Core\Role\RoleHierarchy
  1604.      */
  1605.     protected function getSecurity_RoleHierarchyService()
  1606.     {
  1607.         return $this->privates['security.role_hierarchy'] = new \Symfony\Component\Security\Core\Role\RoleHierarchy($this->parameters['security.role_hierarchy.roles']);
  1608.     }
  1609.     /**
  1610.      * Gets the private 'sensio_framework_extra.controller.listener' shared service.
  1611.      *
  1612.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener
  1613.      */
  1614.     protected function getSensioFrameworkExtra_Controller_ListenerService()
  1615.     {
  1616.         return $this->privates['sensio_framework_extra.controller.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  1617.     }
  1618.     /**
  1619.      * Gets the private 'sensio_framework_extra.converter.listener' shared service.
  1620.      *
  1621.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener
  1622.      */
  1623.     protected function getSensioFrameworkExtra_Converter_ListenerService()
  1624.     {
  1625.         $a = new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\ParamConverterManager();
  1626.         $a->add(new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DoctrineParamConverter(($this->services['doctrine'] ?? $this->getDoctrineService()), new \Symfony\Component\ExpressionLanguage\ExpressionLanguage()), 0'doctrine.orm');
  1627.         $a->add(new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DateTimeParamConverter(), 0'datetime');
  1628.         return $this->privates['sensio_framework_extra.converter.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener($atrue);
  1629.     }
  1630.     /**
  1631.      * Gets the private 'sensio_framework_extra.security.listener' shared service.
  1632.      *
  1633.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener
  1634.      */
  1635.     protected function getSensioFrameworkExtra_Security_ListenerService()
  1636.     {
  1637.         return $this->privates['sensio_framework_extra.security.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener(($this->privates['framework_extra_bundle.argument_name_convertor'] ?? $this->getFrameworkExtraBundle_ArgumentNameConvertorService()), new \Sensio\Bundle\FrameworkExtraBundle\Security\ExpressionLanguage(), ($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver(NULLNULL))), ($this->privates['security.role_hierarchy'] ?? $this->getSecurity_RoleHierarchyService()), ($this->services['security.token_storage'] ?? ($this->services['security.token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())), ($this->services['security.authorization_checker'] ?? $this->getSecurity_AuthorizationCheckerService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  1638.     }
  1639.     /**
  1640.      * Gets the private 'sensio_framework_extra.view.listener' shared service.
  1641.      *
  1642.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener
  1643.      */
  1644.     protected function getSensioFrameworkExtra_View_ListenerService()
  1645.     {
  1646.         return $this->privates['sensio_framework_extra.view.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener(new \Sensio\Bundle\FrameworkExtraBundle\Templating\TemplateGuesser(($this->services['kernel'] ?? $this->get('kernel'1))), ($this->services['twig'] ?? $this->getTwigService()));
  1647.     }
  1648.     /**
  1649.      * Gets the private 'session_listener' shared service.
  1650.      *
  1651.      * @return \Symfony\Component\HttpKernel\EventListener\SessionListener
  1652.      */
  1653.     protected function getSessionListenerService()
  1654.     {
  1655.         return $this->privates['session_listener'] = new \Symfony\Component\HttpKernel\EventListener\SessionListener(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1656.             'initialized_session' => ['services''session'NULLtrue],
  1657.             'session' => ['services''session''getSessionService.php'true],
  1658.         ]));
  1659.     }
  1660.     /**
  1661.      * Gets the private 'templating.locator' shared service.
  1662.      *
  1663.      * @return \Symfony\Bundle\FrameworkBundle\Templating\Loader\TemplateLocator
  1664.      */
  1665.     protected function getTemplating_LocatorService()
  1666.     {
  1667.         return $this->privates['templating.locator'] = new \Symfony\Bundle\FrameworkBundle\Templating\Loader\TemplateLocator(($this->privates['file_locator'] ?? ($this->privates['file_locator'] = new \Symfony\Component\HttpKernel\Config\FileLocator(($this->services['kernel'] ?? $this->get('kernel'1)), ($this->targetDirs[3].'/src/Resources'), [=> ($this->targetDirs[3].'/src')]))), $this->targetDirs[0]);
  1668.     }
  1669.     /**
  1670.      * Gets the private 'translator_listener' shared service.
  1671.      *
  1672.      * @return \Symfony\Component\HttpKernel\EventListener\TranslatorListener
  1673.      */
  1674.     protected function getTranslatorListenerService()
  1675.     {
  1676.         return $this->privates['translator_listener'] = new \Symfony\Component\HttpKernel\EventListener\TranslatorListener(($this->services['translator'] ?? $this->getTranslatorService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  1677.     }
  1678.     /**
  1679.      * Gets the private 'validator.builder' shared service.
  1680.      *
  1681.      * @return \Symfony\Component\Validator\ValidatorBuilderInterface
  1682.      */
  1683.     protected function getValidator_BuilderService()
  1684.     {
  1685.         $this->privates['validator.builder'] = $instance = \Symfony\Component\Validator\Validation::createValidatorBuilder();
  1686.         $instance->setConstraintValidatorFactory(new \Symfony\Component\Validator\ContainerConstraintValidatorFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1687.             'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => ['privates''doctrine.orm.validator.unique''getDoctrine_Orm_Validator_UniqueService.php'true],
  1688.             'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => ['privates''security.validator.user_password''getSecurity_Validator_UserPasswordService.php'true],
  1689.             'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => ['privates''validator.email''getValidator_EmailService.php'true],
  1690.             'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => ['privates''validator.expression''getValidator_ExpressionService.php'true],
  1691.             'doctrine.orm.validator.unique' => ['privates''doctrine.orm.validator.unique''getDoctrine_Orm_Validator_UniqueService.php'true],
  1692.             'security.validator.user_password' => ['privates''security.validator.user_password''getSecurity_Validator_UserPasswordService.php'true],
  1693.             'validator.expression' => ['privates''validator.expression''getValidator_ExpressionService.php'true],
  1694.         ])));
  1695.         $instance->setTranslator(new \Symfony\Component\Validator\Util\LegacyTranslatorProxy(($this->services['translator'] ?? $this->getTranslatorService())));
  1696.         $instance->setTranslationDomain('validators');
  1697.         $instance->addXmlMappings([=> ($this->targetDirs[3].'/vendor/symfony/form/Resources/config/validation.xml'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/config/validation.xml'), => ($this->targetDirs[3].'/src/ProPneu/Service/UserBundle/Resources/config/validation.xml')]);
  1698.         $instance->enableAnnotationMapping(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  1699.         $instance->addMethodMapping('loadValidatorMetadata');
  1700.         $instance->addObjectInitializers([=> new \Symfony\Bridge\Doctrine\Validator\DoctrineInitializer(($this->services['doctrine'] ?? $this->getDoctrineService())), => new \FOS\UserBundle\Validator\Initializer(($this->privates['fos_user.util.canonical_fields_updater'] ?? $this->getFosUser_Util_CanonicalFieldsUpdaterService()))]);
  1701.         $instance->addXmlMapping(($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/DependencyInjection/Compiler/../../Resources/config/storage-validation/orm.xml'));
  1702.         return $instance;
  1703.     }
  1704.     /**
  1705.      * Gets the private 'var_dumper.html_dumper' shared service.
  1706.      *
  1707.      * @return \Symfony\Component\VarDumper\Dumper\HtmlDumper
  1708.      */
  1709.     protected function getVarDumper_HtmlDumperService()
  1710.     {
  1711.         $this->privates['var_dumper.html_dumper'] = $instance = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL'UTF-8'0);
  1712.         $instance->setDisplayOptions(['fileLinkFormat' => ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService())]);
  1713.         return $instance;
  1714.     }
  1715.     /**
  1716.      * Gets the private 'var_dumper.server_connection' shared service.
  1717.      *
  1718.      * @return \Symfony\Component\VarDumper\Server\Connection
  1719.      */
  1720.     protected function getVarDumper_ServerConnectionService()
  1721.     {
  1722.         return $this->privates['var_dumper.server_connection'] = new \Symfony\Component\VarDumper\Server\Connection('tcp://'.$this->getEnv('string:VAR_DUMPER_SERVER'), ['source' => new \Symfony\Component\VarDumper\Dumper\ContextProvider\SourceContextProvider('UTF-8'$this->targetDirs[3], ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService())), 'request' => new \Symfony\Component\VarDumper\Dumper\ContextProvider\RequestContextProvider(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()))), 'cli' => new \Symfony\Component\VarDumper\Dumper\ContextProvider\CliContextProvider()]);
  1723.     }
  1724.     /**
  1725.      * Gets the private 'web_profiler.csp.handler' shared service.
  1726.      *
  1727.      * @return \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler
  1728.      */
  1729.     protected function getWebProfiler_Csp_HandlerService()
  1730.     {
  1731.         return $this->privates['web_profiler.csp.handler'] = new \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler(new \Symfony\Bundle\WebProfilerBundle\Csp\NonceGenerator());
  1732.     }
  1733.     /**
  1734.      * Gets the private 'web_profiler.debug_toolbar' shared service.
  1735.      *
  1736.      * @return \Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener
  1737.      */
  1738.     protected function getWebProfiler_DebugToolbarService()
  1739.     {
  1740.         return $this->privates['web_profiler.debug_toolbar'] = new \Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener(($this->services['twig'] ?? $this->getTwigService()), false2, ($this->services['router'] ?? $this->getRouterService()), '^/((index|app(_[\\w]+)?)\\.php/)?_wdt', ($this->privates['web_profiler.csp.handler'] ?? $this->getWebProfiler_Csp_HandlerService()));
  1741.     }
  1742.     public function getParameter($name)
  1743.     {
  1744.         $name = (string) $name;
  1745.         if (isset($this->buildParameters[$name])) {
  1746.             return $this->buildParameters[$name];
  1747.         }
  1748.         if (!(isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || array_key_exists($name$this->parameters))) {
  1749.             throw new InvalidArgumentException(sprintf('The parameter "%s" must be defined.'$name));
  1750.         }
  1751.         if (isset($this->loadedDynamicParameters[$name])) {
  1752.             return $this->loadedDynamicParameters[$name] ? $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  1753.         }
  1754.         return $this->parameters[$name];
  1755.     }
  1756.     public function hasParameter($name)
  1757.     {
  1758.         $name = (string) $name;
  1759.         if (isset($this->buildParameters[$name])) {
  1760.             return true;
  1761.         }
  1762.         return isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || array_key_exists($name$this->parameters);
  1763.     }
  1764.     public function setParameter($name$value)
  1765.     {
  1766.         throw new LogicException('Impossible to call set() on a frozen ParameterBag.');
  1767.     }
  1768.     public function getParameterBag()
  1769.     {
  1770.         if (null === $this->parameterBag) {
  1771.             $parameters $this->parameters;
  1772.             foreach ($this->loadedDynamicParameters as $name => $loaded) {
  1773.                 $parameters[$name] = $loaded $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  1774.             }
  1775.             foreach ($this->buildParameters as $name => $value) {
  1776.                 $parameters[$name] = $value;
  1777.             }
  1778.             $this->parameterBag = new FrozenParameterBag($parameters);
  1779.         }
  1780.         return $this->parameterBag;
  1781.     }
  1782.     private $loadedDynamicParameters = [
  1783.         'kernel.root_dir' => false,
  1784.         'kernel.project_dir' => false,
  1785.         'kernel.cache_dir' => false,
  1786.         'kernel.logs_dir' => false,
  1787.         'kernel.bundles_metadata' => false,
  1788.         'mailer_transport' => false,
  1789.         'mailer_host' => false,
  1790.         'mailer_user' => false,
  1791.         'mailer_password' => false,
  1792.         'to_email_address' => false,
  1793.         'from_email_address' => false,
  1794.         'from_firstname' => false,
  1795.         'alert_day_marging' => false,
  1796.         'external_location_path' => false,
  1797.         'external_client_location_path' => false,
  1798.         'hour_decalage_value' => false,
  1799.         'kernel.secret' => false,
  1800.         'validator.mapping.cache.file' => false,
  1801.         'translator.default_path' => false,
  1802.         'profiler.storage.dsn' => false,
  1803.         'debug.container.dump' => false,
  1804.         'serializer.mapping.cache.file' => false,
  1805.         'doctrine.orm.proxy_dir' => false,
  1806.         'doctrine_migrations.dir_name' => false,
  1807.         'swiftmailer.spool.default.memory.path' => false,
  1808.         'twig.default_path' => false,
  1809.         'fos_user.registration.confirmation.from_email' => false,
  1810.         'fos_user.resetting.email.from_email' => false,
  1811.     ];
  1812.     private $dynamicParameters = [];
  1813.     /**
  1814.      * Computes a dynamic parameter.
  1815.      *
  1816.      * @param string $name The name of the dynamic parameter to load
  1817.      *
  1818.      * @return mixed The value of the dynamic parameter
  1819.      *
  1820.      * @throws InvalidArgumentException When the dynamic parameter does not exist
  1821.      */
  1822.     private function getDynamicParameter($name)
  1823.     {
  1824.         switch ($name) {
  1825.             case 'kernel.root_dir'$value = ($this->targetDirs[3].'/src'); break;
  1826.             case 'kernel.project_dir'$value $this->targetDirs[3]; break;
  1827.             case 'kernel.cache_dir'$value $this->targetDirs[0]; break;
  1828.             case 'kernel.logs_dir'$value = ($this->targetDirs[2].'/log'); break;
  1829.             case 'kernel.bundles_metadata'$value = [
  1830.                 'FrameworkBundle' => [
  1831.                     'path' => ($this->targetDirs[3].'/vendor/symfony/framework-bundle'),
  1832.                     'namespace' => 'Symfony\\Bundle\\FrameworkBundle',
  1833.                 ],
  1834.                 'DoctrineCacheBundle' => [
  1835.                     'path' => ($this->targetDirs[3].'/vendor/doctrine/doctrine-cache-bundle'),
  1836.                     'namespace' => 'Doctrine\\Bundle\\DoctrineCacheBundle',
  1837.                 ],
  1838.                 'SensioFrameworkExtraBundle' => [
  1839.                     'path' => ($this->targetDirs[3].'/vendor/sensio/framework-extra-bundle'),
  1840.                     'namespace' => 'Sensio\\Bundle\\FrameworkExtraBundle',
  1841.                 ],
  1842.                 'DoctrineBundle' => [
  1843.                     'path' => ($this->targetDirs[3].'/vendor/doctrine/doctrine-bundle'),
  1844.                     'namespace' => 'Doctrine\\Bundle\\DoctrineBundle',
  1845.                 ],
  1846.                 'DoctrineMigrationsBundle' => [
  1847.                     'path' => ($this->targetDirs[3].'/vendor/doctrine/doctrine-migrations-bundle'),
  1848.                     'namespace' => 'Doctrine\\Bundle\\MigrationsBundle',
  1849.                 ],
  1850.                 'SecurityBundle' => [
  1851.                     'path' => ($this->targetDirs[3].'/vendor/symfony/security-bundle'),
  1852.                     'namespace' => 'Symfony\\Bundle\\SecurityBundle',
  1853.                 ],
  1854.                 'SwiftmailerBundle' => [
  1855.                     'path' => ($this->targetDirs[3].'/vendor/symfony/swiftmailer-bundle'),
  1856.                     'namespace' => 'Symfony\\Bundle\\SwiftmailerBundle',
  1857.                 ],
  1858.                 'TwigBundle' => [
  1859.                     'path' => ($this->targetDirs[3].'/vendor/symfony/twig-bundle'),
  1860.                     'namespace' => 'Symfony\\Bundle\\TwigBundle',
  1861.                 ],
  1862.                 'WebProfilerBundle' => [
  1863.                     'path' => ($this->targetDirs[3].'/vendor/symfony/web-profiler-bundle'),
  1864.                     'namespace' => 'Symfony\\Bundle\\WebProfilerBundle',
  1865.                 ],
  1866.                 'MonologBundle' => [
  1867.                     'path' => ($this->targetDirs[3].'/vendor/symfony/monolog-bundle'),
  1868.                     'namespace' => 'Symfony\\Bundle\\MonologBundle',
  1869.                 ],
  1870.                 'DebugBundle' => [
  1871.                     'path' => ($this->targetDirs[3].'/vendor/symfony/debug-bundle'),
  1872.                     'namespace' => 'Symfony\\Bundle\\DebugBundle',
  1873.                 ],
  1874.                 'MakerBundle' => [
  1875.                     'path' => ($this->targetDirs[3].'/vendor/symfony/maker-bundle/src'),
  1876.                     'namespace' => 'Symfony\\Bundle\\MakerBundle',
  1877.                 ],
  1878.                 'WebServerBundle' => [
  1879.                     'path' => ($this->targetDirs[3].'/vendor/symfony/web-server-bundle'),
  1880.                     'namespace' => 'Symfony\\Bundle\\WebServerBundle',
  1881.                 ],
  1882.                 'FOSUserBundle' => [
  1883.                     'path' => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle'),
  1884.                     'namespace' => 'FOS\\UserBundle',
  1885.                 ],
  1886.                 'AdminBundle' => [
  1887.                     'path' => ($this->targetDirs[3].'/src/ProPneu/BackOffice/AdminBundle'),
  1888.                     'namespace' => 'App\\ProPneu\\BackOffice\\AdminBundle',
  1889.                 ],
  1890.                 'FrontBundle' => [
  1891.                     'path' => ($this->targetDirs[3].'/src/ProPneu/FrontOffice/FrontBundle'),
  1892.                     'namespace' => 'App\\ProPneu\\FrontOffice\\FrontBundle',
  1893.                 ],
  1894.                 'MetierManagerBundle' => [
  1895.                     'path' => ($this->targetDirs[3].'/src/ProPneu/Service/MetierManagerBundle'),
  1896.                     'namespace' => 'App\\ProPneu\\Service\\MetierManagerBundle',
  1897.                 ],
  1898.                 'UserBundle' => [
  1899.                     'path' => ($this->targetDirs[3].'/src/ProPneu/Service/UserBundle'),
  1900.                     'namespace' => 'App\\ProPneu\\Service\\UserBundle',
  1901.                 ],
  1902.                 'I18nFormBundle' => [
  1903.                     'path' => ($this->targetDirs[3].'/vendor/koff/i18n-form-bundle/src'),
  1904.                     'namespace' => 'Koff\\Bundle\\I18nFormBundle',
  1905.                 ],
  1906.                 'DoctrineBehaviorsBundle' => [
  1907.                     'path' => ($this->targetDirs[3].'/vendor/knplabs/doctrine-behaviors/src/Bundle'),
  1908.                     'namespace' => 'Knp\\DoctrineBehaviors\\Bundle',
  1909.                 ],
  1910.                 'StofDoctrineExtensionsBundle' => [
  1911.                     'path' => ($this->targetDirs[3].'/vendor/stof/doctrine-extensions-bundle'),
  1912.                     'namespace' => 'Stof\\DoctrineExtensionsBundle',
  1913.                 ],
  1914.                 'LiipImagineBundle' => [
  1915.                     'path' => ($this->targetDirs[3].'/vendor/liip/imagine-bundle'),
  1916.                     'namespace' => 'Liip\\ImagineBundle',
  1917.                 ],
  1918.                 'JMSSerializerBundle' => [
  1919.                     'path' => ($this->targetDirs[3].'/vendor/jms/serializer-bundle'),
  1920.                     'namespace' => 'JMS\\SerializerBundle',
  1921.                 ],
  1922.             ]; break;
  1923.             case 'mailer_transport'$value $this->getEnv('resolve:MAILER_TRANSPORT'); break;
  1924.             case 'mailer_host'$value $this->getEnv('resolve:MAILER_HOST'); break;
  1925.             case 'mailer_user'$value $this->getEnv('resolve:MAILER_USER'); break;
  1926.             case 'mailer_password'$value $this->getEnv('resolve:MAILER_PASSWORD'); break;
  1927.             case 'to_email_address'$value $this->getEnv('resolve:TO_EMAIL_ADDRESS'); break;
  1928.             case 'from_email_address'$value $this->getEnv('resolve:FROM_EMAIL_ADDRESS'); break;
  1929.             case 'from_firstname'$value $this->getEnv('resolve:FROM_FIRSTNAME'); break;
  1930.             case 'alert_day_marging'$value $this->getEnv('resolve:ALERT_DAY_MARGING'); break;
  1931.             case 'external_location_path'$value $this->getEnv('resolve:DATA_LOCATION_PATH'); break;
  1932.             case 'external_client_location_path'$value $this->getEnv('resolve:DATA_CLIENT_LOCATION_PATH'); break;
  1933.             case 'hour_decalage_value'$value $this->getEnv('resolve:HOUR_DECALACE_VALUE'); break;
  1934.             case 'kernel.secret'$value $this->getEnv('APP_SECRET'); break;
  1935.             case 'validator.mapping.cache.file'$value = ($this->targetDirs[0].'/validation.php'); break;
  1936.             case 'translator.default_path'$value = ($this->targetDirs[3].'/translations'); break;
  1937.             case 'profiler.storage.dsn'$value = ('file:'.$this->targetDirs[0].'/profiler'); break;
  1938.             case 'debug.container.dump'$value = ($this->targetDirs[0].'/srcApp_KernelDevDebugContainer.xml'); break;
  1939.             case 'serializer.mapping.cache.file'$value = ($this->targetDirs[0].'/serialization.php'); break;
  1940.             case 'doctrine.orm.proxy_dir'$value = ($this->targetDirs[0].'/doctrine/orm/Proxies'); break;
  1941.             case 'doctrine_migrations.dir_name'$value = ($this->targetDirs[3].'/src/Migrations'); break;
  1942.             case 'swiftmailer.spool.default.memory.path'$value = ($this->targetDirs[0].'/swiftmailer/spool/default'); break;
  1943.             case 'twig.default_path'$value = ($this->targetDirs[3].'/templates'); break;
  1944.             case 'fos_user.registration.confirmation.from_email'$value = [
  1945.                 $this->getEnv('resolve:MAILER_USER') => $this->getEnv('resolve:MAILER_USER'),
  1946.             ]; break;
  1947.             case 'fos_user.resetting.email.from_email'$value = [
  1948.                 $this->getEnv('resolve:MAILER_USER') => $this->getEnv('resolve:MAILER_USER'),
  1949.             ]; break;
  1950.             default: throw new InvalidArgumentException(sprintf('The dynamic parameter "%s" must be defined.'$name));
  1951.         }
  1952.         $this->loadedDynamicParameters[$name] = true;
  1953.         return $this->dynamicParameters[$name] = $value;
  1954.     }
  1955.     /**
  1956.      * Gets the default parameters.
  1957.      *
  1958.      * @return array An array of the default parameters
  1959.      */
  1960.     protected function getDefaultParameters()
  1961.     {
  1962.         return [
  1963.             'kernel.environment' => 'dev',
  1964.             'kernel.debug' => true,
  1965.             'kernel.name' => 'src',
  1966.             'kernel.bundles' => [
  1967.                 'FrameworkBundle' => 'Symfony\\Bundle\\FrameworkBundle\\FrameworkBundle',
  1968.                 'DoctrineCacheBundle' => 'Doctrine\\Bundle\\DoctrineCacheBundle\\DoctrineCacheBundle',
  1969.                 'SensioFrameworkExtraBundle' => 'Sensio\\Bundle\\FrameworkExtraBundle\\SensioFrameworkExtraBundle',
  1970.                 'DoctrineBundle' => 'Doctrine\\Bundle\\DoctrineBundle\\DoctrineBundle',
  1971.                 'DoctrineMigrationsBundle' => 'Doctrine\\Bundle\\MigrationsBundle\\DoctrineMigrationsBundle',
  1972.                 'SecurityBundle' => 'Symfony\\Bundle\\SecurityBundle\\SecurityBundle',
  1973.                 'SwiftmailerBundle' => 'Symfony\\Bundle\\SwiftmailerBundle\\SwiftmailerBundle',
  1974.                 'TwigBundle' => 'Symfony\\Bundle\\TwigBundle\\TwigBundle',
  1975.                 'WebProfilerBundle' => 'Symfony\\Bundle\\WebProfilerBundle\\WebProfilerBundle',
  1976.                 'MonologBundle' => 'Symfony\\Bundle\\MonologBundle\\MonologBundle',
  1977.                 'DebugBundle' => 'Symfony\\Bundle\\DebugBundle\\DebugBundle',
  1978.                 'MakerBundle' => 'Symfony\\Bundle\\MakerBundle\\MakerBundle',
  1979.                 'WebServerBundle' => 'Symfony\\Bundle\\WebServerBundle\\WebServerBundle',
  1980.                 'FOSUserBundle' => 'FOS\\UserBundle\\FOSUserBundle',
  1981.                 'AdminBundle' => 'App\\ProPneu\\BackOffice\\AdminBundle\\AdminBundle',
  1982.                 'FrontBundle' => 'App\\ProPneu\\FrontOffice\\FrontBundle\\FrontBundle',
  1983.                 'MetierManagerBundle' => 'App\\ProPneu\\Service\\MetierManagerBundle\\MetierManagerBundle',
  1984.                 'UserBundle' => 'App\\ProPneu\\Service\\UserBundle\\UserBundle',
  1985.                 'I18nFormBundle' => 'Koff\\Bundle\\I18nFormBundle\\I18nFormBundle',
  1986.                 'DoctrineBehaviorsBundle' => 'Knp\\DoctrineBehaviors\\Bundle\\DoctrineBehaviorsBundle',
  1987.                 'StofDoctrineExtensionsBundle' => 'Stof\\DoctrineExtensionsBundle\\StofDoctrineExtensionsBundle',
  1988.                 'LiipImagineBundle' => 'Liip\\ImagineBundle\\LiipImagineBundle',
  1989.                 'JMSSerializerBundle' => 'JMS\\SerializerBundle\\JMSSerializerBundle',
  1990.             ],
  1991.             'kernel.charset' => 'UTF-8',
  1992.             'kernel.container_class' => 'srcApp_KernelDevDebugContainer',
  1993.             'container.dumper.inline_class_loader' => true,
  1994.             'env(DATABASE_URL)' => '',
  1995.             'locale' => 'fr',
  1996.             'container.dumper.inline_factories' => true,
  1997.             'tmp_price_percentage' => 1.08,
  1998.             'tmp_percentage' => 0.08,
  1999.             'fragment.renderer.hinclude.global_template' => NULL,
  2000.             'fragment.path' => '/_fragment',
  2001.             'kernel.http_method_override' => true,
  2002.             'kernel.trusted_hosts' => [
  2003.             ],
  2004.             'kernel.default_locale' => 'fr',
  2005.             'templating.helper.code.file_link_format' => NULL,
  2006.             'debug.file_link_format' => NULL,
  2007.             'session.metadata.storage_key' => '_sf2_meta',
  2008.             'session.storage.options' => [
  2009.                 'cache_limiter' => '0',
  2010.                 'name' => 'PROPNEUENTREPRISESESSID',
  2011.                 'cookie_lifetime' => 0,
  2012.                 'cookie_httponly' => true,
  2013.                 'gc_probability' => 1,
  2014.             ],
  2015.             'session.save_path' => '/var/lib/php/sessions',
  2016.             'session.metadata.update_threshold' => 0,
  2017.             'form.type_extension.csrf.enabled' => true,
  2018.             'form.type_extension.csrf.field_name' => '_token',
  2019.             'asset.request_context.base_path' => '',
  2020.             'asset.request_context.secure' => false,
  2021.             'templating.loader.cache.path' => NULL,
  2022.             'templating.engines' => [
  2023.                 => 'twig',
  2024.             ],
  2025.             'validator.mapping.cache.prefix' => '',
  2026.             'validator.translation_domain' => 'validators',
  2027.             'translator.logging' => false,
  2028.             'profiler_listener.only_exceptions' => false,
  2029.             'profiler_listener.only_master_requests' => false,
  2030.             'debug.error_handler.throw_at' => -1,
  2031.             'router.request_context.host' => 'localhost',
  2032.             'router.request_context.scheme' => 'http',
  2033.             'router.request_context.base_url' => '',
  2034.             'router.resource' => 'kernel::loadRoutes',
  2035.             'router.cache_class_prefix' => 'srcApp_KernelDevDebugContainer',
  2036.             'request_listener.http_port' => 80,
  2037.             'request_listener.https_port' => 443,
  2038.             'serializer.mapping.cache.prefix' => '',
  2039.             'doctrine_cache.apc.class' => 'Doctrine\\Common\\Cache\\ApcCache',
  2040.             'doctrine_cache.apcu.class' => 'Doctrine\\Common\\Cache\\ApcuCache',
  2041.             'doctrine_cache.array.class' => 'Doctrine\\Common\\Cache\\ArrayCache',
  2042.             'doctrine_cache.chain.class' => 'Doctrine\\Common\\Cache\\ChainCache',
  2043.             'doctrine_cache.couchbase.class' => 'Doctrine\\Common\\Cache\\CouchbaseCache',
  2044.             'doctrine_cache.couchbase.connection.class' => 'Couchbase',
  2045.             'doctrine_cache.couchbase.hostnames' => 'localhost:8091',
  2046.             'doctrine_cache.file_system.class' => 'Doctrine\\Common\\Cache\\FilesystemCache',
  2047.             'doctrine_cache.php_file.class' => 'Doctrine\\Common\\Cache\\PhpFileCache',
  2048.             'doctrine_cache.memcache.class' => 'Doctrine\\Common\\Cache\\MemcacheCache',
  2049.             'doctrine_cache.memcache.connection.class' => 'Memcache',
  2050.             'doctrine_cache.memcache.host' => 'localhost',
  2051.             'doctrine_cache.memcache.port' => 11211,
  2052.             'doctrine_cache.memcached.class' => 'Doctrine\\Common\\Cache\\MemcachedCache',
  2053.             'doctrine_cache.memcached.connection.class' => 'Memcached',
  2054.             'doctrine_cache.memcached.host' => 'localhost',
  2055.             'doctrine_cache.memcached.port' => 11211,
  2056.             'doctrine_cache.mongodb.class' => 'Doctrine\\Common\\Cache\\MongoDBCache',
  2057.             'doctrine_cache.mongodb.collection.class' => 'MongoCollection',
  2058.             'doctrine_cache.mongodb.connection.class' => 'MongoClient',
  2059.             'doctrine_cache.mongodb.server' => 'localhost:27017',
  2060.             'doctrine_cache.predis.client.class' => 'Predis\\Client',
  2061.             'doctrine_cache.predis.scheme' => 'tcp',
  2062.             'doctrine_cache.predis.host' => 'localhost',
  2063.             'doctrine_cache.predis.port' => 6379,
  2064.             'doctrine_cache.redis.class' => 'Doctrine\\Common\\Cache\\RedisCache',
  2065.             'doctrine_cache.redis.connection.class' => 'Redis',
  2066.             'doctrine_cache.redis.host' => 'localhost',
  2067.             'doctrine_cache.redis.port' => 6379,
  2068.             'doctrine_cache.riak.class' => 'Doctrine\\Common\\Cache\\RiakCache',
  2069.             'doctrine_cache.riak.bucket.class' => 'Riak\\Bucket',
  2070.             'doctrine_cache.riak.connection.class' => 'Riak\\Connection',
  2071.             'doctrine_cache.riak.bucket_property_list.class' => 'Riak\\BucketPropertyList',
  2072.             'doctrine_cache.riak.host' => 'localhost',
  2073.             'doctrine_cache.riak.port' => 8087,
  2074.             'doctrine_cache.sqlite3.class' => 'Doctrine\\Common\\Cache\\SQLite3Cache',
  2075.             'doctrine_cache.sqlite3.connection.class' => 'SQLite3',
  2076.             'doctrine_cache.void.class' => 'Doctrine\\Common\\Cache\\VoidCache',
  2077.             'doctrine_cache.wincache.class' => 'Doctrine\\Common\\Cache\\WinCacheCache',
  2078.             'doctrine_cache.xcache.class' => 'Doctrine\\Common\\Cache\\XcacheCache',
  2079.             'doctrine_cache.zenddata.class' => 'Doctrine\\Common\\Cache\\ZendDataCache',
  2080.             'doctrine_cache.security.acl.cache.class' => 'Doctrine\\Bundle\\DoctrineCacheBundle\\Acl\\Model\\AclCache',
  2081.             'doctrine.dbal.logger.chain.class' => 'Doctrine\\DBAL\\Logging\\LoggerChain',
  2082.             'doctrine.dbal.logger.profiling.class' => 'Doctrine\\DBAL\\Logging\\DebugStack',
  2083.             'doctrine.dbal.logger.class' => 'Symfony\\Bridge\\Doctrine\\Logger\\DbalLogger',
  2084.             'doctrine.dbal.configuration.class' => 'Doctrine\\DBAL\\Configuration',
  2085.             'doctrine.data_collector.class' => 'Doctrine\\Bundle\\DoctrineBundle\\DataCollector\\DoctrineDataCollector',
  2086.             'doctrine.dbal.connection.event_manager.class' => 'Symfony\\Bridge\\Doctrine\\ContainerAwareEventManager',
  2087.             'doctrine.dbal.connection_factory.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ConnectionFactory',
  2088.             'doctrine.dbal.events.mysql_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\MysqlSessionInit',
  2089.             'doctrine.dbal.events.oracle_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\OracleSessionInit',
  2090.             'doctrine.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Registry',
  2091.             'doctrine.entity_managers' => [
  2092.                 'default' => 'doctrine.orm.default_entity_manager',
  2093.             ],
  2094.             'doctrine.default_entity_manager' => 'default',
  2095.             'doctrine.dbal.connection_factory.types' => [
  2096.             ],
  2097.             'doctrine.connections' => [
  2098.                 'default' => 'doctrine.dbal.default_connection',
  2099.             ],
  2100.             'doctrine.default_connection' => 'default',
  2101.             'doctrine.orm.configuration.class' => 'Doctrine\\ORM\\Configuration',
  2102.             'doctrine.orm.entity_manager.class' => 'Doctrine\\ORM\\EntityManager',
  2103.             'doctrine.orm.manager_configurator.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ManagerConfigurator',
  2104.             'doctrine.orm.cache.array.class' => 'Doctrine\\Common\\Cache\\ArrayCache',
  2105.             'doctrine.orm.cache.apc.class' => 'Doctrine\\Common\\Cache\\ApcCache',
  2106.             'doctrine.orm.cache.memcache.class' => 'Doctrine\\Common\\Cache\\MemcacheCache',
  2107.             'doctrine.orm.cache.memcache_host' => 'localhost',
  2108.             'doctrine.orm.cache.memcache_port' => 11211,
  2109.             'doctrine.orm.cache.memcache_instance.class' => 'Memcache',
  2110.             'doctrine.orm.cache.memcached.class' => 'Doctrine\\Common\\Cache\\MemcachedCache',
  2111.             'doctrine.orm.cache.memcached_host' => 'localhost',
  2112.             'doctrine.orm.cache.memcached_port' => 11211,
  2113.             'doctrine.orm.cache.memcached_instance.class' => 'Memcached',
  2114.             'doctrine.orm.cache.redis.class' => 'Doctrine\\Common\\Cache\\RedisCache',
  2115.             'doctrine.orm.cache.redis_host' => 'localhost',
  2116.             'doctrine.orm.cache.redis_port' => 6379,
  2117.             'doctrine.orm.cache.redis_instance.class' => 'Redis',
  2118.             'doctrine.orm.cache.xcache.class' => 'Doctrine\\Common\\Cache\\XcacheCache',
  2119.             'doctrine.orm.cache.wincache.class' => 'Doctrine\\Common\\Cache\\WinCacheCache',
  2120.             'doctrine.orm.cache.zenddata.class' => 'Doctrine\\Common\\Cache\\ZendDataCache',
  2121.             'doctrine.orm.metadata.driver_chain.class' => 'Doctrine\\Common\\Persistence\\Mapping\\Driver\\MappingDriverChain',
  2122.             'doctrine.orm.metadata.annotation.class' => 'Doctrine\\ORM\\Mapping\\Driver\\AnnotationDriver',
  2123.             'doctrine.orm.metadata.xml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedXmlDriver',
  2124.             'doctrine.orm.metadata.yml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedYamlDriver',
  2125.             'doctrine.orm.metadata.php.class' => 'Doctrine\\ORM\\Mapping\\Driver\\PHPDriver',
  2126.             'doctrine.orm.metadata.staticphp.class' => 'Doctrine\\ORM\\Mapping\\Driver\\StaticPHPDriver',
  2127.             'doctrine.orm.proxy_cache_warmer.class' => 'Symfony\\Bridge\\Doctrine\\CacheWarmer\\ProxyCacheWarmer',
  2128.             'form.type_guesser.doctrine.class' => 'Symfony\\Bridge\\Doctrine\\Form\\DoctrineOrmTypeGuesser',
  2129.             'doctrine.orm.validator.unique.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator',
  2130.             'doctrine.orm.validator_initializer.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\DoctrineInitializer',
  2131.             'doctrine.orm.security.user.provider.class' => 'Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider',
  2132.             'doctrine.orm.listeners.resolve_target_entity.class' => 'Doctrine\\ORM\\Tools\\ResolveTargetEntityListener',
  2133.             'doctrine.orm.listeners.attach_entity_listeners.class' => 'Doctrine\\ORM\\Tools\\AttachEntityListenersListener',
  2134.             'doctrine.orm.naming_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultNamingStrategy',
  2135.             'doctrine.orm.naming_strategy.underscore.class' => 'Doctrine\\ORM\\Mapping\\UnderscoreNamingStrategy',
  2136.             'doctrine.orm.quote_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultQuoteStrategy',
  2137.             'doctrine.orm.quote_strategy.ansi.class' => 'Doctrine\\ORM\\Mapping\\AnsiQuoteStrategy',
  2138.             'doctrine.orm.entity_listener_resolver.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ContainerEntityListenerResolver',
  2139.             'doctrine.orm.second_level_cache.default_cache_factory.class' => 'Doctrine\\ORM\\Cache\\DefaultCacheFactory',
  2140.             'doctrine.orm.second_level_cache.default_region.class' => 'Doctrine\\ORM\\Cache\\Region\\DefaultRegion',
  2141.             'doctrine.orm.second_level_cache.filelock_region.class' => 'Doctrine\\ORM\\Cache\\Region\\FileLockRegion',
  2142.             'doctrine.orm.second_level_cache.logger_chain.class' => 'Doctrine\\ORM\\Cache\\Logging\\CacheLoggerChain',
  2143.             'doctrine.orm.second_level_cache.logger_statistics.class' => 'Doctrine\\ORM\\Cache\\Logging\\StatisticsCacheLogger',
  2144.             'doctrine.orm.second_level_cache.cache_configuration.class' => 'Doctrine\\ORM\\Cache\\CacheConfiguration',
  2145.             'doctrine.orm.second_level_cache.regions_configuration.class' => 'Doctrine\\ORM\\Cache\\RegionsConfiguration',
  2146.             'doctrine.orm.auto_generate_proxy_classes' => true,
  2147.             'doctrine.orm.proxy_namespace' => 'Proxies',
  2148.             'doctrine_migrations.namespace' => 'DoctrineMigrations',
  2149.             'doctrine_migrations.table_name' => 'migration_versions',
  2150.             'doctrine_migrations.column_name' => 'version',
  2151.             'doctrine_migrations.column_length' => 14,
  2152.             'doctrine_migrations.executed_at_column_name' => 'executed_at',
  2153.             'doctrine_migrations.all_or_nothing' => false,
  2154.             'doctrine_migrations.name' => 'Application Migrations',
  2155.             'doctrine_migrations.custom_template' => NULL,
  2156.             'doctrine_migrations.organize_migrations' => false,
  2157.             'security.authentication.trust_resolver.anonymous_class' => NULL,
  2158.             'security.authentication.trust_resolver.rememberme_class' => NULL,
  2159.             'security.role_hierarchy.roles' => [
  2160.                 'ROLE_DIRECTEUR' => [
  2161.                     => 'ROLE_DIRECTEUR',
  2162.                 ],
  2163.                 'ROLE_CHEF_CENTRE' => [
  2164.                     => 'ROLE_USER',
  2165.                 ],
  2166.                 'ROLE_PERSONNEL' => [
  2167.                     => 'ROLE_PERSONNEL',
  2168.                 ],
  2169.                 'ROLE_CUSTOM' => [
  2170.                     => 'ROLE_CUSTOME',
  2171.                 ],
  2172.                 'ROLE_ADMIN' => [
  2173.                     => 'ROLE_ADMIN',
  2174.                 ],
  2175.                 'ROLE_SUPERADMIN' => [
  2176.                     => 'ROLE_USER',
  2177.                     => 'ROLE_DIRECTEUR',
  2178.                     => 'ROLE_ADMIN',
  2179.                     => 'ROLE_CUSTOM',
  2180.                     => 'ROLE_ALLOWED_TO_SWITCH',
  2181.                 ],
  2182.             ],
  2183.             'security.access.denied_url' => NULL,
  2184.             'security.authentication.manager.erase_credentials' => true,
  2185.             'security.authentication.session_strategy.strategy' => 'migrate',
  2186.             'security.access.always_authenticate_before_granting' => false,
  2187.             'security.authentication.hide_user_not_found' => true,
  2188.             'swiftmailer.mailer.default.transport.name' => 'dynamic',
  2189.             'swiftmailer.mailer.default.spool.enabled' => true,
  2190.             'swiftmailer.mailer.default.plugin.impersonate' => NULL,
  2191.             'swiftmailer.mailer.default.single_address' => NULL,
  2192.             'swiftmailer.mailer.default.delivery.enabled' => true,
  2193.             'swiftmailer.spool.enabled' => true,
  2194.             'swiftmailer.delivery.enabled' => true,
  2195.             'swiftmailer.single_address' => NULL,
  2196.             'swiftmailer.mailers' => [
  2197.                 'default' => 'swiftmailer.mailer.default',
  2198.             ],
  2199.             'swiftmailer.default_mailer' => 'default',
  2200.             'twig.exception_listener.controller' => 'twig.controller.exception::showAction',
  2201.             'twig.form.resources' => [
  2202.                 => 'form_div_layout.html.twig',
  2203.                 => '@I18nForm/bootstrap_4_form.html.twig',
  2204.                 => '@LiipImagine/Form/form_div_layout.html.twig',
  2205.             ],
  2206.             'web_profiler.debug_toolbar.intercept_redirects' => false,
  2207.             'web_profiler.debug_toolbar.mode' => 2,
  2208.             'monolog.use_microseconds' => true,
  2209.             'monolog.swift_mailer.handlers' => [
  2210.             ],
  2211.             'monolog.handlers_to_channels' => [
  2212.                 'monolog.handler.console' => [
  2213.                     'type' => 'exclusive',
  2214.                     'elements' => [
  2215.                         => 'event',
  2216.                         => 'doctrine',
  2217.                         => 'console',
  2218.                     ],
  2219.                 ],
  2220.                 'monolog.handler.main' => [
  2221.                     'type' => 'exclusive',
  2222.                     'elements' => [
  2223.                         => 'event',
  2224.                     ],
  2225.                 ],
  2226.             ],
  2227.             'env(VAR_DUMPER_SERVER)' => '127.0.0.1:9912',
  2228.             'fos_user.backend_type_orm' => true,
  2229.             'fos_user.security.interactive_login_listener.class' => 'FOS\\UserBundle\\EventListener\\LastLoginListener',
  2230.             'fos_user.security.login_manager.class' => 'FOS\\UserBundle\\Security\\LoginManager',
  2231.             'fos_user.resetting.email.template' => '@FOSUser/Resetting/email.txt.twig',
  2232.             'fos_user.registration.confirmation.template' => '@FOSUser/Registration/email.txt.twig',
  2233.             'fos_user.storage' => 'orm',
  2234.             'fos_user.firewall_name' => 'main',
  2235.             'fos_user.model_manager_name' => NULL,
  2236.             'fos_user.model.user.class' => 'App\\ProPneu\\Service\\UserBundle\\Entity\\User',
  2237.             'fos_user.profile.form.type' => 'FOS\\UserBundle\\Form\\Type\\ProfileFormType',
  2238.             'fos_user.profile.form.name' => 'fos_user_profile_form',
  2239.             'fos_user.profile.form.validation_groups' => [
  2240.                 => 'Profile',
  2241.                 => 'Default',
  2242.             ],
  2243.             'fos_user.registration.confirmation.enabled' => false,
  2244.             'fos_user.registration.form.type' => 'FOS\\UserBundle\\Form\\Type\\RegistrationFormType',
  2245.             'fos_user.registration.form.name' => 'fos_user_registration_form',
  2246.             'fos_user.registration.form.validation_groups' => [
  2247.                 => 'Registration',
  2248.                 => 'Default',
  2249.             ],
  2250.             'fos_user.change_password.form.type' => 'FOS\\UserBundle\\Form\\Type\\ChangePasswordFormType',
  2251.             'fos_user.change_password.form.name' => 'fos_user_change_password_form',
  2252.             'fos_user.change_password.form.validation_groups' => [
  2253.                 => 'ChangePassword',
  2254.                 => 'Default',
  2255.             ],
  2256.             'fos_user.resetting.retry_ttl' => 7200,
  2257.             'fos_user.resetting.token_ttl' => 86400,
  2258.             'fos_user.resetting.form.type' => 'FOS\\UserBundle\\Form\\Type\\ResettingFormType',
  2259.             'fos_user.resetting.form.name' => 'fos_user_resetting_form',
  2260.             'fos_user.resetting.form.validation_groups' => [
  2261.                 => 'ResetPassword',
  2262.                 => 'Default',
  2263.             ],
  2264.             'knp.doctrine_behaviors.reflection.class_analyzer.class' => 'Knp\\DoctrineBehaviors\\Reflection\\ClassAnalyzer',
  2265.             'knp.doctrine_behaviors.reflection.is_recursive' => true,
  2266.             'knp.doctrine_behaviors.translatable_subscriber.class' => 'Knp\\DoctrineBehaviors\\ORM\\Translatable\\TranslatableSubscriber',
  2267.             'knp.doctrine_behaviors.translatable_subscriber.current_locale_callable.class' => 'Knp\\DoctrineBehaviors\\ORM\\Translatable\\CurrentLocaleCallable',
  2268.             'knp.doctrine_behaviors.translatable_subscriber.default_locale_callable.class' => 'Knp\\DoctrineBehaviors\\ORM\\Translatable\\DefaultLocaleCallable',
  2269.             'knp.doctrine_behaviors.translatable_subscriber.translatable_trait' => 'Knp\\DoctrineBehaviors\\Model\\Translatable\\Translatable',
  2270.             'knp.doctrine_behaviors.translatable_subscriber.translation_trait' => 'Knp\\DoctrineBehaviors\\Model\\Translatable\\Translation',
  2271.             'knp.doctrine_behaviors.translatable_subscriber.translatable_fetch_method' => 'LAZY',
  2272.             'knp.doctrine_behaviors.translatable_subscriber.translation_fetch_method' => 'LAZY',
  2273.             'knp.doctrine_behaviors.softdeletable_subscriber.class' => 'Knp\\DoctrineBehaviors\\ORM\\SoftDeletable\\SoftDeletableSubscriber',
  2274.             'knp.doctrine_behaviors.softdeletable_subscriber.softdeletable_trait' => 'Knp\\DoctrineBehaviors\\Model\\SoftDeletable\\SoftDeletable',
  2275.             'knp.doctrine_behaviors.timestampable_subscriber.class' => 'Knp\\DoctrineBehaviors\\ORM\\Timestampable\\TimestampableSubscriber',
  2276.             'knp.doctrine_behaviors.timestampable_subscriber.timestampable_trait' => 'Knp\\DoctrineBehaviors\\Model\\Timestampable\\Timestampable',
  2277.             'knp.doctrine_behaviors.timestampable_subscriber.db_field_type' => 'datetime',
  2278.             'knp.doctrine_behaviors.blameable_subscriber.class' => 'Knp\\DoctrineBehaviors\\ORM\\Blameable\\BlameableSubscriber',
  2279.             'knp.doctrine_behaviors.blameable_subscriber.blameable_trait' => 'Knp\\DoctrineBehaviors\\Model\\Blameable\\Blameable',
  2280.             'knp.doctrine_behaviors.blameable_subscriber.user_callable.class' => 'Knp\\DoctrineBehaviors\\ORM\\Blameable\\UserCallable',
  2281.             'knp.doctrine_behaviors.blameable_subscriber.user_entity' => NULL,
  2282.             'knp.doctrine_behaviors.loggable_subscriber.class' => 'Knp\\DoctrineBehaviors\\ORM\\Loggable\\LoggableSubscriber',
  2283.             'knp.doctrine_behaviors.loggable_subscriber.logger_callable.class' => 'Knp\\DoctrineBehaviors\\ORM\\Loggable\\LoggerCallable',
  2284.             'knp.doctrine_behaviors.geocodable_subscriber.class' => 'Knp\\DoctrineBehaviors\\ORM\\Geocodable\\GeocodableSubscriber',
  2285.             'knp.doctrine_behaviors.geocodable_subscriber.geocodable_trait' => 'Knp\\DoctrineBehaviors\\Model\\Geocodable\\Geocodable',
  2286.             'knp.doctrine_behaviors.sluggable_subscriber.class' => 'Knp\\DoctrineBehaviors\\ORM\\Sluggable\\SluggableSubscriber',
  2287.             'knp.doctrine_behaviors.sluggable_subscriber.sluggable_trait' => 'Knp\\DoctrineBehaviors\\Model\\Sluggable\\Sluggable',
  2288.             'knp.doctrine_behaviors.tree_subscriber.class' => 'Knp\\DoctrineBehaviors\\ORM\\Tree\\TreeSubscriber',
  2289.             'knp.doctrine_behaviors.tree_subscriber.tree_trait' => 'Knp\\DoctrineBehaviors\\Model\\Tree\\Node',
  2290.             'knp.doctrine_behaviors.sortable_subscriber.class' => 'Knp\\DoctrineBehaviors\\ORM\\Sortable\\SortableSubscriber',
  2291.             'knp.doctrine_behaviors.sortable_subscriber.sortable_trait' => 'Knp\\DoctrineBehaviors\\Model\\Sortable\\Sortable',
  2292.             'stof_doctrine_extensions.listener.sluggable.class' => 'Gedmo\\Sluggable\\SluggableListener',
  2293.             'stof_doctrine_extensions.default_locale' => 'en',
  2294.             'stof_doctrine_extensions.translation_fallback' => false,
  2295.             'stof_doctrine_extensions.persist_default_translation' => false,
  2296.             'stof_doctrine_extensions.skip_translation_on_load' => false,
  2297.             'stof_doctrine_extensions.listener.translatable.class' => 'Gedmo\\Translatable\\TranslatableListener',
  2298.             'stof_doctrine_extensions.listener.timestampable.class' => 'Gedmo\\Timestampable\\TimestampableListener',
  2299.             'stof_doctrine_extensions.listener.blameable.class' => 'Gedmo\\Blameable\\BlameableListener',
  2300.             'stof_doctrine_extensions.listener.tree.class' => 'Gedmo\\Tree\\TreeListener',
  2301.             'stof_doctrine_extensions.listener.loggable.class' => 'Gedmo\\Loggable\\LoggableListener',
  2302.             'stof_doctrine_extensions.listener.sortable.class' => 'Gedmo\\Sortable\\SortableListener',
  2303.             'stof_doctrine_extensions.listener.softdeleteable.class' => 'Gedmo\\SoftDeleteable\\SoftDeleteableListener',
  2304.             'stof_doctrine_extensions.listener.uploadable.class' => 'Gedmo\\Uploadable\\UploadableListener',
  2305.             'stof_doctrine_extensions.listener.reference_integrity.class' => 'Gedmo\\ReferenceIntegrity\\ReferenceIntegrityListener',
  2306.             'liip_imagine.jpegoptim.binary' => '/usr/bin/jpegoptim',
  2307.             'liip_imagine.jpegoptim.stripAll' => true,
  2308.             'liip_imagine.jpegoptim.max' => NULL,
  2309.             'liip_imagine.jpegoptim.progressive' => true,
  2310.             'liip_imagine.jpegoptim.tempDir' => NULL,
  2311.             'liip_imagine.optipng.binary' => '/usr/bin/optipng',
  2312.             'liip_imagine.optipng.level' => 7,
  2313.             'liip_imagine.optipng.stripAll' => true,
  2314.             'liip_imagine.optipng.tempDir' => NULL,
  2315.             'liip_imagine.pngquant.binary' => '/usr/bin/pngquant',
  2316.             'liip_imagine.mozjpeg.binary' => '/opt/mozjpeg/bin/cjpeg',
  2317.             'liip_imagine.cache.resolver.default' => 'default',
  2318.             'liip_imagine.default_image' => NULL,
  2319.             'liip_imagine.filter_sets' => [
  2320.                 'cache' => [
  2321.                     'quality' => 100,
  2322.                     'jpeg_quality' => NULL,
  2323.                     'png_compression_level' => NULL,
  2324.                     'png_compression_filter' => NULL,
  2325.                     'format' => NULL,
  2326.                     'animated' => false,
  2327.                     'cache' => NULL,
  2328.                     'data_loader' => NULL,
  2329.                     'default_image' => NULL,
  2330.                     'filters' => [
  2331.                     ],
  2332.                     'post_processors' => [
  2333.                     ],
  2334.                 ],
  2335.                 'photo_user_profil' => [
  2336.                     'quality' => 100,
  2337.                     'filters' => [
  2338.                         'upscale' => [
  2339.                             'min' => [
  2340.                                 => 128,
  2341.                                 => 128,
  2342.                             ],
  2343.                         ],
  2344.                         'thumbnail' => [
  2345.                             'size' => [
  2346.                                 => 128,
  2347.                                 => 128,
  2348.                             ],
  2349.                             'mode' => 'outbound',
  2350.                         ],
  2351.                     ],
  2352.                     'jpeg_quality' => NULL,
  2353.                     'png_compression_level' => NULL,
  2354.                     'png_compression_filter' => NULL,
  2355.                     'format' => NULL,
  2356.                     'animated' => false,
  2357.                     'cache' => NULL,
  2358.                     'data_loader' => NULL,
  2359.                     'default_image' => NULL,
  2360.                     'post_processors' => [
  2361.                     ],
  2362.                 ],
  2363.                 'photo_user_profil_miniature' => [
  2364.                     'quality' => 100,
  2365.                     'filters' => [
  2366.                         'upscale' => [
  2367.                             'min' => [
  2368.                                 => 64,
  2369.                                 => 64,
  2370.                             ],
  2371.                         ],
  2372.                         'thumbnail' => [
  2373.                             'size' => [
  2374.                                 => 64,
  2375.                                 => 64,
  2376.                             ],
  2377.                             'mode' => 'outbound',
  2378.                         ],
  2379.                     ],
  2380.                     'jpeg_quality' => NULL,
  2381.                     'png_compression_level' => NULL,
  2382.                     'png_compression_filter' => NULL,
  2383.                     'format' => NULL,
  2384.                     'animated' => false,
  2385.                     'cache' => NULL,
  2386.                     'data_loader' => NULL,
  2387.                     'default_image' => NULL,
  2388.                     'post_processors' => [
  2389.                     ],
  2390.                 ],
  2391.             ],
  2392.             'liip_imagine.binary.loader.default' => 'default',
  2393.             'liip_imagine.controller.filter_action' => 'Liip\\ImagineBundle\\Controller\\ImagineController::filterAction',
  2394.             'liip_imagine.controller.filter_runtime_action' => 'Liip\\ImagineBundle\\Controller\\ImagineController::filterRuntimeAction',
  2395.             'jms_serializer.metadata.file_locator.class' => 'Metadata\\Driver\\FileLocator',
  2396.             'jms_serializer.metadata.annotation_driver.class' => 'JMS\\Serializer\\Metadata\\Driver\\AnnotationDriver',
  2397.             'jms_serializer.metadata.chain_driver.class' => 'Metadata\\Driver\\DriverChain',
  2398.             'jms_serializer.metadata.yaml_driver.class' => 'JMS\\Serializer\\Metadata\\Driver\\YamlDriver',
  2399.             'jms_serializer.metadata.xml_driver.class' => 'JMS\\Serializer\\Metadata\\Driver\\XmlDriver',
  2400.             'jms_serializer.metadata.php_driver.class' => 'JMS\\Serializer\\Metadata\\Driver\\PhpDriver',
  2401.             'jms_serializer.metadata.doctrine_type_driver.class' => 'JMS\\Serializer\\Metadata\\Driver\\DoctrineTypeDriver',
  2402.             'jms_serializer.metadata.doctrine_phpcr_type_driver.class' => 'JMS\\Serializer\\Metadata\\Driver\\DoctrinePHPCRTypeDriver',
  2403.             'jms_serializer.metadata.lazy_loading_driver.class' => 'Metadata\\Driver\\LazyLoadingDriver',
  2404.             'jms_serializer.metadata.metadata_factory.class' => 'Metadata\\MetadataFactory',
  2405.             'jms_serializer.metadata.cache.file_cache.class' => 'Metadata\\Cache\\FileCache',
  2406.             'jms_serializer.event_dispatcher.class' => 'JMS\\Serializer\\EventDispatcher\\LazyEventDispatcher',
  2407.             'jms_serializer.camel_case_naming_strategy.class' => 'JMS\\Serializer\\Naming\\CamelCaseNamingStrategy',
  2408.             'jms_serializer.identical_property_naming_strategy.class' => 'JMS\\Serializer\\Naming\\IdenticalPropertyNamingStrategy',
  2409.             'jms_serializer.serialized_name_annotation_strategy.class' => 'JMS\\Serializer\\Naming\\SerializedNameAnnotationStrategy',
  2410.             'jms_serializer.cache_naming_strategy.class' => 'JMS\\Serializer\\Naming\\CacheNamingStrategy',
  2411.             'jms_serializer.doctrine_object_constructor.class' => 'JMS\\Serializer\\Construction\\DoctrineObjectConstructor',
  2412.             'jms_serializer.unserialize_object_constructor.class' => 'JMS\\Serializer\\Construction\\UnserializeObjectConstructor',
  2413.             'jms_serializer.version_exclusion_strategy.class' => 'JMS\\Serializer\\Exclusion\\VersionExclusionStrategy',
  2414.             'jms_serializer.serializer.class' => 'JMS\\Serializer\\Serializer',
  2415.             'jms_serializer.twig_extension.class' => 'JMS\\Serializer\\Twig\\SerializerExtension',
  2416.             'jms_serializer.twig_runtime_extension.class' => 'JMS\\Serializer\\Twig\\SerializerRuntimeExtension',
  2417.             'jms_serializer.twig_runtime_extension_helper.class' => 'JMS\\Serializer\\Twig\\SerializerRuntimeHelper',
  2418.             'jms_serializer.templating.helper.class' => 'JMS\\SerializerBundle\\Templating\\SerializerHelper',
  2419.             'jms_serializer.json_serialization_visitor.class' => 'JMS\\Serializer\\JsonSerializationVisitor',
  2420.             'jms_serializer.json_serialization_visitor.options' => 0,
  2421.             'jms_serializer.json_deserialization_visitor.class' => 'JMS\\Serializer\\JsonDeserializationVisitor',
  2422.             'jms_serializer.xml_serialization_visitor.class' => 'JMS\\Serializer\\XmlSerializationVisitor',
  2423.             'jms_serializer.xml_deserialization_visitor.class' => 'JMS\\Serializer\\XmlDeserializationVisitor',
  2424.             'jms_serializer.xml_deserialization_visitor.doctype_whitelist' => [
  2425.             ],
  2426.             'jms_serializer.xml_serialization_visitor.format_output' => true,
  2427.             'jms_serializer.yaml_serialization_visitor.class' => 'JMS\\Serializer\\YamlSerializationVisitor',
  2428.             'jms_serializer.handler_registry.class' => 'JMS\\Serializer\\Handler\\LazyHandlerRegistry',
  2429.             'jms_serializer.datetime_handler.class' => 'JMS\\Serializer\\Handler\\DateHandler',
  2430.             'jms_serializer.array_collection_handler.class' => 'JMS\\Serializer\\Handler\\ArrayCollectionHandler',
  2431.             'jms_serializer.php_collection_handler.class' => 'JMS\\Serializer\\Handler\\PhpCollectionHandler',
  2432.             'jms_serializer.form_error_handler.class' => 'JMS\\Serializer\\Handler\\FormErrorHandler',
  2433.             'jms_serializer.constraint_violation_handler.class' => 'JMS\\Serializer\\Handler\\ConstraintViolationHandler',
  2434.             'jms_serializer.doctrine_proxy_subscriber.class' => 'JMS\\Serializer\\EventDispatcher\\Subscriber\\DoctrineProxySubscriber',
  2435.             'jms_serializer.stopwatch_subscriber.class' => 'JMS\\SerializerBundle\\Serializer\\StopwatchEventSubscriber',
  2436.             'jms_serializer.configured_context_factory.class' => 'JMS\\SerializerBundle\\ContextFactory\\ConfiguredContextFactory',
  2437.             'jms_serializer.expression_evaluator.class' => 'JMS\\Serializer\\Expression\\ExpressionEvaluator',
  2438.             'jms_serializer.expression_language.class' => 'Symfony\\Component\\ExpressionLanguage\\ExpressionLanguage',
  2439.             'jms_serializer.expression_language.function_provider.class' => 'JMS\\SerializerBundle\\ExpressionLanguage\\BasicSerializerFunctionsProvider',
  2440.             'jms_serializer.accessor_strategy.default.class' => 'JMS\\Serializer\\Accessor\\DefaultAccessorStrategy',
  2441.             'jms_serializer.accessor_strategy.expression.class' => 'JMS\\Serializer\\Accessor\\ExpressionAccessorStrategy',
  2442.             'jms_serializer.cache.cache_warmer.class' => 'JMS\\SerializerBundle\\Cache\\CacheWarmer',
  2443.             'data_collector.templates' => [
  2444.                 'data_collector.request' => [
  2445.                     => 'request',
  2446.                     => '@WebProfiler/Collector/request.html.twig',
  2447.                 ],
  2448.                 'data_collector.time' => [
  2449.                     => 'time',
  2450.                     => '@WebProfiler/Collector/time.html.twig',
  2451.                 ],
  2452.                 'data_collector.memory' => [
  2453.                     => 'memory',
  2454.                     => '@WebProfiler/Collector/memory.html.twig',
  2455.                 ],
  2456.                 'data_collector.validator' => [
  2457.                     => 'validator',
  2458.                     => '@WebProfiler/Collector/validator.html.twig',
  2459.                 ],
  2460.                 'data_collector.ajax' => [
  2461.                     => 'ajax',
  2462.                     => '@WebProfiler/Collector/ajax.html.twig',
  2463.                 ],
  2464.                 'data_collector.form' => [
  2465.                     => 'form',
  2466.                     => '@WebProfiler/Collector/form.html.twig',
  2467.                 ],
  2468.                 'data_collector.exception' => [
  2469.                     => 'exception',
  2470.                     => '@WebProfiler/Collector/exception.html.twig',
  2471.                 ],
  2472.                 'data_collector.logger' => [
  2473.                     => 'logger',
  2474.                     => '@WebProfiler/Collector/logger.html.twig',
  2475.                 ],
  2476.                 'data_collector.events' => [
  2477.                     => 'events',
  2478.                     => '@WebProfiler/Collector/events.html.twig',
  2479.                 ],
  2480.                 'data_collector.router' => [
  2481.                     => 'router',
  2482.                     => '@WebProfiler/Collector/router.html.twig',
  2483.                 ],
  2484.                 'data_collector.cache' => [
  2485.                     => 'cache',
  2486.                     => '@WebProfiler/Collector/cache.html.twig',
  2487.                 ],
  2488.                 'data_collector.translation' => [
  2489.                     => 'translation',
  2490.                     => '@WebProfiler/Collector/translation.html.twig',
  2491.                 ],
  2492.                 'data_collector.security' => [
  2493.                     => 'security',
  2494.                     => '@Security/Collector/security.html.twig',
  2495.                 ],
  2496.                 'data_collector.twig' => [
  2497.                     => 'twig',
  2498.                     => '@WebProfiler/Collector/twig.html.twig',
  2499.                 ],
  2500.                 'data_collector.doctrine' => [
  2501.                     => 'db',
  2502.                     => '@Doctrine/Collector/db.html.twig',
  2503.                 ],
  2504.                 'swiftmailer.data_collector' => [
  2505.                     => 'swiftmailer',
  2506.                     => '@Swiftmailer/Collector/swiftmailer.html.twig',
  2507.                 ],
  2508.                 'data_collector.dump' => [
  2509.                     => 'dump',
  2510.                     => '@Debug/Profiler/dump.html.twig',
  2511.                 ],
  2512.                 'data_collector.config' => [
  2513.                     => 'config',
  2514.                     => '@WebProfiler/Collector/config.html.twig',
  2515.                 ],
  2516.             ],
  2517.             'console.command.ids' => [
  2518.                 => 'console.command.public_alias.doctrine_cache.contains_command',
  2519.                 => 'console.command.public_alias.doctrine_cache.delete_command',
  2520.                 => 'console.command.public_alias.doctrine_cache.flush_command',
  2521.                 => 'console.command.public_alias.doctrine_cache.stats_command',
  2522.             ],
  2523.         ];
  2524.     }
  2525. }