var/cache/dev/ContainerAFZhPxk/srcDevDebugProjectContainer.php line 173

Open in your IDE?
  1. <?php
  2. namespace ContainerAFZhPxk;
  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 srcDevDebugProjectContainer extends Container
  17. {
  18.     private $buildParameters;
  19.     private $parameters;
  20.     private $targetDirs = array();
  21.     /**
  22.      * @internal but protected for BC on cache:clear
  23.      */
  24.     protected $privates = array();
  25.     public function __construct(array $buildParameters = array())
  26.     {
  27.         $dir $this->targetDirs[0] = \dirname(__DIR__);
  28.         for ($i 1$i <= 5; ++$i) {
  29.             $this->targetDirs[$i] = $dir = \dirname($dir);
  30.         }
  31.         $this->buildParameters $buildParameters;
  32.         $this->parameters $this->getDefaultParameters();
  33.         $this->services $this->privates = array();
  34.         $this->syntheticIds = array(
  35.             'kernel' => true,
  36.         );
  37.         $this->methodMap = array(
  38.             'cache.app' => 'getCache_AppService',
  39.             'cache.system' => 'getCache_SystemService',
  40.             'doctrine' => 'getDoctrineService',
  41.             'event_dispatcher' => 'getEventDispatcherService',
  42.             'http_kernel' => 'getHttpKernelService',
  43.             'profiler' => 'getProfilerService',
  44.             'request_stack' => 'getRequestStackService',
  45.             'router' => 'getRouterService',
  46.             'security.authorization_checker' => 'getSecurity_AuthorizationCheckerService',
  47.             'security.token_storage' => 'getSecurity_TokenStorageService',
  48.             'serializer' => 'getSerializerService',
  49.             'translator' => 'getTranslatorService',
  50.             'twig' => 'getTwigService',
  51.             'validator' => 'getValidatorService',
  52.         );
  53.         $this->fileMap = array(
  54.             'App\\Controller\\DataController' => __DIR__.'/getDataControllerService.php',
  55.             'App\\Controller\\DocumentController' => __DIR__.'/getDocumentControllerService.php',
  56.             'Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController' => __DIR__.'/getRedirectControllerService.php',
  57.             'Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController' => __DIR__.'/getTemplateControllerService.php',
  58.             'api_platform.action.documentation' => __DIR__.'/getApiPlatform_Action_DocumentationService.php',
  59.             'api_platform.action.entrypoint' => __DIR__.'/getApiPlatform_Action_EntrypointService.php',
  60.             'api_platform.action.exception' => __DIR__.'/getApiPlatform_Action_ExceptionService.php',
  61.             'api_platform.action.placeholder' => __DIR__.'/getApiPlatform_Action_PlaceholderService.php',
  62.             'api_platform.jsonld.action.context' => __DIR__.'/getApiPlatform_Jsonld_Action_ContextService.php',
  63.             'api_platform.swagger.action.ui' => __DIR__.'/getApiPlatform_Swagger_Action_UiService.php',
  64.             'cache.app_clearer' => __DIR__.'/getCache_AppClearerService.php',
  65.             'cache.global_clearer' => __DIR__.'/getCache_GlobalClearerService.php',
  66.             'cache.system_clearer' => __DIR__.'/getCache_SystemClearerService.php',
  67.             'cache_clearer' => __DIR__.'/getCacheClearerService.php',
  68.             'cache_warmer' => __DIR__.'/getCacheWarmerService.php',
  69.             'console.command.apiplatform_core_bridge_symfony_bundle_command_swaggercommand' => __DIR__.'/getConsole_Command_ApiplatformCoreBridgeSymfonyBundleCommandSwaggercommandService.php',
  70.             'console.command.doctrine_bundle_doctrinecachebundle_command_containscommand' => __DIR__.'/getConsole_Command_DoctrineBundleDoctrinecachebundleCommandContainscommandService.php',
  71.             'console.command.doctrine_bundle_doctrinecachebundle_command_deletecommand' => __DIR__.'/getConsole_Command_DoctrineBundleDoctrinecachebundleCommandDeletecommandService.php',
  72.             'console.command.doctrine_bundle_doctrinecachebundle_command_flushcommand' => __DIR__.'/getConsole_Command_DoctrineBundleDoctrinecachebundleCommandFlushcommandService.php',
  73.             'console.command.doctrine_bundle_doctrinecachebundle_command_statscommand' => __DIR__.'/getConsole_Command_DoctrineBundleDoctrinecachebundleCommandStatscommandService.php',
  74.             'console.command_loader' => __DIR__.'/getConsole_CommandLoaderService.php',
  75.             'doctrine.dbal.default_connection' => __DIR__.'/getDoctrine_Dbal_DefaultConnectionService.php',
  76.             'doctrine.orm.default_entity_manager' => __DIR__.'/getDoctrine_Orm_DefaultEntityManagerService.php',
  77.             'filesystem' => __DIR__.'/getFilesystemService.php',
  78.             'form.factory' => __DIR__.'/getForm_FactoryService.php',
  79.             'form.type.birthday' => __DIR__.'/getForm_Type_BirthdayService.php',
  80.             'form.type.button' => __DIR__.'/getForm_Type_ButtonService.php',
  81.             'form.type.checkbox' => __DIR__.'/getForm_Type_CheckboxService.php',
  82.             'form.type.collection' => __DIR__.'/getForm_Type_CollectionService.php',
  83.             'form.type.country' => __DIR__.'/getForm_Type_CountryService.php',
  84.             'form.type.currency' => __DIR__.'/getForm_Type_CurrencyService.php',
  85.             'form.type.date' => __DIR__.'/getForm_Type_DateService.php',
  86.             'form.type.datetime' => __DIR__.'/getForm_Type_DatetimeService.php',
  87.             'form.type.email' => __DIR__.'/getForm_Type_EmailService.php',
  88.             'form.type.file' => __DIR__.'/getForm_Type_FileService.php',
  89.             'form.type.hidden' => __DIR__.'/getForm_Type_HiddenService.php',
  90.             'form.type.integer' => __DIR__.'/getForm_Type_IntegerService.php',
  91.             'form.type.language' => __DIR__.'/getForm_Type_LanguageService.php',
  92.             'form.type.locale' => __DIR__.'/getForm_Type_LocaleService.php',
  93.             'form.type.money' => __DIR__.'/getForm_Type_MoneyService.php',
  94.             'form.type.number' => __DIR__.'/getForm_Type_NumberService.php',
  95.             'form.type.password' => __DIR__.'/getForm_Type_PasswordService.php',
  96.             'form.type.percent' => __DIR__.'/getForm_Type_PercentService.php',
  97.             'form.type.radio' => __DIR__.'/getForm_Type_RadioService.php',
  98.             'form.type.range' => __DIR__.'/getForm_Type_RangeService.php',
  99.             'form.type.repeated' => __DIR__.'/getForm_Type_RepeatedService.php',
  100.             'form.type.reset' => __DIR__.'/getForm_Type_ResetService.php',
  101.             'form.type.search' => __DIR__.'/getForm_Type_SearchService.php',
  102.             'form.type.submit' => __DIR__.'/getForm_Type_SubmitService.php',
  103.             'form.type.text' => __DIR__.'/getForm_Type_TextService.php',
  104.             'form.type.textarea' => __DIR__.'/getForm_Type_TextareaService.php',
  105.             'form.type.time' => __DIR__.'/getForm_Type_TimeService.php',
  106.             'form.type.timezone' => __DIR__.'/getForm_Type_TimezoneService.php',
  107.             'form.type.url' => __DIR__.'/getForm_Type_UrlService.php',
  108.             'lexik_jwt_authentication.encoder' => __DIR__.'/getLexikJwtAuthentication_EncoderService.php',
  109.             'lexik_jwt_authentication.key_loader' => __DIR__.'/getLexikJwtAuthentication_KeyLoaderService.php',
  110.             'nelmio_api_doc.controller.swagger' => __DIR__.'/getNelmioApiDoc_Controller_SwaggerService.php',
  111.             'nelmio_api_doc.controller.swagger_ui' => __DIR__.'/getNelmioApiDoc_Controller_SwaggerUiService.php',
  112.             'nelmio_api_doc.generator' => __DIR__.'/getNelmioApiDoc_GeneratorService.php',
  113.             'routing.loader' => __DIR__.'/getRouting_LoaderService.php',
  114.             'security.authentication_utils' => __DIR__.'/getSecurity_AuthenticationUtilsService.php',
  115.             'security.csrf.token_manager' => __DIR__.'/getSecurity_Csrf_TokenManagerService.php',
  116.             'security.password_encoder' => __DIR__.'/getSecurity_PasswordEncoderService.php',
  117.             'services_resetter' => __DIR__.'/getServicesResetterService.php',
  118.             'session' => __DIR__.'/getSessionService.php',
  119.             'swiftmailer.mailer.default' => __DIR__.'/getSwiftmailer_Mailer_DefaultService.php',
  120.             'swiftmailer.mailer.default.plugin.messagelogger' => __DIR__.'/getSwiftmailer_Mailer_Default_Plugin_MessageloggerService.php',
  121.             'swiftmailer.mailer.default.transport.real' => __DIR__.'/getSwiftmailer_Mailer_Default_Transport_RealService.php',
  122.             't_fox_mpdf_port.pdf' => __DIR__.'/getTFoxMpdfPort_PdfService.php',
  123.             'templating' => __DIR__.'/getTemplatingService.php',
  124.             'templating.loader' => __DIR__.'/getTemplating_LoaderService.php',
  125.             'twig.controller.exception' => __DIR__.'/getTwig_Controller_ExceptionService.php',
  126.             'twig.controller.preview_error' => __DIR__.'/getTwig_Controller_PreviewErrorService.php',
  127.             'web_profiler.controller.exception' => __DIR__.'/getWebProfiler_Controller_ExceptionService.php',
  128.             'web_profiler.controller.profiler' => __DIR__.'/getWebProfiler_Controller_ProfilerService.php',
  129.             'web_profiler.controller.router' => __DIR__.'/getWebProfiler_Controller_RouterService.php',
  130.         );
  131.         $this->aliases = array(
  132.             'api_platform.action.delete_item' => 'api_platform.action.placeholder',
  133.             'api_platform.action.get_collection' => 'api_platform.action.placeholder',
  134.             'api_platform.action.get_item' => 'api_platform.action.placeholder',
  135.             'api_platform.action.get_subresource' => 'api_platform.action.placeholder',
  136.             'api_platform.action.post_collection' => 'api_platform.action.placeholder',
  137.             'api_platform.action.put_item' => 'api_platform.action.placeholder',
  138.             'database_connection' => 'doctrine.dbal.default_connection',
  139.             'doctrine.orm.entity_manager' => 'doctrine.orm.default_entity_manager',
  140.             'mailer' => 'swiftmailer.mailer.default',
  141.         );
  142.     }
  143.     public function reset()
  144.     {
  145.         $this->privates = array();
  146.         parent::reset();
  147.     }
  148.     public function compile()
  149.     {
  150.         throw new LogicException('You cannot compile a dumped container that was already compiled.');
  151.     }
  152.     public function isCompiled()
  153.     {
  154.         return true;
  155.     }
  156.     public function getRemovedIds()
  157.     {
  158.         return require __DIR__.'/removed-ids.php';
  159.     }
  160.     protected function load($file$lazyLoad true)
  161.     {
  162.         return require $file;
  163.     }
  164.     /**
  165.      * Gets the public 'cache.app' shared service.
  166.      *
  167.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  168.      */
  169.     protected function getCache_AppService()
  170.     {
  171.         $a = new \Symfony\Component\Cache\Adapter\FilesystemAdapter('CFsPhjo3qx'0, ($this->targetDirs[0].'/pools'));
  172.         $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  173.         return $this->services['cache.app'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a);
  174.     }
  175.     /**
  176.      * Gets the public 'cache.system' shared service.
  177.      *
  178.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  179.      */
  180.     protected function getCache_SystemService()
  181.     {
  182.         return $this->services['cache.system'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('tXgN0heC8z'0$this->getParameter('container.build_id'), ($this->targetDirs[0].'/pools'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  183.     }
  184.     /**
  185.      * Gets the public 'doctrine' shared service.
  186.      *
  187.      * @return \Doctrine\Bundle\DoctrineBundle\Registry
  188.      */
  189.     protected function getDoctrineService()
  190.     {
  191.         return $this->services['doctrine'] = new \Doctrine\Bundle\DoctrineBundle\Registry($this$this->parameters['doctrine.connections'], $this->parameters['doctrine.entity_managers'], 'default''default');
  192.     }
  193.     /**
  194.      * Gets the public 'event_dispatcher' shared service.
  195.      *
  196.      * @return \Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher
  197.      */
  198.     protected function getEventDispatcherService()
  199.     {
  200.         $a = new \Symfony\Bridge\Monolog\Logger('event');
  201.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->privates['debug.log_processor'] = new \Symfony\Bridge\Monolog\Processor\DebugProcessor()));
  202.         $a->pushHandler(($this->privates['monolog.handler.syslog_handler'] ?? $this->getMonolog_Handler_SyslogHandlerService()));
  203.         $a->pushHandler(($this->privates['monolog.handler.filter_for_errors'] ?? $this->getMonolog_Handler_FilterForErrorsService()));
  204.         $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);
  205.         $instance->addListener('kernel.controller', array(=> function () {
  206.             return ($this->privates['data_collector.router'] ?? $this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector());
  207.         }, => 'onKernelController'), 0);
  208.         $instance->addListener('kernel.request', array(=> function () {
  209.             return ($this->privates['api_platform.listener.request.add_format'] ?? $this->getApiPlatform_Listener_Request_AddFormatService());
  210.         }, => 'onKernelRequest'), 7);
  211.         $instance->addListener('kernel.request', array(=> function () {
  212.             return ($this->privates['api_platform.listener.request.read'] ?? $this->getApiPlatform_Listener_Request_ReadService());
  213.         }, => 'onKernelRequest'), 4);
  214.         $instance->addListener('kernel.request', array(=> function () {
  215.             return ($this->privates['api_platform.listener.request.deserialize'] ?? $this->getApiPlatform_Listener_Request_DeserializeService());
  216.         }, => 'onKernelRequest'), 2);
  217.         $instance->addListener('kernel.view', array(=> function () {
  218.             return ($this->privates['api_platform.listener.view.serialize'] ?? $this->load(__DIR__.'/getApiPlatform_Listener_View_SerializeService.php'));
  219.         }, => 'onKernelView'), 16);
  220.         $instance->addListener('kernel.view', array(=> function () {
  221.             return ($this->privates['api_platform.listener.view.respond'] ?? $this->privates['api_platform.listener.view.respond'] = new \ApiPlatform\Core\EventListener\RespondListener());
  222.         }, => 'onKernelView'), 8);
  223.         $instance->addListener('kernel.exception', array(=> function () {
  224.             return ($this->privates['api_platform.listener.exception.validation'] ?? $this->load(__DIR__.'/getApiPlatform_Listener_Exception_ValidationService.php'));
  225.         }, => 'onKernelException'), 0);
  226.         $instance->addListener('kernel.exception', array(=> function () {
  227.             return ($this->privates['api_platform.listener.exception'] ?? $this->load(__DIR__.'/getApiPlatform_Listener_ExceptionService.php'));
  228.         }, => 'onKernelException'), -96);
  229.         $instance->addListener('kernel.view', array(=> function () {
  230.             return ($this->privates['api_platform.listener.view.validate'] ?? $this->load(__DIR__.'/getApiPlatform_Listener_View_ValidateService.php'));
  231.         }, => 'onKernelView'), 64);
  232.         $instance->addListener('kernel.request', array(=> function () {
  233.             return ($this->privates['api_platform.security.listener.request.deny_access'] ?? $this->getApiPlatform_Security_Listener_Request_DenyAccessService());
  234.         }, => 'onKernelRequest'), 1);
  235.         $instance->addListener('kernel.request', array(=> function () {
  236.             return ($this->privates['api_platform.swagger.listener.ui'] ?? $this->privates['api_platform.swagger.listener.ui'] = new \ApiPlatform\Core\Bridge\Symfony\Bundle\EventListener\SwaggerUiListener());
  237.         }, => 'onKernelRequest'), 0);
  238.         $instance->addListener('kernel.response', array(=> function () {
  239.             return ($this->privates['api_platform.hydra.listener.response.add_link_header'] ?? $this->getApiPlatform_Hydra_Listener_Response_AddLinkHeaderService());
  240.         }, => 'onKernelResponse'), 0);
  241.         $instance->addListener('kernel.view', array(=> function () {
  242.             return ($this->privates['api_platform.doctrine.listener.view.write'] ?? $this->load(__DIR__.'/getApiPlatform_Doctrine_Listener_View_WriteService.php'));
  243.         }, => 'onKernelView'), 32);
  244.         $instance->addListener('kernel.view', array(=> function () {
  245.             return ($this->privates['api_platform.fos_user.event_listener'] ?? $this->load(__DIR__.'/getApiPlatform_FosUser_EventListenerService.php'));
  246.         }, => 'onKernelView'), 24);
  247.         $instance->addListener('kernel.response', array(=> function () {
  248.             return ($this->privates['api_platform.http_cache.listener.response.configure'] ?? $this->getApiPlatform_HttpCache_Listener_Response_ConfigureService());
  249.         }, => 'onKernelResponse'), -1);
  250.         $instance->addListener('kernel.request', array(=> function () {
  251.             return ($this->privates['nelmio_cors.cors_listener'] ?? $this->getNelmioCors_CorsListenerService());
  252.         }, => 'onKernelRequest'), 250);
  253.         $instance->addListener('kernel.response', array(=> function () {
  254.             return ($this->privates['response_listener'] ?? $this->privates['response_listener'] = new \Symfony\Component\HttpKernel\EventListener\ResponseListener('UTF-8'));
  255.         }, => 'onKernelResponse'), 0);
  256.         $instance->addListener('kernel.response', array(=> function () {
  257.             return ($this->privates['streamed_response_listener'] ?? $this->privates['streamed_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\StreamedResponseListener());
  258.         }, => 'onKernelResponse'), -1024);
  259.         $instance->addListener('kernel.request', array(=> function () {
  260.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  261.         }, => 'onKernelRequest'), 16);
  262.         $instance->addListener('kernel.finish_request', array(=> function () {
  263.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  264.         }, => 'onKernelFinishRequest'), 0);
  265.         $instance->addListener('kernel.request', array(=> function () {
  266.             return ($this->privates['validate_request_listener'] ?? $this->privates['validate_request_listener'] = new \Symfony\Component\HttpKernel\EventListener\ValidateRequestListener());
  267.         }, => 'onKernelRequest'), 256);
  268.         $instance->addListener('kernel.request', array(=> function () {
  269.             return ($this->privates['resolve_controller_name_subscriber'] ?? $this->getResolveControllerNameSubscriberService());
  270.         }, => 'onKernelRequest'), 24);
  271.         $instance->addListener('console.error', array(=> function () {
  272.             return ($this->privates['console.error_listener'] ?? $this->load(__DIR__.'/getConsole_ErrorListenerService.php'));
  273.         }, => 'onConsoleError'), -128);
  274.         $instance->addListener('console.terminate', array(=> function () {
  275.             return ($this->privates['console.error_listener'] ?? $this->load(__DIR__.'/getConsole_ErrorListenerService.php'));
  276.         }, => 'onConsoleTerminate'), -128);
  277.         $instance->addListener('kernel.request', array(=> function () {
  278.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  279.         }, => 'onKernelRequest'), 128);
  280.         $instance->addListener('kernel.response', array(=> function () {
  281.             return ($this->privates['session.save_listener'] ?? $this->privates['session.save_listener'] = new \Symfony\Component\HttpKernel\EventListener\SaveSessionListener());
  282.         }, => 'onKernelResponse'), -1000);
  283.         $instance->addListener('kernel.request', array(=> function () {
  284.             return ($this->privates['translator_listener'] ?? $this->getTranslatorListenerService());
  285.         }, => 'onKernelRequest'), 10);
  286.         $instance->addListener('kernel.finish_request', array(=> function () {
  287.             return ($this->privates['translator_listener'] ?? $this->getTranslatorListenerService());
  288.         }, => 'onKernelFinishRequest'), 0);
  289.         $instance->addListener('kernel.response', array(=> function () {
  290.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  291.         }, => 'onKernelResponse'), -100);
  292.         $instance->addListener('kernel.exception', array(=> function () {
  293.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  294.         }, => 'onKernelException'), 0);
  295.         $instance->addListener('kernel.terminate', array(=> function () {
  296.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  297.         }, => 'onKernelTerminate'), -1024);
  298.         $instance->addListener('kernel.controller', array(=> function () {
  299.             return ($this->privates['data_collector.request'] ?? $this->privates['data_collector.request'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RequestDataCollector());
  300.         }, => 'onKernelController'), 0);
  301.         $instance->addListener('kernel.response', array(=> function () {
  302.             return ($this->privates['data_collector.request'] ?? $this->privates['data_collector.request'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RequestDataCollector());
  303.         }, => 'onKernelResponse'), 0);
  304.         $instance->addListener('kernel.request', array(=> function () {
  305.             return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  306.         }, => 'configure'), 2048);
  307.         $instance->addListener('kernel.request', array(=> function () {
  308.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  309.         }, => 'onKernelRequest'), 32);
  310.         $instance->addListener('kernel.finish_request', array(=> function () {
  311.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  312.         }, => 'onKernelFinishRequest'), 0);
  313.         $instance->addListener('kernel.exception', array(=> function () {
  314.             return ($this->privates['twig.exception_listener'] ?? $this->load(__DIR__.'/getTwig_ExceptionListenerService.php'));
  315.         }, => 'onKernelException'), -128);
  316.         $instance->addListener('kernel.response', array(=> function () {
  317.             return ($this->privates['security.rememberme.response_listener'] ?? $this->privates['security.rememberme.response_listener'] = new \Symfony\Component\Security\Http\RememberMe\ResponseListener());
  318.         }, => 'onKernelResponse'), 0);
  319.         $instance->addListener('kernel.request', array(=> function () {
  320.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  321.         }, => 'onKernelRequest'), 8);
  322.         $instance->addListener('kernel.finish_request', array(=> function () {
  323.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  324.         }, => 'onKernelFinishRequest'), 0);
  325.         $instance->addListener('kernel.controller', array(=> function () {
  326.             return ($this->privates['sensio_framework_extra.controller.listener'] ?? $this->getSensioFrameworkExtra_Controller_ListenerService());
  327.         }, => 'onKernelController'), 0);
  328.         $instance->addListener('kernel.controller', array(=> function () {
  329.             return ($this->privates['sensio_framework_extra.converter.listener'] ?? $this->getSensioFrameworkExtra_Converter_ListenerService());
  330.         }, => 'onKernelController'), 0);
  331.         $instance->addListener('kernel.controller', array(=> function () {
  332.             return ($this->privates['sensio_framework_extra.view.listener'] ?? $this->getSensioFrameworkExtra_View_ListenerService());
  333.         }, => 'onKernelController'), -128);
  334.         $instance->addListener('kernel.view', array(=> function () {
  335.             return ($this->privates['sensio_framework_extra.view.listener'] ?? $this->getSensioFrameworkExtra_View_ListenerService());
  336.         }, => 'onKernelView'), 0);
  337.         $instance->addListener('kernel.controller', array(=> function () {
  338.             return ($this->privates['sensio_framework_extra.cache.listener'] ?? $this->privates['sensio_framework_extra.cache.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener());
  339.         }, => 'onKernelController'), 0);
  340.         $instance->addListener('kernel.response', array(=> function () {
  341.             return ($this->privates['sensio_framework_extra.cache.listener'] ?? $this->privates['sensio_framework_extra.cache.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener());
  342.         }, => 'onKernelResponse'), 0);
  343.         $instance->addListener('kernel.controller_arguments', array(=> function () {
  344.             return ($this->privates['sensio_framework_extra.security.listener'] ?? $this->getSensioFrameworkExtra_Security_ListenerService());
  345.         }, => 'onKernelControllerArguments'), 0);
  346.         $instance->addListener('kernel.controller_arguments', array(=> function () {
  347.             return ($this->privates['framework_extra_bundle.event.is_granted'] ?? $this->getFrameworkExtraBundle_Event_IsGrantedService());
  348.         }, => 'onKernelControllerArguments'), 0);
  349.         $instance->addListener('kernel.exception', array(=> function () {
  350.             return ($this->privates['swiftmailer.email_sender.listener'] ?? $this->load(__DIR__.'/getSwiftmailer_EmailSender_ListenerService.php'));
  351.         }, => 'onException'), 0);
  352.         $instance->addListener('kernel.terminate', array(=> function () {
  353.             return ($this->privates['swiftmailer.email_sender.listener'] ?? $this->load(__DIR__.'/getSwiftmailer_EmailSender_ListenerService.php'));
  354.         }, => 'onTerminate'), 0);
  355.         $instance->addListener('console.error', array(=> function () {
  356.             return ($this->privates['swiftmailer.email_sender.listener'] ?? $this->load(__DIR__.'/getSwiftmailer_EmailSender_ListenerService.php'));
  357.         }, => 'onException'), 0);
  358.         $instance->addListener('console.terminate', array(=> function () {
  359.             return ($this->privates['swiftmailer.email_sender.listener'] ?? $this->load(__DIR__.'/getSwiftmailer_EmailSender_ListenerService.php'));
  360.         }, => 'onTerminate'), 0);
  361.         $instance->addListener('kernel.response', array(=> function () {
  362.             return ($this->privates['web_profiler.debug_toolbar'] ?? $this->getWebProfiler_DebugToolbarService());
  363.         }, => 'onKernelResponse'), -128);
  364.         $instance->addListener('fos_user.security.implicit_login', array(=> function () {
  365.             return ($this->privates['fos_user.security.interactive_login_listener'] ?? $this->load(__DIR__.'/getFosUser_Security_InteractiveLoginListenerService.php'));
  366.         }, => 'onImplicitLogin'), 0);
  367.         $instance->addListener('security.interactive_login', array(=> function () {
  368.             return ($this->privates['fos_user.security.interactive_login_listener'] ?? $this->load(__DIR__.'/getFosUser_Security_InteractiveLoginListenerService.php'));
  369.         }, => 'onSecurityInteractiveLogin'), 0);
  370.         $instance->addListener('fos_user.registration.completed', array(=> function () {
  371.             return ($this->privates['fos_user.listener.authentication'] ?? $this->load(__DIR__.'/getFosUser_Listener_AuthenticationService.php'));
  372.         }, => 'authenticate'), 0);
  373.         $instance->addListener('fos_user.registration.confirmed', array(=> function () {
  374.             return ($this->privates['fos_user.listener.authentication'] ?? $this->load(__DIR__.'/getFosUser_Listener_AuthenticationService.php'));
  375.         }, => 'authenticate'), 0);
  376.         $instance->addListener('fos_user.resetting.reset.completed', array(=> function () {
  377.             return ($this->privates['fos_user.listener.authentication'] ?? $this->load(__DIR__.'/getFosUser_Listener_AuthenticationService.php'));
  378.         }, => 'authenticate'), 0);
  379.         $instance->addListener('fos_user.resetting.reset.initialize', array(=> function () {
  380.             return ($this->privates['fos_user.listener.resetting'] ?? $this->load(__DIR__.'/getFosUser_Listener_ResettingService.php'));
  381.         }, => 'onResettingResetInitialize'), 0);
  382.         $instance->addListener('fos_user.resetting.reset.success', array(=> function () {
  383.             return ($this->privates['fos_user.listener.resetting'] ?? $this->load(__DIR__.'/getFosUser_Listener_ResettingService.php'));
  384.         }, => 'onResettingResetSuccess'), 0);
  385.         $instance->addListener('fos_user.resetting.reset.request', array(=> function () {
  386.             return ($this->privates['fos_user.listener.resetting'] ?? $this->load(__DIR__.'/getFosUser_Listener_ResettingService.php'));
  387.         }, => 'onResettingResetRequest'), 0);
  388.         $instance->addListener('console.command', array(=> function () {
  389.             return ($this->privates['monolog.handler.console'] ?? $this->privates['monolog.handler.console'] = new \Symfony\Bridge\Monolog\Handler\ConsoleHandler(NULLtrue, array()));
  390.         }, => 'onCommand'), 255);
  391.         $instance->addListener('console.terminate', array(=> function () {
  392.             return ($this->privates['monolog.handler.console'] ?? $this->privates['monolog.handler.console'] = new \Symfony\Bridge\Monolog\Handler\ConsoleHandler(NULLtrue, array()));
  393.         }, => 'onTerminate'), -255);
  394.         return $instance;
  395.     }
  396.     /**
  397.      * Gets the public 'http_kernel' shared service.
  398.      *
  399.      * @return \Symfony\Component\HttpKernel\HttpKernel
  400.      */
  401.     protected function getHttpKernelService()
  402.     {
  403.         $a = ($this->privates['debug.stopwatch'] ?? $this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true));
  404.         $b = 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 () {
  405.             yield => ($this->privates['argument_resolver.request_attribute'] ?? $this->privates['argument_resolver.request_attribute'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\RequestAttributeValueResolver());
  406.             yield => ($this->privates['argument_resolver.request'] ?? $this->privates['argument_resolver.request'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\RequestValueResolver());
  407.             yield => ($this->privates['argument_resolver.session'] ?? $this->privates['argument_resolver.session'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\SessionValueResolver());
  408.             yield => ($this->privates['security.user_value_resolver'] ?? $this->load(__DIR__.'/getSecurity_UserValueResolverService.php'));
  409.             yield => ($this->privates['argument_resolver.service'] ?? $this->load(__DIR__.'/getArgumentResolver_ServiceService.php'));
  410.             yield => ($this->privates['argument_resolver.default'] ?? $this->privates['argument_resolver.default'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\DefaultValueResolver());
  411.             yield => ($this->privates['argument_resolver.variadic'] ?? $this->privates['argument_resolver.variadic'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\VariadicValueResolver());
  412.         }, 7)), $a);
  413.         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')))), ($this->privates['monolog.logger.request'] ?? $this->getMonolog_Logger_RequestService())), $a$b), ($this->services['request_stack'] ?? $this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()), $b);
  414.     }
  415.     /**
  416.      * Gets the public 'profiler' shared service.
  417.      *
  418.      * @return \Symfony\Component\HttpKernel\Profiler\Profiler
  419.      */
  420.     protected function getProfilerService()
  421.     {
  422.         $a = ($this->privates['debug.log_processor'] ?? $this->privates['debug.log_processor'] = new \Symfony\Bridge\Monolog\Processor\DebugProcessor());
  423.         $b = ($this->privates['monolog.handler.console'] ?? $this->privates['monolog.handler.console'] = new \Symfony\Bridge\Monolog\Handler\ConsoleHandler(NULLtrue, array()));
  424.         $c = ($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService());
  425.         $d = ($this->privates['monolog.handler.syslog_handler'] ?? $this->getMonolog_Handler_SyslogHandlerService());
  426.         $e = ($this->privates['monolog.handler.filter_for_errors'] ?? $this->getMonolog_Handler_FilterForErrorsService());
  427.         $f = new \Symfony\Bridge\Monolog\Logger('profiler');
  428.         $f->pushProcessor($a);
  429.         $f->pushHandler($b);
  430.         $f->pushHandler($c);
  431.         $f->pushHandler($d);
  432.         $f->pushHandler($e);
  433.         $this->services['profiler'] = $instance = new \Symfony\Component\HttpKernel\Profiler\Profiler(new \Symfony\Component\HttpKernel\Profiler\FileProfilerStorage(('file:'.$this->targetDirs[0].'/profiler')), $ftrue);
  434.         $g = ($this->services['kernel'] ?? $this->get('kernel'));
  435.         $h = new \Symfony\Component\Cache\DataCollector\CacheDataCollector();
  436.         $h->addInstance('cache.app', ($this->services['cache.app'] ?? $this->getCache_AppService()));
  437.         $h->addInstance('cache.system', ($this->services['cache.system'] ?? $this->getCache_SystemService()));
  438.         $h->addInstance('cache.validator', ($this->privates['cache.validator'] ?? $this->getCache_ValidatorService()));
  439.         $h->addInstance('cache.serializer', ($this->privates['cache.serializer'] ?? $this->getCache_SerializerService()));
  440.         $h->addInstance('cache.annotations', ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()));
  441.         $i = new \Doctrine\Bundle\DoctrineBundle\DataCollector\DoctrineDataCollector(($this->services['doctrine'] ?? $this->getDoctrineService()));
  442.         $i->addLogger('default', ($this->privates['doctrine.dbal.logger.profiling.default'] ?? $this->privates['doctrine.dbal.logger.profiling.default'] = new \Doctrine\DBAL\Logging\DebugStack()));
  443.         $j = new \Symfony\Component\HttpKernel\DataCollector\ConfigDataCollector();
  444.         if ($this->has('kernel')) {
  445.             $j->setKernel($g);
  446.         }
  447.         $instance->add(($this->privates['data_collector.request'] ?? $this->privates['data_collector.request'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RequestDataCollector()));
  448.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\TimeDataCollector($g, ($this->privates['debug.stopwatch'] ?? $this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  449.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\MemoryDataCollector());
  450.         $instance->add(new \Symfony\Component\Validator\DataCollector\ValidatorDataCollector(($this->services['validator'] ?? $this->getValidatorService())));
  451.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\AjaxDataCollector());
  452.         $instance->add(($this->privates['data_collector.form'] ?? $this->getDataCollector_FormService()));
  453.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\ExceptionDataCollector());
  454.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\LoggerDataCollector($f, ($this->targetDirs[0].'/srcDevDebugProjectContainer')));
  455.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\EventDataCollector(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService())));
  456.         $instance->add(($this->privates['data_collector.router'] ?? $this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector()));
  457.         $instance->add($h);
  458.         $instance->add(new \Symfony\Component\Translation\DataCollector\TranslationDataCollector(($this->services['translator'] ?? $this->getTranslatorService())));
  459.         $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())));
  460.         $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())));
  461.         $instance->add($i);
  462.         $instance->add(new \Symfony\Bundle\SwiftmailerBundle\DataCollector\MessageDataCollector($this));
  463.         $instance->add($j);
  464.         return $instance;
  465.     }
  466.     /**
  467.      * Gets the public 'request_stack' shared service.
  468.      *
  469.      * @return \Symfony\Component\HttpFoundation\RequestStack
  470.      */
  471.     protected function getRequestStackService()
  472.     {
  473.         return $this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack();
  474.     }
  475.     /**
  476.      * Gets the public 'router' shared service.
  477.      *
  478.      * @return \Symfony\Bundle\FrameworkBundle\Routing\Router
  479.      */
  480.     protected function getRouterService()
  481.     {
  482.         $this->services['router'] = $instance = new \Symfony\Bundle\FrameworkBundle\Routing\Router($this'kernel:loadRoutes', array('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' => 'srcDevDebugProjectContainerUrlGenerator''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' => 'srcDevDebugProjectContainerUrlMatcher''strict_requirements' => true'resource_type' => 'service'), ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService()));
  483.         $instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  484.         return $instance;
  485.     }
  486.     /**
  487.      * Gets the public 'security.authorization_checker' shared service.
  488.      *
  489.      * @return \Symfony\Component\Security\Core\Authorization\AuthorizationChecker
  490.      */
  491.     protected function getSecurity_AuthorizationCheckerService()
  492.     {
  493.         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);
  494.     }
  495.     /**
  496.      * Gets the public 'security.token_storage' shared service.
  497.      *
  498.      * @return \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage
  499.      */
  500.     protected function getSecurity_TokenStorageService()
  501.     {
  502.         return $this->services['security.token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage();
  503.     }
  504.     /**
  505.      * Gets the public 'serializer' shared service.
  506.      *
  507.      * @return \Symfony\Component\Serializer\Serializer
  508.      */
  509.     protected function getSerializerService()
  510.     {
  511.         $a = ($this->privates['api_platform.router'] ?? $this->getApiPlatform_RouterService());
  512.         $b = ($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService());
  513.         $c = ($this->privates['api_platform.metadata.property.name_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Property_NameCollectionFactory_CachedService());
  514.         $d = ($this->privates['api_platform.metadata.property.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Property_MetadataFactory_CachedService());
  515.         $e = ($this->privates['api_platform.resource_class_resolver'] ?? $this->getApiPlatform_ResourceClassResolverService());
  516.         $f = ($this->privates['api_platform.iri_converter'] ?? $this->getApiPlatform_IriConverterService());
  517.         $g = ($this->privates['api_platform.jsonld.context_builder'] ?? $this->getApiPlatform_Jsonld_ContextBuilderService());
  518.         $h = ($this->privates['property_accessor'] ?? $this->getPropertyAccessorService());
  519.         $i = ($this->privates['serializer.mapping.class_metadata_factory'] ?? $this->getSerializer_Mapping_ClassMetadataFactoryService());
  520.         $j = new \ApiPlatform\Core\Serializer\ItemNormalizer($c$d$f$e$hNULL$i);
  521.         return $this->services['serializer'] = new \Symfony\Component\Serializer\Serializer(array(=> new \ApiPlatform\Core\Hydra\Serializer\ConstraintViolationListNormalizer($a), => new \ApiPlatform\Core\Hydra\Serializer\DocumentationNormalizer($b$c$d$e, ($this->privates['api_platform.operation_method_resolver'] ?? $this->getApiPlatform_OperationMethodResolverService()), $a, ($this->privates['api_platform.subresource_operation_factory.cached'] ?? $this->getApiPlatform_SubresourceOperationFactory_CachedService())), => new \ApiPlatform\Core\Hydra\Serializer\EntrypointNormalizer($b$f$a), => new \ApiPlatform\Core\Hydra\Serializer\ErrorNormalizer($atrue), => ($this->privates['api_platform.swagger.normalizer.documentation'] ?? $this->getApiPlatform_Swagger_Normalizer_DocumentationService()), => new \ApiPlatform\Core\Hydra\Serializer\CollectionFiltersNormalizer(new \ApiPlatform\Core\Hydra\Serializer\PartialCollectionViewNormalizer(new \ApiPlatform\Core\Hydra\Serializer\CollectionNormalizer($g$e$f), 'page''pagination'), $b$e, ($this->privates['api_platform.filter_locator'] ?? $this->getApiPlatform_FilterLocatorService())), => new \ApiPlatform\Core\Problem\Serializer\ConstraintViolationListNormalizer(), => new \ApiPlatform\Core\JsonLd\Serializer\ItemNormalizer($b$c$d$f$e$g$hNULL$i), => new \ApiPlatform\Core\Problem\Serializer\ErrorNormalizer(true), => new \App\Serializer\Serializer($j), 10 => $j11 => new \Symfony\Component\Serializer\Normalizer\JsonSerializableNormalizer(), 12 => new \Symfony\Component\Serializer\Normalizer\DateTimeNormalizer(), 13 => new \Symfony\Component\Serializer\Normalizer\DateIntervalNormalizer(), 14 => new \Symfony\Component\Serializer\Normalizer\DataUriNormalizer(), 15 => new \Symfony\Component\Serializer\Normalizer\ArrayDenormalizer(), 16 => new \Symfony\Component\Serializer\Normalizer\ObjectNormalizer($iNULL$h, ($this->privates['property_info'] ?? $this->getPropertyInfoService()))), array(=> new \Symfony\Component\Serializer\Encoder\XmlEncoder(), => new \Symfony\Component\Serializer\Encoder\JsonEncoder(), => new \Symfony\Component\Serializer\Encoder\YamlEncoder(), => new \Symfony\Component\Serializer\Encoder\CsvEncoder(), => new \ApiPlatform\Core\Serializer\JsonEncoder('jsonld'), => new \ApiPlatform\Core\Serializer\JsonEncoder('jsonproblem')));
  522.     }
  523.     /**
  524.      * Gets the public 'translator' shared service.
  525.      *
  526.      * @return \Symfony\Component\Translation\DataCollectorTranslator
  527.      */
  528.     protected function getTranslatorService()
  529.     {
  530.         $a = new \Symfony\Bridge\Monolog\Logger('translation');
  531.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->privates['debug.log_processor'] = new \Symfony\Bridge\Monolog\Processor\DebugProcessor()));
  532.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->privates['monolog.handler.console'] = new \Symfony\Bridge\Monolog\Handler\ConsoleHandler(NULLtrue, array())));
  533.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  534.         $a->pushHandler(($this->privates['monolog.handler.syslog_handler'] ?? $this->getMonolog_Handler_SyslogHandlerService()));
  535.         $a->pushHandler(($this->privates['monolog.handler.filter_for_errors'] ?? $this->getMonolog_Handler_FilterForErrorsService()));
  536.         return $this->services['translator'] = new \Symfony\Component\Translation\DataCollectorTranslator(new \Symfony\Component\Translation\LoggingTranslator(($this->privates['translator.default'] ?? $this->getTranslator_DefaultService()), $a));
  537.     }
  538.     /**
  539.      * Gets the public 'twig' shared service.
  540.      *
  541.      * @return \Twig\Environment
  542.      */
  543.     protected function getTwigService()
  544.     {
  545.         $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')))), $this->targetDirs[3]);
  546.         $a->addPath(($this->targetDirs[3].'/templates'));
  547.         $a->addPath(($this->targetDirs[3].'/vendor/symfony/framework-bundle/Resources/views'), 'Framework');
  548.         $a->addPath(($this->targetDirs[3].'/vendor/symfony/framework-bundle/Resources/views'), '!Framework');
  549.         $a->addPath(($this->targetDirs[3].'/vendor/symfony/twig-bundle/Resources/views'), 'Twig');
  550.         $a->addPath(($this->targetDirs[3].'/vendor/symfony/twig-bundle/Resources/views'), '!Twig');
  551.         $a->addPath(($this->targetDirs[3].'/vendor/symfony/security-bundle/Resources/views'), 'Security');
  552.         $a->addPath(($this->targetDirs[3].'/vendor/symfony/security-bundle/Resources/views'), '!Security');
  553.         $a->addPath(($this->targetDirs[3].'/vendor/doctrine/doctrine-bundle/Resources/views'), 'Doctrine');
  554.         $a->addPath(($this->targetDirs[3].'/vendor/doctrine/doctrine-bundle/Resources/views'), '!Doctrine');
  555.         $a->addPath(($this->targetDirs[3].'/vendor/api-platform/core/src/Bridge/Symfony/Bundle/Resources/views'), 'ApiPlatform');
  556.         $a->addPath(($this->targetDirs[3].'/vendor/api-platform/core/src/Bridge/Symfony/Bundle/Resources/views'), '!ApiPlatform');
  557.         $a->addPath(($this->targetDirs[3].'/vendor/symfony/swiftmailer-bundle/Resources/views'), 'Swiftmailer');
  558.         $a->addPath(($this->targetDirs[3].'/vendor/symfony/swiftmailer-bundle/Resources/views'), '!Swiftmailer');
  559.         $a->addPath(($this->targetDirs[3].'/vendor/symfony/web-profiler-bundle/Resources/views'), 'WebProfiler');
  560.         $a->addPath(($this->targetDirs[3].'/vendor/symfony/web-profiler-bundle/Resources/views'), '!WebProfiler');
  561.         $a->addPath(($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/views'), 'FOSUser');
  562.         $a->addPath(($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/views'), '!FOSUser');
  563.         $a->addPath(($this->targetDirs[3].'/vendor/nelmio/api-doc-bundle/Resources/views'), 'NelmioApiDoc');
  564.         $a->addPath(($this->targetDirs[3].'/vendor/nelmio/api-doc-bundle/Resources/views'), '!NelmioApiDoc');
  565.         $a->addPath(($this->targetDirs[3].'/templates'));
  566.         $a->addPath(($this->targetDirs[3].'/vendor/symfony/twig-bridge/Resources/views/Form'));
  567.         $this->services['twig'] = $instance = new \Twig\Environment($a, array('paths' => array(($this->targetDirs[3].'/templates') => NULL), 'debug' => true'strict_variables' => true'exception_controller' => 'twig.controller.exception:showAction''form_themes' => $this->parameters['twig.form.resources'], 'autoescape' => 'name''cache' => ($this->targetDirs[0].'/twig'), 'charset' => 'UTF-8''default_path' => ($this->targetDirs[3].'/templates'), 'date' => array('format' => 'F j, Y H:i''interval_format' => '%d days''timezone' => NULL), 'number_format' => array('decimals' => 0'decimal_point' => '.''thousands_separator' => ',')));
  568.         $b = ($this->privates['debug.stopwatch'] ?? $this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true));
  569.         $c = ($this->services['request_stack'] ?? $this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack());
  570.         $d = ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService());
  571.         $e = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL'UTF-8'1);
  572.         $e->setDisplayOptions(array('maxStringLength' => 4096'fileLinkFormat' => $d));
  573.         $f = new \Symfony\Bridge\Twig\AppVariable();
  574.         $f->setEnvironment('dev');
  575.         $f->setDebug(true);
  576.         if ($this->has('security.token_storage')) {
  577.             $f->setTokenStorage(($this->services['security.token_storage'] ?? $this->services['security.token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage()));
  578.         }
  579.         if ($this->has('request_stack')) {
  580.             $f->setRequestStack($c);
  581.         }
  582.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\ProfilerExtension(($this->privates['twig.profile'] ?? $this->privates['twig.profile'] = new \Twig\Profiler\Profile()), $b));
  583.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\TranslationExtension(($this->services['translator'] ?? $this->getTranslatorService())));
  584.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\AssetExtension(new \Symfony\Component\Asset\Packages(new \Symfony\Component\Asset\PathPackage('', new \Symfony\Component\Asset\VersionStrategy\EmptyVersionStrategy(), new \Symfony\Component\Asset\Context\RequestStackContext($c''false)), array())));
  585.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\CodeExtension($d, ($this->targetDirs[3].'/src'), 'UTF-8'));
  586.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\RoutingExtension(($this->services['router'] ?? $this->getRouterService())));
  587.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\YamlExtension());
  588.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\StopwatchExtension($btrue));
  589.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\ExpressionExtension());
  590.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpKernelExtension());
  591.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpFoundationExtension($c, ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService())));
  592.         $instance->addExtension(new \Twig\Extension\DebugExtension());
  593.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\FormExtension(array(=> $this=> 'twig.form.renderer')));
  594.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\LogoutUrlExtension(($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService())));
  595.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\SecurityExtension(($this->services['security.authorization_checker'] ?? $this->getSecurity_AuthorizationCheckerService())));
  596.         $instance->addExtension(new \Doctrine\Bundle\DoctrineBundle\Twig\DoctrineExtension());
  597.         $instance->addExtension(new \Symfony\Bundle\WebProfilerBundle\Twig\WebProfilerExtension($e));
  598.         $instance->addGlobal('app'$f);
  599.         $instance->addRuntimeLoader(new \Twig\RuntimeLoader\ContainerRuntimeLoader(new \Symfony\Component\DependencyInjection\ServiceLocator(array('Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => function () {
  600.             return ($this->privates['twig.runtime.httpkernel'] ?? $this->load(__DIR__.'/getTwig_Runtime_HttpkernelService.php'));
  601.         }, 'Symfony\\Component\\Form\\FormRenderer' => function () {
  602.             return ($this->privates['twig.form.renderer'] ?? $this->load(__DIR__.'/getTwig_Form_RendererService.php'));
  603.         }))));
  604.         (new \Symfony\Bundle\TwigBundle\DependencyInjection\Configurator\EnvironmentConfigurator('F j, Y H:i''%d days'NULL0'.'','))->configure($instance);
  605.         return $instance;
  606.     }
  607.     /**
  608.      * Gets the public 'validator' shared service.
  609.      *
  610.      * @return \Symfony\Component\Validator\Validator\TraceableValidator
  611.      */
  612.     protected function getValidatorService()
  613.     {
  614.         return $this->services['validator'] = new \Symfony\Component\Validator\Validator\TraceableValidator(($this->privates['validator.builder'] ?? $this->getValidator_BuilderService())->getValidator());
  615.     }
  616.     /**
  617.      * Gets the private 'annotations.cached_reader' shared service.
  618.      *
  619.      * @return \Doctrine\Common\Annotations\CachedReader
  620.      */
  621.     protected function getAnnotations_CachedReaderService()
  622.     {
  623.         return $this->privates['annotations.cached_reader'] = new \Doctrine\Common\Annotations\CachedReader(($this->privates['annotations.reader'] ?? $this->getAnnotations_ReaderService()), ($this->privates['annotations.cache'] ?? $this->load(__DIR__.'/getAnnotations_CacheService.php')), true);
  624.     }
  625.     /**
  626.      * Gets the private 'annotations.reader' shared service.
  627.      *
  628.      * @return \Doctrine\Common\Annotations\AnnotationReader
  629.      */
  630.     protected function getAnnotations_ReaderService()
  631.     {
  632.         $this->privates['annotations.reader'] = $instance = new \Doctrine\Common\Annotations\AnnotationReader();
  633.         $a = new \Doctrine\Common\Annotations\AnnotationRegistry();
  634.         $a->registerUniqueLoader('class_exists');
  635.         $instance->addGlobalIgnoredName('required'$a);
  636.         return $instance;
  637.     }
  638.     /**
  639.      * Gets the private 'api_platform.doctrine.orm.query_extension.eager_loading' shared service.
  640.      *
  641.      * @return \ApiPlatform\Core\Bridge\Doctrine\Orm\Extension\EagerLoadingExtension
  642.      */
  643.     protected function getApiPlatform_Doctrine_Orm_QueryExtension_EagerLoadingService()
  644.     {
  645.         return $this->privates['api_platform.doctrine.orm.query_extension.eager_loading'] = new \ApiPlatform\Core\Bridge\Doctrine\Orm\Extension\EagerLoadingExtension(($this->privates['api_platform.metadata.property.name_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Property_NameCollectionFactory_CachedService()), ($this->privates['api_platform.metadata.property.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Property_MetadataFactory_CachedService()), ($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()), 30true, ($this->services['request_stack'] ?? $this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()), ($this->privates['api_platform.serializer.context_builder.filter'] ?? $this->getApiPlatform_Serializer_ContextBuilder_FilterService()), false, ($this->privates['serializer.mapping.class_metadata_factory'] ?? $this->getSerializer_Mapping_ClassMetadataFactoryService()));
  646.     }
  647.     /**
  648.      * Gets the private 'api_platform.filter_locator' shared service.
  649.      *
  650.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  651.      */
  652.     protected function getApiPlatform_FilterLocatorService()
  653.     {
  654.         return $this->privates['api_platform.filter_locator'] = new \Symfony\Component\DependencyInjection\ServiceLocator(array('api.catchall_filter' => function () {
  655.             return ($this->privates['api.catchall_filter'] ?? $this->load(__DIR__.'/getApi_CatchallFilterService.php'));
  656.         }, 'product.search_filter' => function () {
  657.             return ($this->privates['product.search_filter'] ?? $this->load(__DIR__.'/getProduct_SearchFilterService.php'));
  658.         }, 'productprice.search_filter' => function () {
  659.             return ($this->privates['productprice.search_filter'] ?? $this->load(__DIR__.'/getProductprice_SearchFilterService.php'));
  660.         }, 'user.search_filter' => function () {
  661.             return ($this->privates['user.search_filter'] ?? $this->load(__DIR__.'/getUser_SearchFilterService.php'));
  662.         }));
  663.     }
  664.     /**
  665.      * Gets the private 'api_platform.http_cache.listener.response.configure' shared service.
  666.      *
  667.      * @return \ApiPlatform\Core\HttpCache\EventListener\AddHeadersListener
  668.      */
  669.     protected function getApiPlatform_HttpCache_Listener_Response_ConfigureService()
  670.     {
  671.         return $this->privates['api_platform.http_cache.listener.response.configure'] = new \ApiPlatform\Core\HttpCache\EventListener\AddHeadersListener(trueNULLNULL$this->parameters['api_platform.http_cache.vary'], NULL);
  672.     }
  673.     /**
  674.      * Gets the private 'api_platform.hydra.listener.response.add_link_header' shared service.
  675.      *
  676.      * @return \ApiPlatform\Core\Hydra\EventListener\AddLinkHeaderListener
  677.      */
  678.     protected function getApiPlatform_Hydra_Listener_Response_AddLinkHeaderService()
  679.     {
  680.         return $this->privates['api_platform.hydra.listener.response.add_link_header'] = new \ApiPlatform\Core\Hydra\EventListener\AddLinkHeaderListener(($this->privates['api_platform.router'] ?? $this->getApiPlatform_RouterService()));
  681.     }
  682.     /**
  683.      * Gets the private 'api_platform.iri_converter' shared service.
  684.      *
  685.      * @return \ApiPlatform\Core\Bridge\Symfony\Routing\IriConverter
  686.      */
  687.     protected function getApiPlatform_IriConverterService()
  688.     {
  689.         $a = ($this->privates['api_platform.router'] ?? $this->getApiPlatform_RouterService());
  690.         $b = ($this->privates['api_platform.metadata.property.name_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Property_NameCollectionFactory_CachedService());
  691.         $c = ($this->privates['api_platform.metadata.property.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Property_MetadataFactory_CachedService());
  692.         $d = ($this->privates['property_accessor'] ?? $this->getPropertyAccessorService());
  693.         return $this->privates['api_platform.iri_converter'] = new \ApiPlatform\Core\Bridge\Symfony\Routing\IriConverter($b$c, ($this->privates['api_platform.item_data_provider'] ?? $this->getApiPlatform_ItemDataProviderService()), new \ApiPlatform\Core\Bridge\Symfony\Routing\CachedRouteNameResolver(new \Symfony\Component\Cache\Adapter\ArrayAdapter(), new \ApiPlatform\Core\Bridge\Symfony\Routing\RouteNameResolver($a)), $a$d, new \ApiPlatform\Core\Api\CachedIdentifiersExtractor(new \Symfony\Component\Cache\Adapter\ArrayAdapter(), new \ApiPlatform\Core\Api\IdentifiersExtractor($b$c$d), $d));
  694.     }
  695.     /**
  696.      * Gets the private 'api_platform.item_data_provider' shared service.
  697.      *
  698.      * @return \ApiPlatform\Core\DataProvider\ChainItemDataProvider
  699.      */
  700.     protected function getApiPlatform_ItemDataProviderService()
  701.     {
  702.         return $this->privates['api_platform.item_data_provider'] = new \ApiPlatform\Core\DataProvider\ChainItemDataProvider(array(=> new \ApiPlatform\Core\Bridge\Doctrine\Orm\ItemDataProvider(($this->services['doctrine'] ?? $this->getDoctrineService()), ($this->privates['api_platform.metadata.property.name_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Property_NameCollectionFactory_CachedService()), ($this->privates['api_platform.metadata.property.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Property_MetadataFactory_CachedService()), array(=> ($this->privates['api_platform.doctrine.orm.query_extension.eager_loading'] ?? $this->getApiPlatform_Doctrine_Orm_QueryExtension_EagerLoadingService())))));
  703.     }
  704.     /**
  705.      * Gets the private 'api_platform.jsonld.context_builder' shared service.
  706.      *
  707.      * @return \ApiPlatform\Core\JsonLd\ContextBuilder
  708.      */
  709.     protected function getApiPlatform_Jsonld_ContextBuilderService()
  710.     {
  711.         return $this->privates['api_platform.jsonld.context_builder'] = new \ApiPlatform\Core\JsonLd\ContextBuilder(($this->privates['api_platform.metadata.resource.name_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_NameCollectionFactory_CachedService()), ($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()), ($this->privates['api_platform.metadata.property.name_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Property_NameCollectionFactory_CachedService()), ($this->privates['api_platform.metadata.property.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Property_MetadataFactory_CachedService()), ($this->privates['api_platform.router'] ?? $this->getApiPlatform_RouterService()));
  712.     }
  713.     /**
  714.      * Gets the private 'api_platform.listener.request.add_format' shared service.
  715.      *
  716.      * @return \ApiPlatform\Core\EventListener\AddFormatListener
  717.      */
  718.     protected function getApiPlatform_Listener_Request_AddFormatService()
  719.     {
  720.         return $this->privates['api_platform.listener.request.add_format'] = new \ApiPlatform\Core\EventListener\AddFormatListener(new \Negotiation\Negotiator(), $this->parameters['api_platform.formats']);
  721.     }
  722.     /**
  723.      * Gets the private 'api_platform.listener.request.deserialize' shared service.
  724.      *
  725.      * @return \ApiPlatform\Core\EventListener\DeserializeListener
  726.      */
  727.     protected function getApiPlatform_Listener_Request_DeserializeService()
  728.     {
  729.         return $this->privates['api_platform.listener.request.deserialize'] = new \ApiPlatform\Core\EventListener\DeserializeListener(($this->services['serializer'] ?? $this->getSerializerService()), ($this->privates['api_platform.serializer.context_builder.filter'] ?? $this->getApiPlatform_Serializer_ContextBuilder_FilterService()), $this->parameters['api_platform.formats']);
  730.     }
  731.     /**
  732.      * Gets the private 'api_platform.listener.request.read' shared service.
  733.      *
  734.      * @return \ApiPlatform\Core\EventListener\ReadListener
  735.      */
  736.     protected function getApiPlatform_Listener_Request_ReadService()
  737.     {
  738.         $a = ($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService());
  739.         $b = ($this->privates['api_platform.filter_locator'] ?? $this->getApiPlatform_FilterLocatorService());
  740.         $c = ($this->services['doctrine'] ?? $this->getDoctrineService());
  741.         $d = ($this->services['request_stack'] ?? $this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack());
  742.         $e = ($this->privates['api_platform.doctrine.orm.query_extension.eager_loading'] ?? $this->getApiPlatform_Doctrine_Orm_QueryExtension_EagerLoadingService());
  743.         $f = new \ApiPlatform\Core\Bridge\Doctrine\Orm\Extension\FilterExtension($a$b);
  744.         $g = new \ApiPlatform\Core\Bridge\Doctrine\Orm\Extension\FilterEagerLoadingExtension($atrue);
  745.         $h = new \ApiPlatform\Core\Bridge\Doctrine\Orm\Extension\OrderExtension('ASC'$a);
  746.         $i = new \ApiPlatform\Core\Bridge\Doctrine\Orm\Extension\PaginationExtension($c$d$atruefalsefalse100'page''pagination''itemsPerPage'NULL);
  747.         return $this->privates['api_platform.listener.request.read'] = new \ApiPlatform\Core\EventListener\ReadListener(new \ApiPlatform\Core\DataProvider\ChainCollectionDataProvider(array(=> new \ApiPlatform\Core\Bridge\Doctrine\Orm\CollectionDataProvider($c, array(=> $e=> $f=> $g=> $h=> $i)))), ($this->privates['api_platform.item_data_provider'] ?? $this->getApiPlatform_ItemDataProviderService()), new \ApiPlatform\Core\DataProvider\ChainSubresourceDataProvider(array(=> new \ApiPlatform\Core\Bridge\Doctrine\Orm\SubresourceDataProvider($c, ($this->privates['api_platform.metadata.property.name_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Property_NameCollectionFactory_CachedService()), ($this->privates['api_platform.metadata.property.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Property_MetadataFactory_CachedService()), array(=> $e=> $f=> $g=> $h=> $i), array(=> $e)))));
  748.     }
  749.     /**
  750.      * Gets the private 'api_platform.metadata.property.metadata_factory.cached' shared service.
  751.      *
  752.      * @return \ApiPlatform\Core\Metadata\Property\Factory\CachedPropertyMetadataFactory
  753.      */
  754.     protected function getApiPlatform_Metadata_Property_MetadataFactory_CachedService()
  755.     {
  756.         $a = ($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService());
  757.         return $this->privates['api_platform.metadata.property.metadata_factory.cached'] = new \ApiPlatform\Core\Metadata\Property\Factory\CachedPropertyMetadataFactory(($this->privates['api_platform.cache.metadata.property'] ?? $this->privates['api_platform.cache.metadata.property'] = new \Symfony\Component\Cache\Adapter\ArrayAdapter()), new \ApiPlatform\Core\Bridge\Symfony\Validator\Metadata\Property\ValidatorPropertyMetadataFactory(($this->services['validator'] ?? $this->getValidatorService()), new \ApiPlatform\Core\Metadata\Property\Factory\AnnotationSubresourceMetadataFactory($a, new \ApiPlatform\Core\Metadata\Property\Factory\SerializerPropertyMetadataFactory(($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()), ($this->privates['serializer.mapping.class_metadata_factory'] ?? $this->getSerializer_Mapping_ClassMetadataFactoryService()), new \ApiPlatform\Core\Bridge\Doctrine\Orm\Metadata\Property\DoctrineOrmPropertyMetadataFactory(($this->services['doctrine'] ?? $this->getDoctrineService()), new \ApiPlatform\Core\Metadata\Property\Factory\ExtractorPropertyMetadataFactory(($this->privates['api_platform.metadata.extractor.yaml'] ?? $this->privates['api_platform.metadata.extractor.yaml'] = new \ApiPlatform\Core\Metadata\Extractor\YamlExtractor(array())), new \ApiPlatform\Core\Metadata\Property\Factory\AnnotationPropertyMetadataFactory($a, new \ApiPlatform\Core\Metadata\Property\Factory\InheritedPropertyMetadataFactory(($this->privates['api_platform.metadata.resource.name_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_NameCollectionFactory_CachedService()), new \ApiPlatform\Core\Bridge\Symfony\PropertyInfo\Metadata\Property\PropertyInfoPropertyMetadataFactory(($this->privates['property_info'] ?? $this->getPropertyInfoService()), new \ApiPlatform\Core\Metadata\Property\Factory\ExtractorPropertyMetadataFactory(($this->privates['api_platform.metadata.extractor.xml'] ?? $this->privates['api_platform.metadata.extractor.xml'] = new \ApiPlatform\Core\Metadata\Extractor\XmlExtractor(array()))))))))))));
  758.     }
  759.     /**
  760.      * Gets the private 'api_platform.metadata.property.name_collection_factory.cached' shared service.
  761.      *
  762.      * @return \ApiPlatform\Core\Metadata\Property\Factory\CachedPropertyNameCollectionFactory
  763.      */
  764.     protected function getApiPlatform_Metadata_Property_NameCollectionFactory_CachedService()
  765.     {
  766.         return $this->privates['api_platform.metadata.property.name_collection_factory.cached'] = new \ApiPlatform\Core\Metadata\Property\Factory\CachedPropertyNameCollectionFactory(($this->privates['api_platform.cache.metadata.property'] ?? $this->privates['api_platform.cache.metadata.property'] = new \Symfony\Component\Cache\Adapter\ArrayAdapter()), new \ApiPlatform\Core\Metadata\Property\Factory\ExtractorPropertyNameCollectionFactory(($this->privates['api_platform.metadata.extractor.yaml'] ?? $this->privates['api_platform.metadata.extractor.yaml'] = new \ApiPlatform\Core\Metadata\Extractor\YamlExtractor(array())), new \ApiPlatform\Core\Metadata\Property\Factory\ExtractorPropertyNameCollectionFactory(($this->privates['api_platform.metadata.extractor.xml'] ?? $this->privates['api_platform.metadata.extractor.xml'] = new \ApiPlatform\Core\Metadata\Extractor\XmlExtractor(array())), new \ApiPlatform\Core\Metadata\Property\Factory\InheritedPropertyNameCollectionFactory(($this->privates['api_platform.metadata.resource.name_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_NameCollectionFactory_CachedService()), new \ApiPlatform\Core\Bridge\Symfony\PropertyInfo\Metadata\Property\PropertyInfoPropertyNameCollectionFactory(($this->privates['property_info'] ?? $this->getPropertyInfoService()))))));
  767.     }
  768.     /**
  769.      * Gets the private 'api_platform.metadata.resource.metadata_factory.cached' shared service.
  770.      *
  771.      * @return \ApiPlatform\Core\Metadata\Resource\Factory\CachedResourceMetadataFactory
  772.      */
  773.     protected function getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()
  774.     {
  775.         return $this->privates['api_platform.metadata.resource.metadata_factory.cached'] = new \ApiPlatform\Core\Metadata\Resource\Factory\CachedResourceMetadataFactory(($this->privates['api_platform.cache.metadata.resource'] ?? $this->privates['api_platform.cache.metadata.resource'] = new \Symfony\Component\Cache\Adapter\ArrayAdapter()), new \ApiPlatform\Core\Metadata\Resource\Factory\OperationResourceMetadataFactory(new \ApiPlatform\Core\Metadata\Resource\Factory\ShortNameResourceMetadataFactory(new \ApiPlatform\Core\Metadata\Resource\Factory\PhpDocResourceMetadataFactory(new \ApiPlatform\Core\Metadata\Resource\Factory\ExtractorResourceMetadataFactory(($this->privates['api_platform.metadata.extractor.yaml'] ?? $this->privates['api_platform.metadata.extractor.yaml'] = new \ApiPlatform\Core\Metadata\Extractor\YamlExtractor(array())), new \ApiPlatform\Core\Metadata\Resource\Factory\AnnotationResourceMetadataFactory(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()), new \ApiPlatform\Core\Metadata\Resource\Factory\ExtractorResourceMetadataFactory(($this->privates['api_platform.metadata.extractor.xml'] ?? $this->privates['api_platform.metadata.extractor.xml'] = new \ApiPlatform\Core\Metadata\Extractor\XmlExtractor(array())))))))));
  776.     }
  777.     /**
  778.      * Gets the private 'api_platform.metadata.resource.name_collection_factory.cached' shared service.
  779.      *
  780.      * @return \ApiPlatform\Core\Metadata\Resource\Factory\CachedResourceNameCollectionFactory
  781.      */
  782.     protected function getApiPlatform_Metadata_Resource_NameCollectionFactory_CachedService()
  783.     {
  784.         return $this->privates['api_platform.metadata.resource.name_collection_factory.cached'] = new \ApiPlatform\Core\Metadata\Resource\Factory\CachedResourceNameCollectionFactory(($this->privates['api_platform.cache.metadata.resource'] ?? $this->privates['api_platform.cache.metadata.resource'] = new \Symfony\Component\Cache\Adapter\ArrayAdapter()), new \ApiPlatform\Core\Metadata\Resource\Factory\ExtractorResourceNameCollectionFactory(($this->privates['api_platform.metadata.extractor.yaml'] ?? $this->privates['api_platform.metadata.extractor.yaml'] = new \ApiPlatform\Core\Metadata\Extractor\YamlExtractor(array())), new \ApiPlatform\Core\Metadata\Resource\Factory\AnnotationResourceNameCollectionFactory(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()), $this->getParameter('api_platform.resource_class_directories'), new \ApiPlatform\Core\Metadata\Resource\Factory\ExtractorResourceNameCollectionFactory(($this->privates['api_platform.metadata.extractor.xml'] ?? $this->privates['api_platform.metadata.extractor.xml'] = new \ApiPlatform\Core\Metadata\Extractor\XmlExtractor(array()))))));
  785.     }
  786.     /**
  787.      * Gets the private 'api_platform.operation_method_resolver' shared service.
  788.      *
  789.      * @return \ApiPlatform\Core\Bridge\Symfony\Routing\OperationMethodResolver
  790.      */
  791.     protected function getApiPlatform_OperationMethodResolverService()
  792.     {
  793.         return $this->privates['api_platform.operation_method_resolver'] = new \ApiPlatform\Core\Bridge\Symfony\Routing\OperationMethodResolver(($this->privates['api_platform.router'] ?? $this->getApiPlatform_RouterService()), ($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()));
  794.     }
  795.     /**
  796.      * Gets the private 'api_platform.operation_path_resolver.custom' shared service.
  797.      *
  798.      * @return \ApiPlatform\Core\PathResolver\CustomOperationPathResolver
  799.      */
  800.     protected function getApiPlatform_OperationPathResolver_CustomService()
  801.     {
  802.         return $this->privates['api_platform.operation_path_resolver.custom'] = new \ApiPlatform\Core\PathResolver\CustomOperationPathResolver(new \ApiPlatform\Core\PathResolver\OperationPathResolver(($this->privates['api_platform.path_segment_name_generator.underscore'] ?? $this->privates['api_platform.path_segment_name_generator.underscore'] = new \ApiPlatform\Core\Operation\UnderscorePathSegmentNameGenerator())));
  803.     }
  804.     /**
  805.      * Gets the private 'api_platform.resource_class_resolver' shared service.
  806.      *
  807.      * @return \ApiPlatform\Core\Api\ResourceClassResolver
  808.      */
  809.     protected function getApiPlatform_ResourceClassResolverService()
  810.     {
  811.         return $this->privates['api_platform.resource_class_resolver'] = new \ApiPlatform\Core\Api\ResourceClassResolver(($this->privates['api_platform.metadata.resource.name_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_NameCollectionFactory_CachedService()));
  812.     }
  813.     /**
  814.      * Gets the private 'api_platform.router' shared service.
  815.      *
  816.      * @return \ApiPlatform\Core\Bridge\Symfony\Routing\Router
  817.      */
  818.     protected function getApiPlatform_RouterService()
  819.     {
  820.         return $this->privates['api_platform.router'] = new \ApiPlatform\Core\Bridge\Symfony\Routing\Router(($this->services['router'] ?? $this->getRouterService()));
  821.     }
  822.     /**
  823.      * Gets the private 'api_platform.security.listener.request.deny_access' shared service.
  824.      *
  825.      * @return \ApiPlatform\Core\Security\EventListener\DenyAccessListener
  826.      */
  827.     protected function getApiPlatform_Security_Listener_Request_DenyAccessService()
  828.     {
  829.         return $this->privates['api_platform.security.listener.request.deny_access'] = new \ApiPlatform\Core\Security\EventListener\DenyAccessListener(($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()), new \ApiPlatform\Core\Security\ExpressionLanguage(), ($this->privates['security.authentication.trust_resolver'] ?? $this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver('Symfony\\Component\\Security\\Core\\Authentication\\Token\\AnonymousToken''Symfony\\Component\\Security\\Core\\Authentication\\Token\\RememberMeToken')), ($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()));
  830.     }
  831.     /**
  832.      * Gets the private 'api_platform.serializer.context_builder.filter' shared service.
  833.      *
  834.      * @return \ApiPlatform\Core\Serializer\SerializerFilterContextBuilder
  835.      */
  836.     protected function getApiPlatform_Serializer_ContextBuilder_FilterService()
  837.     {
  838.         $a = ($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService());
  839.         return $this->privates['api_platform.serializer.context_builder.filter'] = new \ApiPlatform\Core\Serializer\SerializerFilterContextBuilder($a, ($this->privates['api_platform.filter_locator'] ?? $this->getApiPlatform_FilterLocatorService()), new \ApiPlatform\Core\Serializer\SerializerContextBuilder($a));
  840.     }
  841.     /**
  842.      * Gets the private 'api_platform.subresource_operation_factory.cached' shared service.
  843.      *
  844.      * @return \ApiPlatform\Core\Operation\Factory\CachedSubresourceOperationFactory
  845.      */
  846.     protected function getApiPlatform_SubresourceOperationFactory_CachedService()
  847.     {
  848.         return $this->privates['api_platform.subresource_operation_factory.cached'] = new \ApiPlatform\Core\Operation\Factory\CachedSubresourceOperationFactory(new \Symfony\Component\Cache\Adapter\ArrayAdapter(), new \ApiPlatform\Core\Operation\Factory\SubresourceOperationFactory(($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()), ($this->privates['api_platform.metadata.property.name_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Property_NameCollectionFactory_CachedService()), ($this->privates['api_platform.metadata.property.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Property_MetadataFactory_CachedService()), ($this->privates['api_platform.path_segment_name_generator.underscore'] ?? $this->privates['api_platform.path_segment_name_generator.underscore'] = new \ApiPlatform\Core\Operation\UnderscorePathSegmentNameGenerator())));
  849.     }
  850.     /**
  851.      * Gets the private 'api_platform.swagger.normalizer.documentation' shared service.
  852.      *
  853.      * @return \ApiPlatform\Core\Swagger\Serializer\DocumentationNormalizer
  854.      */
  855.     protected function getApiPlatform_Swagger_Normalizer_DocumentationService()
  856.     {
  857.         $a = ($this->privates['api_platform.subresource_operation_factory.cached'] ?? $this->getApiPlatform_SubresourceOperationFactory_CachedService());
  858.         return $this->privates['api_platform.swagger.normalizer.documentation'] = new \ApiPlatform\Core\Swagger\Serializer\DocumentationNormalizer(($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()), ($this->privates['api_platform.metadata.property.name_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Property_NameCollectionFactory_CachedService()), ($this->privates['api_platform.metadata.property.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Property_MetadataFactory_CachedService()), ($this->privates['api_platform.resource_class_resolver'] ?? $this->getApiPlatform_ResourceClassResolverService()), ($this->privates['api_platform.operation_method_resolver'] ?? $this->getApiPlatform_OperationMethodResolverService()), new \ApiPlatform\Core\Bridge\Symfony\Routing\RouterOperationPathResolver(($this->privates['api_platform.router'] ?? $this->getApiPlatform_RouterService()), ($this->privates['api_platform.operation_path_resolver.custom'] ?? $this->getApiPlatform_OperationPathResolver_CustomService()), $a), NULL, ($this->privates['api_platform.filter_locator'] ?? $this->getApiPlatform_FilterLocatorService()), NULLfalse'oauth2''application''/oauth/v2/token''/oauth/v2/auth', array(), $this->parameters['api_platform.swagger.api_keys'], $atrue'page'false'itemsPerPage');
  859.     }
  860.     /**
  861.      * Gets the private 'cache.annotations' shared service.
  862.      *
  863.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  864.      */
  865.     protected function getCache_AnnotationsService()
  866.     {
  867.         return $this->privates['cache.annotations'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('6H2T3qxHVl'0$this->getParameter('container.build_id'), ($this->targetDirs[0].'/pools'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  868.     }
  869.     /**
  870.      * Gets the private 'cache.serializer' shared service.
  871.      *
  872.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  873.      */
  874.     protected function getCache_SerializerService()
  875.     {
  876.         return $this->privates['cache.serializer'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('wGCyI+kE8U'0$this->getParameter('container.build_id'), ($this->targetDirs[0].'/pools'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  877.     }
  878.     /**
  879.      * Gets the private 'cache.validator' shared service.
  880.      *
  881.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  882.      */
  883.     protected function getCache_ValidatorService()
  884.     {
  885.         return $this->privates['cache.validator'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('fK-BGLFzQY'0$this->getParameter('container.build_id'), ($this->targetDirs[0].'/pools'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  886.     }
  887.     /**
  888.      * Gets the private 'config_cache_factory' shared service.
  889.      *
  890.      * @return \Symfony\Component\Config\ResourceCheckerConfigCacheFactory
  891.      */
  892.     protected function getConfigCacheFactoryService()
  893.     {
  894.         return $this->privates['config_cache_factory'] = new \Symfony\Component\Config\ResourceCheckerConfigCacheFactory(new RewindableGenerator(function () {
  895.             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));
  896.             yield => ($this->privates['config.resource.self_checking_resource_checker'] ?? $this->privates['config.resource.self_checking_resource_checker'] = new \Symfony\Component\Config\Resource\SelfCheckingResourceChecker());
  897.         }, 2));
  898.     }
  899.     /**
  900.      * Gets the private 'data_collector.form' shared service.
  901.      *
  902.      * @return \Symfony\Component\Form\Extension\DataCollector\FormDataCollector
  903.      */
  904.     protected function getDataCollector_FormService()
  905.     {
  906.         return $this->privates['data_collector.form'] = new \Symfony\Component\Form\Extension\DataCollector\FormDataCollector(new \Symfony\Component\Form\Extension\DataCollector\FormDataExtractor());
  907.     }
  908.     /**
  909.      * Gets the private 'debug.debug_handlers_listener' shared service.
  910.      *
  911.      * @return \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener
  912.      */
  913.     protected function getDebug_DebugHandlersListenerService()
  914.     {
  915.         $a = new \Symfony\Bridge\Monolog\Logger('php');
  916.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->privates['debug.log_processor'] = new \Symfony\Bridge\Monolog\Processor\DebugProcessor()));
  917.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->privates['monolog.handler.console'] = new \Symfony\Bridge\Monolog\Handler\ConsoleHandler(NULLtrue, array())));
  918.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  919.         $a->pushHandler(($this->privates['monolog.handler.syslog_handler'] ?? $this->getMonolog_Handler_SyslogHandlerService()));
  920.         $a->pushHandler(($this->privates['monolog.handler.filter_for_errors'] ?? $this->getMonolog_Handler_FilterForErrorsService()));
  921.         return $this->privates['debug.debug_handlers_listener'] = new \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener(NULL$a, -1, -1true, ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService()), true);
  922.     }
  923.     /**
  924.      * Gets the private 'debug.file_link_formatter' shared service.
  925.      *
  926.      * @return \Symfony\Component\HttpKernel\Debug\FileLinkFormatter
  927.      */
  928.     protected function getDebug_FileLinkFormatterService()
  929.     {
  930.         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], '/_profiler/open?file=%f&line=%l#line%l');
  931.     }
  932.     /**
  933.      * Gets the private 'debug.security.access.decision_manager' shared service.
  934.      *
  935.      * @return \Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager
  936.      */
  937.     protected function getDebug_Security_Access_DecisionManagerService()
  938.     {
  939.         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 () {
  940.             yield => ($this->privates['security.access.authenticated_voter'] ?? $this->load(__DIR__.'/getSecurity_Access_AuthenticatedVoterService.php'));
  941.             yield => ($this->privates['security.access.role_hierarchy_voter'] ?? $this->load(__DIR__.'/getSecurity_Access_RoleHierarchyVoterService.php'));
  942.             yield => ($this->privates['security.access.expression_voter'] ?? $this->load(__DIR__.'/getSecurity_Access_ExpressionVoterService.php'));
  943.         }, 3), 'affirmative'falsetrue));
  944.     }
  945.     /**
  946.      * Gets the private 'debug.security.firewall' shared service.
  947.      *
  948.      * @return \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener
  949.      */
  950.     protected function getDebug_Security_FirewallService()
  951.     {
  952.         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()));
  953.     }
  954.     /**
  955.      * Gets the private 'fos_user.util.canonical_fields_updater' shared service.
  956.      *
  957.      * @return \FOS\UserBundle\Util\CanonicalFieldsUpdater
  958.      */
  959.     protected function getFosUser_Util_CanonicalFieldsUpdaterService()
  960.     {
  961.         $a = new \FOS\UserBundle\Util\Canonicalizer();
  962.         return $this->privates['fos_user.util.canonical_fields_updater'] = new \FOS\UserBundle\Util\CanonicalFieldsUpdater($a$a);
  963.     }
  964.     /**
  965.      * Gets the private 'framework_extra_bundle.argument_name_convertor' shared service.
  966.      *
  967.      * @return \Sensio\Bundle\FrameworkExtraBundle\Request\ArgumentNameConverter
  968.      */
  969.     protected function getFrameworkExtraBundle_ArgumentNameConvertorService()
  970.     {
  971.         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()));
  972.     }
  973.     /**
  974.      * Gets the private 'framework_extra_bundle.event.is_granted' shared service.
  975.      *
  976.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\IsGrantedListener
  977.      */
  978.     protected function getFrameworkExtraBundle_Event_IsGrantedService()
  979.     {
  980.         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()));
  981.     }
  982.     /**
  983.      * Gets the private 'locale_listener' shared service.
  984.      *
  985.      * @return \Symfony\Component\HttpKernel\EventListener\LocaleListener
  986.      */
  987.     protected function getLocaleListenerService()
  988.     {
  989.         return $this->privates['locale_listener'] = new \Symfony\Component\HttpKernel\EventListener\LocaleListener(($this->services['request_stack'] ?? $this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()), 'de', ($this->services['router'] ?? $this->getRouterService()));
  990.     }
  991.     /**
  992.      * Gets the private 'monolog.handler.filter_for_errors' shared service.
  993.      *
  994.      * @return \Monolog\Handler\FingersCrossedHandler
  995.      */
  996.     protected function getMonolog_Handler_FilterForErrorsService()
  997.     {
  998.         $a = ($this->privates['monolog.processor.psr_log_message'] ?? $this->privates['monolog.processor.psr_log_message'] = new \Monolog\Processor\PsrLogMessageProcessor());
  999.         $b = new \Monolog\Handler\StreamHandler(($this->targetDirs[2].'/log/dev.log'), 100trueNULL);
  1000.         $b->pushProcessor($a);
  1001.         $this->privates['monolog.handler.filter_for_errors'] = $instance = new \Monolog\Handler\FingersCrossedHandler($b4000truetrueNULL);
  1002.         $instance->pushProcessor($a);
  1003.         return $instance;
  1004.     }
  1005.     /**
  1006.      * Gets the private 'monolog.handler.main' shared service.
  1007.      *
  1008.      * @return \Monolog\Handler\StreamHandler
  1009.      */
  1010.     protected function getMonolog_Handler_MainService()
  1011.     {
  1012.         $this->privates['monolog.handler.main'] = $instance = new \Monolog\Handler\StreamHandler(($this->targetDirs[2].'/log/dev.log'), 100trueNULL);
  1013.         $instance->pushProcessor(($this->privates['monolog.processor.psr_log_message'] ?? $this->privates['monolog.processor.psr_log_message'] = new \Monolog\Processor\PsrLogMessageProcessor()));
  1014.         return $instance;
  1015.     }
  1016.     /**
  1017.      * Gets the private 'monolog.handler.syslog_handler' shared service.
  1018.      *
  1019.      * @return \Monolog\Handler\SyslogHandler
  1020.      */
  1021.     protected function getMonolog_Handler_SyslogHandlerService()
  1022.     {
  1023.         $this->privates['monolog.handler.syslog_handler'] = $instance = new \Monolog\Handler\SyslogHandler(false'user'200true1);
  1024.         $instance->pushProcessor(($this->privates['monolog.processor.psr_log_message'] ?? $this->privates['monolog.processor.psr_log_message'] = new \Monolog\Processor\PsrLogMessageProcessor()));
  1025.         return $instance;
  1026.     }
  1027.     /**
  1028.      * Gets the private 'monolog.logger' shared service.
  1029.      *
  1030.      * @return \Symfony\Bridge\Monolog\Logger
  1031.      */
  1032.     protected function getMonolog_LoggerService()
  1033.     {
  1034.         $this->privates['monolog.logger'] = $instance = new \Symfony\Bridge\Monolog\Logger('app');
  1035.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->privates['debug.log_processor'] = new \Symfony\Bridge\Monolog\Processor\DebugProcessor()));
  1036.         $instance->useMicrosecondTimestamps(true);
  1037.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->privates['monolog.handler.console'] = new \Symfony\Bridge\Monolog\Handler\ConsoleHandler(NULLtrue, array())));
  1038.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1039.         $instance->pushHandler(($this->privates['monolog.handler.syslog_handler'] ?? $this->getMonolog_Handler_SyslogHandlerService()));
  1040.         $instance->pushHandler(($this->privates['monolog.handler.filter_for_errors'] ?? $this->getMonolog_Handler_FilterForErrorsService()));
  1041.         return $instance;
  1042.     }
  1043.     /**
  1044.      * Gets the private 'monolog.logger.cache' shared service.
  1045.      *
  1046.      * @return \Symfony\Bridge\Monolog\Logger
  1047.      */
  1048.     protected function getMonolog_Logger_CacheService()
  1049.     {
  1050.         $this->privates['monolog.logger.cache'] = $instance = new \Symfony\Bridge\Monolog\Logger('cache');
  1051.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->privates['debug.log_processor'] = new \Symfony\Bridge\Monolog\Processor\DebugProcessor()));
  1052.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->privates['monolog.handler.console'] = new \Symfony\Bridge\Monolog\Handler\ConsoleHandler(NULLtrue, array())));
  1053.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1054.         $instance->pushHandler(($this->privates['monolog.handler.syslog_handler'] ?? $this->getMonolog_Handler_SyslogHandlerService()));
  1055.         $instance->pushHandler(($this->privates['monolog.handler.filter_for_errors'] ?? $this->getMonolog_Handler_FilterForErrorsService()));
  1056.         return $instance;
  1057.     }
  1058.     /**
  1059.      * Gets the private 'monolog.logger.request' shared service.
  1060.      *
  1061.      * @return \Symfony\Bridge\Monolog\Logger
  1062.      */
  1063.     protected function getMonolog_Logger_RequestService()
  1064.     {
  1065.         $this->privates['monolog.logger.request'] = $instance = new \Symfony\Bridge\Monolog\Logger('request');
  1066.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->privates['debug.log_processor'] = new \Symfony\Bridge\Monolog\Processor\DebugProcessor()));
  1067.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->privates['monolog.handler.console'] = new \Symfony\Bridge\Monolog\Handler\ConsoleHandler(NULLtrue, array())));
  1068.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1069.         $instance->pushHandler(($this->privates['monolog.handler.syslog_handler'] ?? $this->getMonolog_Handler_SyslogHandlerService()));
  1070.         $instance->pushHandler(($this->privates['monolog.handler.filter_for_errors'] ?? $this->getMonolog_Handler_FilterForErrorsService()));
  1071.         return $instance;
  1072.     }
  1073.     /**
  1074.      * Gets the private 'nelmio_cors.cors_listener' shared service.
  1075.      *
  1076.      * @return \Nelmio\CorsBundle\EventListener\CorsListener
  1077.      */
  1078.     protected function getNelmioCors_CorsListenerService()
  1079.     {
  1080.         return $this->privates['nelmio_cors.cors_listener'] = new \Nelmio\CorsBundle\EventListener\CorsListener(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), new \Nelmio\CorsBundle\Options\Resolver(array(=> new \Nelmio\CorsBundle\Options\ConfigProvider($this->parameters['nelmio_cors.map'], $this->parameters['nelmio_cors.defaults']))));
  1081.     }
  1082.     /**
  1083.      * Gets the private 'profiler_listener' shared service.
  1084.      *
  1085.      * @return \Symfony\Component\HttpKernel\EventListener\ProfilerListener
  1086.      */
  1087.     protected function getProfilerListenerService()
  1088.     {
  1089.         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);
  1090.     }
  1091.     /**
  1092.      * Gets the private 'property_accessor' shared service.
  1093.      *
  1094.      * @return \Symfony\Component\PropertyAccess\PropertyAccessor
  1095.      */
  1096.     protected function getPropertyAccessorService()
  1097.     {
  1098.         return $this->privates['property_accessor'] = new \Symfony\Component\PropertyAccess\PropertyAccessor(falsefalse, new \Symfony\Component\Cache\Adapter\ArrayAdapter(0false));
  1099.     }
  1100.     /**
  1101.      * Gets the private 'property_info' shared service.
  1102.      *
  1103.      * @return \Symfony\Component\PropertyInfo\PropertyInfoExtractor
  1104.      */
  1105.     protected function getPropertyInfoService()
  1106.     {
  1107.         return $this->privates['property_info'] = new \Symfony\Component\PropertyInfo\PropertyInfoExtractor(new RewindableGenerator(function () {
  1108.             yield => ($this->privates['property_info.serializer_extractor'] ?? $this->load(__DIR__.'/getPropertyInfo_SerializerExtractorService.php'));
  1109.             yield => ($this->privates['property_info.reflection_extractor'] ?? $this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor());
  1110.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->load(__DIR__.'/getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService.php'));
  1111.         }, 3), new RewindableGenerator(function () {
  1112.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->load(__DIR__.'/getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService.php'));
  1113.             yield => ($this->privates['property_info.php_doc_extractor'] ?? $this->privates['property_info.php_doc_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\PhpDocExtractor());
  1114.             yield => ($this->privates['property_info.reflection_extractor'] ?? $this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor());
  1115.         }, 3), new RewindableGenerator(function () {
  1116.             yield => ($this->privates['property_info.php_doc_extractor'] ?? $this->privates['property_info.php_doc_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\PhpDocExtractor());
  1117.         }, 1), new RewindableGenerator(function () {
  1118.             yield => ($this->privates['property_info.reflection_extractor'] ?? $this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor());
  1119.         }, 1));
  1120.     }
  1121.     /**
  1122.      * Gets the private 'resolve_controller_name_subscriber' shared service.
  1123.      *
  1124.      * @return \Symfony\Bundle\FrameworkBundle\EventListener\ResolveControllerNameSubscriber
  1125.      */
  1126.     protected function getResolveControllerNameSubscriberService()
  1127.     {
  1128.         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')))));
  1129.     }
  1130.     /**
  1131.      * Gets the private 'router.request_context' shared service.
  1132.      *
  1133.      * @return \Symfony\Component\Routing\RequestContext
  1134.      */
  1135.     protected function getRouter_RequestContextService()
  1136.     {
  1137.         return $this->privates['router.request_context'] = new \Symfony\Component\Routing\RequestContext('''GET''localhost''http'80443);
  1138.     }
  1139.     /**
  1140.      * Gets the private 'router_listener' shared service.
  1141.      *
  1142.      * @return \Symfony\Component\HttpKernel\EventListener\RouterListener
  1143.      */
  1144.     protected function getRouterListenerService()
  1145.     {
  1146.         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);
  1147.     }
  1148.     /**
  1149.      * Gets the private 'security.authentication.manager' shared service.
  1150.      *
  1151.      * @return \Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager
  1152.      */
  1153.     protected function getSecurity_Authentication_ManagerService()
  1154.     {
  1155.         $this->privates['security.authentication.manager'] = $instance = new \Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager(new RewindableGenerator(function () {
  1156.             yield => ($this->privates['security.authentication.provider.dao.login'] ?? $this->load(__DIR__.'/getSecurity_Authentication_Provider_Dao_LoginService.php'));
  1157.             yield => ($this->privates['security.authentication.provider.anonymous.login'] ?? $this->privates['security.authentication.provider.anonymous.login'] = new \Symfony\Component\Security\Core\Authentication\Provider\AnonymousAuthenticationProvider($this->getParameter('container.build_hash')));
  1158.             yield => ($this->privates['security.authentication.provider.jwt.main'] ?? $this->load(__DIR__.'/getSecurity_Authentication_Provider_Jwt_MainService.php'));
  1159.             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')));
  1160.         }, 4), true);
  1161.         $instance->setEventDispatcher(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  1162.         return $instance;
  1163.     }
  1164.     /**
  1165.      * Gets the private 'security.firewall.map' shared service.
  1166.      *
  1167.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallMap
  1168.      */
  1169.     protected function getSecurity_Firewall_MapService()
  1170.     {
  1171.         return $this->privates['security.firewall.map'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallMap(new \Symfony\Component\DependencyInjection\ServiceLocator(array('security.firewall.map.context.dev' => function () {
  1172.             return ($this->privates['security.firewall.map.context.dev'] ?? $this->load(__DIR__.'/getSecurity_Firewall_Map_Context_DevService.php'));
  1173.         }, 'security.firewall.map.context.login' => function () {
  1174.             return ($this->privates['security.firewall.map.context.login'] ?? $this->load(__DIR__.'/getSecurity_Firewall_Map_Context_LoginService.php'));
  1175.         }, 'security.firewall.map.context.main' => function () {
  1176.             return ($this->privates['security.firewall.map.context.main'] ?? $this->load(__DIR__.'/getSecurity_Firewall_Map_Context_MainService.php'));
  1177.         })), new RewindableGenerator(function () {
  1178.             yield 'security.firewall.map.context.dev' => ($this->privates['security.request_matcher.zfHj2lW'] ?? $this->privates['security.request_matcher.zfHj2lW'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/(_(profiler|wdt)|css|images|js)/'));
  1179.             yield 'security.firewall.map.context.login' => ($this->privates['security.request_matcher.3XOJXXF'] ?? $this->privates['security.request_matcher.3XOJXXF'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/login'));
  1180.             yield 'security.firewall.map.context.main' => ($this->privates['security.request_matcher.00qF1Z7'] ?? $this->privates['security.request_matcher.00qF1Z7'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/'));
  1181.         }, 3));
  1182.     }
  1183.     /**
  1184.      * Gets the private 'security.logout_url_generator' shared service.
  1185.      *
  1186.      * @return \Symfony\Component\Security\Http\Logout\LogoutUrlGenerator
  1187.      */
  1188.     protected function getSecurity_LogoutUrlGeneratorService()
  1189.     {
  1190.         return $this->privates['security.logout_url_generator'] = 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()));
  1191.     }
  1192.     /**
  1193.      * Gets the private 'security.role_hierarchy' shared service.
  1194.      *
  1195.      * @return \Symfony\Component\Security\Core\Role\RoleHierarchy
  1196.      */
  1197.     protected function getSecurity_RoleHierarchyService()
  1198.     {
  1199.         return $this->privates['security.role_hierarchy'] = new \Symfony\Component\Security\Core\Role\RoleHierarchy($this->parameters['security.role_hierarchy.roles']);
  1200.     }
  1201.     /**
  1202.      * Gets the private 'sensio_framework_extra.controller.listener' shared service.
  1203.      *
  1204.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener
  1205.      */
  1206.     protected function getSensioFrameworkExtra_Controller_ListenerService()
  1207.     {
  1208.         return $this->privates['sensio_framework_extra.controller.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  1209.     }
  1210.     /**
  1211.      * Gets the private 'sensio_framework_extra.converter.listener' shared service.
  1212.      *
  1213.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener
  1214.      */
  1215.     protected function getSensioFrameworkExtra_Converter_ListenerService()
  1216.     {
  1217.         $a = new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\ParamConverterManager();
  1218.         $a->add(new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DoctrineParamConverter(($this->services['doctrine'] ?? $this->getDoctrineService()), new \Symfony\Component\ExpressionLanguage\ExpressionLanguage()), 0'doctrine.orm');
  1219.         $a->add(new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DateTimeParamConverter(), 0'datetime');
  1220.         return $this->privates['sensio_framework_extra.converter.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener($atrue);
  1221.     }
  1222.     /**
  1223.      * Gets the private 'sensio_framework_extra.security.listener' shared service.
  1224.      *
  1225.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener
  1226.      */
  1227.     protected function getSensioFrameworkExtra_Security_ListenerService()
  1228.     {
  1229.         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('Symfony\\Component\\Security\\Core\\Authentication\\Token\\AnonymousToken''Symfony\\Component\\Security\\Core\\Authentication\\Token\\RememberMeToken')), ($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()));
  1230.     }
  1231.     /**
  1232.      * Gets the private 'sensio_framework_extra.view.listener' shared service.
  1233.      *
  1234.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener
  1235.      */
  1236.     protected function getSensioFrameworkExtra_View_ListenerService()
  1237.     {
  1238.         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'))), ($this->services['twig'] ?? $this->getTwigService()));
  1239.     }
  1240.     /**
  1241.      * Gets the private 'serializer.mapping.class_metadata_factory' shared service.
  1242.      *
  1243.      * @return \Symfony\Component\Serializer\Mapping\Factory\ClassMetadataFactory
  1244.      */
  1245.     protected function getSerializer_Mapping_ClassMetadataFactoryService()
  1246.     {
  1247.         return $this->privates['serializer.mapping.class_metadata_factory'] = new \Symfony\Component\Serializer\Mapping\Factory\ClassMetadataFactory(new \Symfony\Component\Serializer\Mapping\Loader\LoaderChain(array(=> new \Symfony\Component\Serializer\Mapping\Loader\AnnotationLoader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService())))), NULL);
  1248.     }
  1249.     /**
  1250.      * Gets the private 'session_listener' shared service.
  1251.      *
  1252.      * @return \Symfony\Component\HttpKernel\EventListener\SessionListener
  1253.      */
  1254.     protected function getSessionListenerService()
  1255.     {
  1256.         return $this->privates['session_listener'] = new \Symfony\Component\HttpKernel\EventListener\SessionListener(new \Symfony\Component\DependencyInjection\ServiceLocator(array('session' => function () {
  1257.             return ($this->services['session'] ?? $this->load(__DIR__.'/getSessionService.php'));
  1258.         })));
  1259.     }
  1260.     /**
  1261.      * Gets the private 'templating.locator' shared service.
  1262.      *
  1263.      * @return \Symfony\Bundle\FrameworkBundle\Templating\Loader\TemplateLocator
  1264.      */
  1265.     protected function getTemplating_LocatorService()
  1266.     {
  1267.         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')), ($this->targetDirs[3].'/src/Resources'), array(=> ($this->targetDirs[3].'/src')))), $this->targetDirs[0]);
  1268.     }
  1269.     /**
  1270.      * Gets the private 'translator.default' shared service.
  1271.      *
  1272.      * @return \Symfony\Bundle\FrameworkBundle\Translation\Translator
  1273.      */
  1274.     protected function getTranslator_DefaultService()
  1275.     {
  1276.         $this->privates['translator.default'] = $instance = new \Symfony\Bundle\FrameworkBundle\Translation\Translator(new \Symfony\Component\DependencyInjection\ServiceLocator(array('translation.loader.csv' => function () {
  1277.             return ($this->privates['translation.loader.csv'] ?? $this->privates['translation.loader.csv'] = new \Symfony\Component\Translation\Loader\CsvFileLoader());
  1278.         }, 'translation.loader.dat' => function () {
  1279.             return ($this->privates['translation.loader.dat'] ?? $this->privates['translation.loader.dat'] = new \Symfony\Component\Translation\Loader\IcuDatFileLoader());
  1280.         }, 'translation.loader.ini' => function () {
  1281.             return ($this->privates['translation.loader.ini'] ?? $this->privates['translation.loader.ini'] = new \Symfony\Component\Translation\Loader\IniFileLoader());
  1282.         }, 'translation.loader.json' => function () {
  1283.             return ($this->privates['translation.loader.json'] ?? $this->privates['translation.loader.json'] = new \Symfony\Component\Translation\Loader\JsonFileLoader());
  1284.         }, 'translation.loader.mo' => function () {
  1285.             return ($this->privates['translation.loader.mo'] ?? $this->privates['translation.loader.mo'] = new \Symfony\Component\Translation\Loader\MoFileLoader());
  1286.         }, 'translation.loader.php' => function () {
  1287.             return ($this->privates['translation.loader.php'] ?? $this->privates['translation.loader.php'] = new \Symfony\Component\Translation\Loader\PhpFileLoader());
  1288.         }, 'translation.loader.po' => function () {
  1289.             return ($this->privates['translation.loader.po'] ?? $this->privates['translation.loader.po'] = new \Symfony\Component\Translation\Loader\PoFileLoader());
  1290.         }, 'translation.loader.qt' => function () {
  1291.             return ($this->privates['translation.loader.qt'] ?? $this->privates['translation.loader.qt'] = new \Symfony\Component\Translation\Loader\QtFileLoader());
  1292.         }, 'translation.loader.res' => function () {
  1293.             return ($this->privates['translation.loader.res'] ?? $this->privates['translation.loader.res'] = new \Symfony\Component\Translation\Loader\IcuResFileLoader());
  1294.         }, 'translation.loader.xliff' => function () {
  1295.             return ($this->privates['translation.loader.xliff'] ?? $this->privates['translation.loader.xliff'] = new \Symfony\Component\Translation\Loader\XliffFileLoader());
  1296.         }, 'translation.loader.yml' => function () {
  1297.             return ($this->privates['translation.loader.yml'] ?? $this->privates['translation.loader.yml'] = new \Symfony\Component\Translation\Loader\YamlFileLoader());
  1298.         })), new \Symfony\Component\Translation\Formatter\MessageFormatter(new \Symfony\Component\Translation\MessageSelector()), 'de', array('translation.loader.php' => array(=> 'php'), 'translation.loader.yml' => array(=> 'yaml'=> 'yml'), 'translation.loader.xliff' => array(=> 'xlf'=> 'xliff'), 'translation.loader.po' => array(=> 'po'), 'translation.loader.mo' => array(=> 'mo'), 'translation.loader.qt' => array(=> 'ts'), 'translation.loader.csv' => array(=> 'csv'), 'translation.loader.res' => array(=> 'res'), 'translation.loader.dat' => array(=> 'dat'), 'translation.loader.ini' => array(=> 'ini'), 'translation.loader.json' => array(=> 'json')), array('cache_dir' => ($this->targetDirs[0].'/translations'), 'debug' => true'resource_files' => array('af' => array(=> ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations/validators.af.xlf'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.af.yml')), 'ar' => array(=> ($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' => array(=> ($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')), 'bg' => array(=> ($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' => array(=> ($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' => array(=> ($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' => array(=> ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations/validators.cy.xlf')), 'da' => array(=> ($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' => array(=> ($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' => array(=> ($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' => array(=> ($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')), 'es' => array(=> ($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' => array(=> ($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' => array(=> ($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/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.eu.yml'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.eu.yml')), 'fa' => array(=> ($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' => array(=> ($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' => array(=> ($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')), 'gl' => array(=> ($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' => array(=> ($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' => array(=> ($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' => array(=> ($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' => array(=> ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations/validators.hy.xlf'), => ($this->targetDirs[3].'/vendor/symfony/form/Resources/translations/validators.hy.xlf')), 'id' => array(=> ($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' => array(=> ($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' => array(=> ($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' => array(=> ($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' => array(=> ($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' => array(=> ($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' => array(=> ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations/validators.mn.xlf'), => ($this->targetDirs[3].'/vendor/symfony/form/Resources/translations/validators.mn.xlf')), 'nl' => array(=> ($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' => array(=> ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations/validators.nn.xlf'), => ($this->targetDirs[3].'/vendor/symfony/form/Resources/translations/validators.nn.xlf')), 'no' => array(=> ($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' => array(=> ($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' => array(=> ($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' => array(=> ($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' => array(=> ($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' => array(=> ($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' => array(=> ($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' => array(=> ($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' => array(=> ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations/validators.sq.xlf')), 'sr_Cyrl' => array(=> ($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' => array(=> ($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' => array(=> ($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' => array(=> ($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')), 'tr' => array(=> ($this->targetDirs[3].'/vendor/symfony/validator/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' => array(=> ($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/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.uk.yml'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.uk.yml')), 'vi' => array(=> ($this->targetDirs[3].'/vendor/symfony/validator/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' => array(=> ($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' => array(=> ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations/validators.zh_TW.xlf')), 'nb' => array(=> ($this->targetDirs[3].'/vendor/symfony/form/Resources/translations/validators.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')), 'pt_PT' => array(=> ($this->targetDirs[3].'/vendor/symfony/security/Core/Resources/translations/security.pt_PT.xlf')), 'ua' => array(=> ($this->targetDirs[3].'/vendor/symfony/security/Core/Resources/translations/security.ua.xlf')), 'bn' => array(=> ($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' => array(=> ($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' => array(=> ($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' => array(=> ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.ky.yml'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.ky.yml')))));
  1299.         $instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  1300.         $instance->setFallbackLocales(array(=> 'de'));
  1301.         return $instance;
  1302.     }
  1303.     /**
  1304.      * Gets the private 'translator_listener' shared service.
  1305.      *
  1306.      * @return \Symfony\Component\HttpKernel\EventListener\TranslatorListener
  1307.      */
  1308.     protected function getTranslatorListenerService()
  1309.     {
  1310.         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()));
  1311.     }
  1312.     /**
  1313.      * Gets the private 'validator.builder' shared service.
  1314.      *
  1315.      * @return \Symfony\Component\Validator\ValidatorBuilderInterface
  1316.      */
  1317.     protected function getValidator_BuilderService()
  1318.     {
  1319.         $this->privates['validator.builder'] = $instance = \Symfony\Component\Validator\Validation::createValidatorBuilder();
  1320.         $instance->setConstraintValidatorFactory(new \Symfony\Component\Validator\ContainerConstraintValidatorFactory(new \Symfony\Component\DependencyInjection\ServiceLocator(array('Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => function () {
  1321.             return ($this->privates['doctrine.orm.validator.unique'] ?? $this->load(__DIR__.'/getDoctrine_Orm_Validator_UniqueService.php'));
  1322.         }, 'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => function () {
  1323.             return ($this->privates['security.validator.user_password'] ?? $this->load(__DIR__.'/getSecurity_Validator_UserPasswordService.php'));
  1324.         }, 'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => function () {
  1325.             return ($this->privates['validator.email'] ?? $this->privates['validator.email'] = new \Symfony\Component\Validator\Constraints\EmailValidator(false));
  1326.         }, 'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => function () {
  1327.             return ($this->privates['validator.expression'] ?? $this->privates['validator.expression'] = new \Symfony\Component\Validator\Constraints\ExpressionValidator());
  1328.         }, 'doctrine.orm.validator.unique' => function () {
  1329.             return ($this->privates['doctrine.orm.validator.unique'] ?? $this->load(__DIR__.'/getDoctrine_Orm_Validator_UniqueService.php'));
  1330.         }, 'security.validator.user_password' => function () {
  1331.             return ($this->privates['security.validator.user_password'] ?? $this->load(__DIR__.'/getSecurity_Validator_UserPasswordService.php'));
  1332.         }, 'validator.expression' => function () {
  1333.             return ($this->privates['validator.expression'] ?? $this->privates['validator.expression'] = new \Symfony\Component\Validator\Constraints\ExpressionValidator());
  1334.         }))));
  1335.         $instance->setTranslator(($this->services['translator'] ?? $this->getTranslatorService()));
  1336.         $instance->setTranslationDomain('validators');
  1337.         $instance->addXmlMappings(array(=> ($this->targetDirs[3].'/vendor/symfony/form/Resources/config/validation.xml'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/config/validation.xml')));
  1338.         $instance->enableAnnotationMapping(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  1339.         $instance->addMethodMapping('loadValidatorMetadata');
  1340.         $instance->addObjectInitializers(array(=> 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()))));
  1341.         $instance->addXmlMapping(($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/DependencyInjection/Compiler/../../Resources/config/storage-validation/orm.xml'));
  1342.         return $instance;
  1343.     }
  1344.     /**
  1345.      * Gets the private 'web_profiler.csp.handler' shared service.
  1346.      *
  1347.      * @return \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler
  1348.      */
  1349.     protected function getWebProfiler_Csp_HandlerService()
  1350.     {
  1351.         return $this->privates['web_profiler.csp.handler'] = new \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler(new \Symfony\Bundle\WebProfilerBundle\Csp\NonceGenerator());
  1352.     }
  1353.     /**
  1354.      * Gets the private 'web_profiler.debug_toolbar' shared service.
  1355.      *
  1356.      * @return \Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener
  1357.      */
  1358.     protected function getWebProfiler_DebugToolbarService()
  1359.     {
  1360.         return $this->privates['web_profiler.debug_toolbar'] = new \Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener(($this->services['twig'] ?? $this->getTwigService()), false2, ($this->services['router'] ?? $this->getRouterService()), '^/(app(_[\\w]+)?\\.php/)?_wdt', ($this->privates['web_profiler.csp.handler'] ?? $this->getWebProfiler_Csp_HandlerService()));
  1361.     }
  1362.     public function getParameter($name)
  1363.     {
  1364.         $name = (string) $name;
  1365.         if (isset($this->buildParameters[$name])) {
  1366.             return $this->buildParameters[$name];
  1367.         }
  1368.         if (!(isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || array_key_exists($name$this->parameters))) {
  1369.             throw new InvalidArgumentException(sprintf('The parameter "%s" must be defined.'$name));
  1370.         }
  1371.         if (isset($this->loadedDynamicParameters[$name])) {
  1372.             return $this->loadedDynamicParameters[$name] ? $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  1373.         }
  1374.         return $this->parameters[$name];
  1375.     }
  1376.     public function hasParameter($name)
  1377.     {
  1378.         $name = (string) $name;
  1379.         if (isset($this->buildParameters[$name])) {
  1380.             return true;
  1381.         }
  1382.         return isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || array_key_exists($name$this->parameters);
  1383.     }
  1384.     public function setParameter($name$value)
  1385.     {
  1386.         throw new LogicException('Impossible to call set() on a frozen ParameterBag.');
  1387.     }
  1388.     public function getParameterBag()
  1389.     {
  1390.         if (null === $this->parameterBag) {
  1391.             $parameters $this->parameters;
  1392.             foreach ($this->loadedDynamicParameters as $name => $loaded) {
  1393.                 $parameters[$name] = $loaded $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  1394.             }
  1395.             foreach ($this->buildParameters as $name => $value) {
  1396.                 $parameters[$name] = $value;
  1397.             }
  1398.             $this->parameterBag = new FrozenParameterBag($parameters);
  1399.         }
  1400.         return $this->parameterBag;
  1401.     }
  1402.     private $loadedDynamicParameters = array(
  1403.         'kernel.root_dir' => false,
  1404.         'kernel.project_dir' => false,
  1405.         'kernel.cache_dir' => false,
  1406.         'kernel.logs_dir' => false,
  1407.         'kernel.bundles_metadata' => false,
  1408.         'upload_dir' => false,
  1409.         'kernel.secret' => false,
  1410.         'session.save_path' => false,
  1411.         'validator.mapping.cache.file' => false,
  1412.         'translator.default_path' => false,
  1413.         'profiler.storage.dsn' => false,
  1414.         'debug.container.dump' => false,
  1415.         'serializer.mapping.cache.file' => false,
  1416.         'twig.default_path' => false,
  1417.         'doctrine.orm.proxy_dir' => false,
  1418.         'api_platform.resource_class_directories' => false,
  1419.         'swiftmailer.spool.default.memory.path' => false,
  1420.         'lexik_jwt_authentication.private_key_path' => false,
  1421.         'lexik_jwt_authentication.public_key_path' => false,
  1422.         'lexik_jwt_authentication.pass_phrase' => false,
  1423.         'fos_user.registration.confirmation.from_email' => false,
  1424.         'fos_user.resetting.email.from_email' => false,
  1425.     );
  1426.     private $dynamicParameters = array();
  1427.     /**
  1428.      * Computes a dynamic parameter.
  1429.      *
  1430.      * @param string The name of the dynamic parameter to load
  1431.      *
  1432.      * @return mixed The value of the dynamic parameter
  1433.      *
  1434.      * @throws InvalidArgumentException When the dynamic parameter does not exist
  1435.      */
  1436.     private function getDynamicParameter($name)
  1437.     {
  1438.         switch ($name) {
  1439.             case 'kernel.root_dir'$value = ($this->targetDirs[3].'/src'); break;
  1440.             case 'kernel.project_dir'$value $this->targetDirs[3]; break;
  1441.             case 'kernel.cache_dir'$value $this->targetDirs[0]; break;
  1442.             case 'kernel.logs_dir'$value = ($this->targetDirs[2].'/log'); break;
  1443.             case 'kernel.bundles_metadata'$value = array(
  1444.                 'FrameworkBundle' => array(
  1445.                     'path' => ($this->targetDirs[3].'/vendor/symfony/framework-bundle'),
  1446.                     'namespace' => 'Symfony\\Bundle\\FrameworkBundle',
  1447.                 ),
  1448.                 'TwigBundle' => array(
  1449.                     'path' => ($this->targetDirs[3].'/vendor/symfony/twig-bundle'),
  1450.                     'namespace' => 'Symfony\\Bundle\\TwigBundle',
  1451.                 ),
  1452.                 'SecurityBundle' => array(
  1453.                     'path' => ($this->targetDirs[3].'/vendor/symfony/security-bundle'),
  1454.                     'namespace' => 'Symfony\\Bundle\\SecurityBundle',
  1455.                 ),
  1456.                 'DoctrineCacheBundle' => array(
  1457.                     'path' => ($this->targetDirs[3].'/vendor/doctrine/doctrine-cache-bundle'),
  1458.                     'namespace' => 'Doctrine\\Bundle\\DoctrineCacheBundle',
  1459.                 ),
  1460.                 'DoctrineBundle' => array(
  1461.                     'path' => ($this->targetDirs[3].'/vendor/doctrine/doctrine-bundle'),
  1462.                     'namespace' => 'Doctrine\\Bundle\\DoctrineBundle',
  1463.                 ),
  1464.                 'ApiPlatformBundle' => array(
  1465.                     'path' => ($this->targetDirs[3].'/vendor/api-platform/core/src/Bridge/Symfony/Bundle'),
  1466.                     'namespace' => 'ApiPlatform\\Core\\Bridge\\Symfony\\Bundle',
  1467.                 ),
  1468.                 'WebServerBundle' => array(
  1469.                     'path' => ($this->targetDirs[3].'/vendor/symfony/web-server-bundle'),
  1470.                     'namespace' => 'Symfony\\Bundle\\WebServerBundle',
  1471.                 ),
  1472.                 'SensioFrameworkExtraBundle' => array(
  1473.                     'path' => ($this->targetDirs[3].'/vendor/sensio/framework-extra-bundle'),
  1474.                     'namespace' => 'Sensio\\Bundle\\FrameworkExtraBundle',
  1475.                 ),
  1476.                 'SwiftmailerBundle' => array(
  1477.                     'path' => ($this->targetDirs[3].'/vendor/symfony/swiftmailer-bundle'),
  1478.                     'namespace' => 'Symfony\\Bundle\\SwiftmailerBundle',
  1479.                 ),
  1480.                 'WebProfilerBundle' => array(
  1481.                     'path' => ($this->targetDirs[3].'/vendor/symfony/web-profiler-bundle'),
  1482.                     'namespace' => 'Symfony\\Bundle\\WebProfilerBundle',
  1483.                 ),
  1484.                 'LexikJWTAuthenticationBundle' => array(
  1485.                     'path' => ($this->targetDirs[3].'/vendor/lexik/jwt-authentication-bundle'),
  1486.                     'namespace' => 'Lexik\\Bundle\\JWTAuthenticationBundle',
  1487.                 ),
  1488.                 'FOSUserBundle' => array(
  1489.                     'path' => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle'),
  1490.                     'namespace' => 'FOS\\UserBundle',
  1491.                 ),
  1492.                 'MonologBundle' => array(
  1493.                     'path' => ($this->targetDirs[3].'/vendor/symfony/monolog-bundle'),
  1494.                     'namespace' => 'Symfony\\Bundle\\MonologBundle',
  1495.                 ),
  1496.                 'NelmioApiDocBundle' => array(
  1497.                     'path' => ($this->targetDirs[3].'/vendor/nelmio/api-doc-bundle'),
  1498.                     'namespace' => 'Nelmio\\ApiDocBundle',
  1499.                 ),
  1500.                 'NelmioCorsBundle' => array(
  1501.                     'path' => ($this->targetDirs[3].'/vendor/nelmio/cors-bundle'),
  1502.                     'namespace' => 'Nelmio\\CorsBundle',
  1503.                 ),
  1504.                 'TFoxMpdfPortBundle' => array(
  1505.                     'path' => ($this->targetDirs[3].'/vendor/tfox/mpdf-port-bundle/TFox/MpdfPortBundle'),
  1506.                     'namespace' => 'TFox\\MpdfPortBundle',
  1507.                 ),
  1508.             ); break;
  1509.             case 'upload_dir'$value = ($this->targetDirs[3].'/uploads/'); break;
  1510.             case 'kernel.secret'$value $this->getEnv('APP_SECRET'); break;
  1511.             case 'session.save_path'$value = ($this->targetDirs[2].'/sessions/dev'); break;
  1512.             case 'validator.mapping.cache.file'$value = ($this->targetDirs[0].'/validation.php'); break;
  1513.             case 'translator.default_path'$value = ($this->targetDirs[3].'/translations'); break;
  1514.             case 'profiler.storage.dsn'$value = ('file:'.$this->targetDirs[0].'/profiler'); break;
  1515.             case 'debug.container.dump'$value = ($this->targetDirs[0].'/srcDevDebugProjectContainer.xml'); break;
  1516.             case 'serializer.mapping.cache.file'$value = ($this->targetDirs[0].'/serialization.php'); break;
  1517.             case 'twig.default_path'$value = ($this->targetDirs[3].'/templates'); break;
  1518.             case 'doctrine.orm.proxy_dir'$value = ($this->targetDirs[0].'/doctrine/orm/Proxies'); break;
  1519.             case 'api_platform.resource_class_directories'$value = array(
  1520.                 => ($this->targetDirs[3].'/src/Entity'),
  1521.             ); break;
  1522.             case 'swiftmailer.spool.default.memory.path'$value = ($this->targetDirs[0].'/swiftmailer/spool/default'); break;
  1523.             case 'lexik_jwt_authentication.private_key_path'$value = ($this->targetDirs[3].'/'.$this->getEnv('string:JWT_PRIVATE_KEY_PATH')); break;
  1524.             case 'lexik_jwt_authentication.public_key_path'$value = ($this->targetDirs[3].'/'.$this->getEnv('string:JWT_PUBLIC_KEY_PATH')); break;
  1525.             case 'lexik_jwt_authentication.pass_phrase'$value $this->getEnv('JWT_PASSPHRASE'); break;
  1526.             case 'fos_user.registration.confirmation.from_email'$value = array(
  1527.                 $this->getEnv('MAILER_USER_ADDRESS') => $this->getEnv('MAILER_USER_NAME'),
  1528.             ); break;
  1529.             case 'fos_user.resetting.email.from_email'$value = array(
  1530.                 $this->getEnv('MAILER_USER_ADDRESS') => $this->getEnv('MAILER_USER_NAME'),
  1531.             ); break;
  1532.             default: throw new InvalidArgumentException(sprintf('The dynamic parameter "%s" must be defined.'$name));
  1533.         }
  1534.         $this->loadedDynamicParameters[$name] = true;
  1535.         return $this->dynamicParameters[$name] = $value;
  1536.     }
  1537.     /**
  1538.      * Gets the default parameters.
  1539.      *
  1540.      * @return array An array of the default parameters
  1541.      */
  1542.     protected function getDefaultParameters()
  1543.     {
  1544.         return array(
  1545.             'kernel.environment' => 'dev',
  1546.             'kernel.debug' => true,
  1547.             'kernel.name' => 'src',
  1548.             'kernel.bundles' => array(
  1549.                 'FrameworkBundle' => 'Symfony\\Bundle\\FrameworkBundle\\FrameworkBundle',
  1550.                 'TwigBundle' => 'Symfony\\Bundle\\TwigBundle\\TwigBundle',
  1551.                 'SecurityBundle' => 'Symfony\\Bundle\\SecurityBundle\\SecurityBundle',
  1552.                 'DoctrineCacheBundle' => 'Doctrine\\Bundle\\DoctrineCacheBundle\\DoctrineCacheBundle',
  1553.                 'DoctrineBundle' => 'Doctrine\\Bundle\\DoctrineBundle\\DoctrineBundle',
  1554.                 'ApiPlatformBundle' => 'ApiPlatform\\Core\\Bridge\\Symfony\\Bundle\\ApiPlatformBundle',
  1555.                 'WebServerBundle' => 'Symfony\\Bundle\\WebServerBundle\\WebServerBundle',
  1556.                 'SensioFrameworkExtraBundle' => 'Sensio\\Bundle\\FrameworkExtraBundle\\SensioFrameworkExtraBundle',
  1557.                 'SwiftmailerBundle' => 'Symfony\\Bundle\\SwiftmailerBundle\\SwiftmailerBundle',
  1558.                 'WebProfilerBundle' => 'Symfony\\Bundle\\WebProfilerBundle\\WebProfilerBundle',
  1559.                 'LexikJWTAuthenticationBundle' => 'Lexik\\Bundle\\JWTAuthenticationBundle\\LexikJWTAuthenticationBundle',
  1560.                 'FOSUserBundle' => 'FOS\\UserBundle\\FOSUserBundle',
  1561.                 'MonologBundle' => 'Symfony\\Bundle\\MonologBundle\\MonologBundle',
  1562.                 'NelmioApiDocBundle' => 'Nelmio\\ApiDocBundle\\NelmioApiDocBundle',
  1563.                 'NelmioCorsBundle' => 'Nelmio\\CorsBundle\\NelmioCorsBundle',
  1564.                 'TFoxMpdfPortBundle' => 'TFox\\MpdfPortBundle\\TFoxMpdfPortBundle',
  1565.             ),
  1566.             'kernel.charset' => 'UTF-8',
  1567.             'kernel.container_class' => 'srcDevDebugProjectContainer',
  1568.             'container.autowiring.strict_mode' => true,
  1569.             'locale' => 'de',
  1570.             'fragment.renderer.hinclude.global_template' => NULL,
  1571.             'fragment.path' => '/_fragment',
  1572.             'kernel.http_method_override' => true,
  1573.             'kernel.trusted_hosts' => array(
  1574.             ),
  1575.             'kernel.default_locale' => 'de',
  1576.             'templating.helper.code.file_link_format' => NULL,
  1577.             'debug.file_link_format' => NULL,
  1578.             'session.metadata.storage_key' => '_sf2_meta',
  1579.             'session.storage.options' => array(
  1580.                 'cache_limiter' => '0',
  1581.                 'cookie_httponly' => true,
  1582.                 'gc_probability' => 1,
  1583.                 'use_strict_mode' => true,
  1584.             ),
  1585.             'session.metadata.update_threshold' => '0',
  1586.             'form.type_extension.csrf.enabled' => true,
  1587.             'form.type_extension.csrf.field_name' => '_token',
  1588.             'asset.request_context.base_path' => '',
  1589.             'asset.request_context.secure' => false,
  1590.             'templating.loader.cache.path' => NULL,
  1591.             'templating.engines' => array(
  1592.                 => 'twig',
  1593.             ),
  1594.             'validator.mapping.cache.prefix' => '',
  1595.             'validator.translation_domain' => 'validators',
  1596.             'translator.logging' => true,
  1597.             'profiler_listener.only_exceptions' => false,
  1598.             'profiler_listener.only_master_requests' => false,
  1599.             'debug.error_handler.throw_at' => -1,
  1600.             'router.options.generator_class' => 'Symfony\\Component\\Routing\\Generator\\UrlGenerator',
  1601.             'router.options.generator_base_class' => 'Symfony\\Component\\Routing\\Generator\\UrlGenerator',
  1602.             'router.options.generator_dumper_class' => 'Symfony\\Component\\Routing\\Generator\\Dumper\\PhpGeneratorDumper',
  1603.             'router.options.matcher_class' => 'Symfony\\Bundle\\FrameworkBundle\\Routing\\RedirectableUrlMatcher',
  1604.             'router.options.matcher_base_class' => 'Symfony\\Bundle\\FrameworkBundle\\Routing\\RedirectableUrlMatcher',
  1605.             'router.options.matcher_dumper_class' => 'Symfony\\Component\\Routing\\Matcher\\Dumper\\PhpMatcherDumper',
  1606.             'router.options.matcher.cache_class' => 'srcDevDebugProjectContainerUrlMatcher',
  1607.             'router.options.generator.cache_class' => 'srcDevDebugProjectContainerUrlGenerator',
  1608.             'router.request_context.host' => 'localhost',
  1609.             'router.request_context.scheme' => 'http',
  1610.             'router.request_context.base_url' => '',
  1611.             'router.resource' => 'kernel:loadRoutes',
  1612.             'router.cache_class_prefix' => 'srcDevDebugProjectContainer',
  1613.             'request_listener.http_port' => 80,
  1614.             'request_listener.https_port' => 443,
  1615.             'serializer.mapping.cache.prefix' => '',
  1616.             'twig.exception_listener.controller' => 'twig.controller.exception:showAction',
  1617.             'twig.form.resources' => array(
  1618.                 => 'form_div_layout.html.twig',
  1619.             ),
  1620.             'security.authentication.trust_resolver.anonymous_class' => 'Symfony\\Component\\Security\\Core\\Authentication\\Token\\AnonymousToken',
  1621.             'security.authentication.trust_resolver.rememberme_class' => 'Symfony\\Component\\Security\\Core\\Authentication\\Token\\RememberMeToken',
  1622.             'security.role_hierarchy.roles' => array(
  1623.                 'ROLE_ADMIN' => array(
  1624.                     => 'ROLE_USER',
  1625.                 ),
  1626.                 'ROLE_SUPER_ADMIN' => array(
  1627.                     => 'ROLE_ADMIN',
  1628.                 ),
  1629.             ),
  1630.             'security.access.denied_url' => NULL,
  1631.             'security.authentication.manager.erase_credentials' => true,
  1632.             'security.authentication.session_strategy.strategy' => 'migrate',
  1633.             'security.access.always_authenticate_before_granting' => false,
  1634.             'security.authentication.hide_user_not_found' => true,
  1635.             'doctrine_cache.apc.class' => 'Doctrine\\Common\\Cache\\ApcCache',
  1636.             'doctrine_cache.apcu.class' => 'Doctrine\\Common\\Cache\\ApcuCache',
  1637.             'doctrine_cache.array.class' => 'Doctrine\\Common\\Cache\\ArrayCache',
  1638.             'doctrine_cache.chain.class' => 'Doctrine\\Common\\Cache\\ChainCache',
  1639.             'doctrine_cache.couchbase.class' => 'Doctrine\\Common\\Cache\\CouchbaseCache',
  1640.             'doctrine_cache.couchbase.connection.class' => 'Couchbase',
  1641.             'doctrine_cache.couchbase.hostnames' => 'localhost:8091',
  1642.             'doctrine_cache.file_system.class' => 'Doctrine\\Common\\Cache\\FilesystemCache',
  1643.             'doctrine_cache.php_file.class' => 'Doctrine\\Common\\Cache\\PhpFileCache',
  1644.             'doctrine_cache.memcache.class' => 'Doctrine\\Common\\Cache\\MemcacheCache',
  1645.             'doctrine_cache.memcache.connection.class' => 'Memcache',
  1646.             'doctrine_cache.memcache.host' => 'localhost',
  1647.             'doctrine_cache.memcache.port' => 11211,
  1648.             'doctrine_cache.memcached.class' => 'Doctrine\\Common\\Cache\\MemcachedCache',
  1649.             'doctrine_cache.memcached.connection.class' => 'Memcached',
  1650.             'doctrine_cache.memcached.host' => 'localhost',
  1651.             'doctrine_cache.memcached.port' => 11211,
  1652.             'doctrine_cache.mongodb.class' => 'Doctrine\\Common\\Cache\\MongoDBCache',
  1653.             'doctrine_cache.mongodb.collection.class' => 'MongoCollection',
  1654.             'doctrine_cache.mongodb.connection.class' => 'MongoClient',
  1655.             'doctrine_cache.mongodb.server' => 'localhost:27017',
  1656.             'doctrine_cache.predis.client.class' => 'Predis\\Client',
  1657.             'doctrine_cache.predis.scheme' => 'tcp',
  1658.             'doctrine_cache.predis.host' => 'localhost',
  1659.             'doctrine_cache.predis.port' => 6379,
  1660.             'doctrine_cache.redis.class' => 'Doctrine\\Common\\Cache\\RedisCache',
  1661.             'doctrine_cache.redis.connection.class' => 'Redis',
  1662.             'doctrine_cache.redis.host' => 'localhost',
  1663.             'doctrine_cache.redis.port' => 6379,
  1664.             'doctrine_cache.riak.class' => 'Doctrine\\Common\\Cache\\RiakCache',
  1665.             'doctrine_cache.riak.bucket.class' => 'Riak\\Bucket',
  1666.             'doctrine_cache.riak.connection.class' => 'Riak\\Connection',
  1667.             'doctrine_cache.riak.bucket_property_list.class' => 'Riak\\BucketPropertyList',
  1668.             'doctrine_cache.riak.host' => 'localhost',
  1669.             'doctrine_cache.riak.port' => 8087,
  1670.             'doctrine_cache.sqlite3.class' => 'Doctrine\\Common\\Cache\\SQLite3Cache',
  1671.             'doctrine_cache.sqlite3.connection.class' => 'SQLite3',
  1672.             'doctrine_cache.void.class' => 'Doctrine\\Common\\Cache\\VoidCache',
  1673.             'doctrine_cache.wincache.class' => 'Doctrine\\Common\\Cache\\WinCacheCache',
  1674.             'doctrine_cache.xcache.class' => 'Doctrine\\Common\\Cache\\XcacheCache',
  1675.             'doctrine_cache.zenddata.class' => 'Doctrine\\Common\\Cache\\ZendDataCache',
  1676.             'doctrine_cache.security.acl.cache.class' => 'Doctrine\\Bundle\\DoctrineCacheBundle\\Acl\\Model\\AclCache',
  1677.             'doctrine.dbal.logger.chain.class' => 'Doctrine\\DBAL\\Logging\\LoggerChain',
  1678.             'doctrine.dbal.logger.profiling.class' => 'Doctrine\\DBAL\\Logging\\DebugStack',
  1679.             'doctrine.dbal.logger.class' => 'Symfony\\Bridge\\Doctrine\\Logger\\DbalLogger',
  1680.             'doctrine.dbal.configuration.class' => 'Doctrine\\DBAL\\Configuration',
  1681.             'doctrine.data_collector.class' => 'Doctrine\\Bundle\\DoctrineBundle\\DataCollector\\DoctrineDataCollector',
  1682.             'doctrine.dbal.connection.event_manager.class' => 'Symfony\\Bridge\\Doctrine\\ContainerAwareEventManager',
  1683.             'doctrine.dbal.connection_factory.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ConnectionFactory',
  1684.             'doctrine.dbal.events.mysql_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\MysqlSessionInit',
  1685.             'doctrine.dbal.events.oracle_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\OracleSessionInit',
  1686.             'doctrine.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Registry',
  1687.             'doctrine.entity_managers' => array(
  1688.                 'default' => 'doctrine.orm.default_entity_manager',
  1689.             ),
  1690.             'doctrine.default_entity_manager' => 'default',
  1691.             'doctrine.dbal.connection_factory.types' => array(
  1692.             ),
  1693.             'doctrine.connections' => array(
  1694.                 'default' => 'doctrine.dbal.default_connection',
  1695.             ),
  1696.             'doctrine.default_connection' => 'default',
  1697.             'doctrine.orm.configuration.class' => 'Doctrine\\ORM\\Configuration',
  1698.             'doctrine.orm.entity_manager.class' => 'Doctrine\\ORM\\EntityManager',
  1699.             'doctrine.orm.manager_configurator.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ManagerConfigurator',
  1700.             'doctrine.orm.cache.array.class' => 'Doctrine\\Common\\Cache\\ArrayCache',
  1701.             'doctrine.orm.cache.apc.class' => 'Doctrine\\Common\\Cache\\ApcCache',
  1702.             'doctrine.orm.cache.memcache.class' => 'Doctrine\\Common\\Cache\\MemcacheCache',
  1703.             'doctrine.orm.cache.memcache_host' => 'localhost',
  1704.             'doctrine.orm.cache.memcache_port' => 11211,
  1705.             'doctrine.orm.cache.memcache_instance.class' => 'Memcache',
  1706.             'doctrine.orm.cache.memcached.class' => 'Doctrine\\Common\\Cache\\MemcachedCache',
  1707.             'doctrine.orm.cache.memcached_host' => 'localhost',
  1708.             'doctrine.orm.cache.memcached_port' => 11211,
  1709.             'doctrine.orm.cache.memcached_instance.class' => 'Memcached',
  1710.             'doctrine.orm.cache.redis.class' => 'Doctrine\\Common\\Cache\\RedisCache',
  1711.             'doctrine.orm.cache.redis_host' => 'localhost',
  1712.             'doctrine.orm.cache.redis_port' => 6379,
  1713.             'doctrine.orm.cache.redis_instance.class' => 'Redis',
  1714.             'doctrine.orm.cache.xcache.class' => 'Doctrine\\Common\\Cache\\XcacheCache',
  1715.             'doctrine.orm.cache.wincache.class' => 'Doctrine\\Common\\Cache\\WinCacheCache',
  1716.             'doctrine.orm.cache.zenddata.class' => 'Doctrine\\Common\\Cache\\ZendDataCache',
  1717.             'doctrine.orm.metadata.driver_chain.class' => 'Doctrine\\Common\\Persistence\\Mapping\\Driver\\MappingDriverChain',
  1718.             'doctrine.orm.metadata.annotation.class' => 'Doctrine\\ORM\\Mapping\\Driver\\AnnotationDriver',
  1719.             'doctrine.orm.metadata.xml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedXmlDriver',
  1720.             'doctrine.orm.metadata.yml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedYamlDriver',
  1721.             'doctrine.orm.metadata.php.class' => 'Doctrine\\ORM\\Mapping\\Driver\\PHPDriver',
  1722.             'doctrine.orm.metadata.staticphp.class' => 'Doctrine\\ORM\\Mapping\\Driver\\StaticPHPDriver',
  1723.             'doctrine.orm.proxy_cache_warmer.class' => 'Symfony\\Bridge\\Doctrine\\CacheWarmer\\ProxyCacheWarmer',
  1724.             'form.type_guesser.doctrine.class' => 'Symfony\\Bridge\\Doctrine\\Form\\DoctrineOrmTypeGuesser',
  1725.             'doctrine.orm.validator.unique.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator',
  1726.             'doctrine.orm.validator_initializer.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\DoctrineInitializer',
  1727.             'doctrine.orm.security.user.provider.class' => 'Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider',
  1728.             'doctrine.orm.listeners.resolve_target_entity.class' => 'Doctrine\\ORM\\Tools\\ResolveTargetEntityListener',
  1729.             'doctrine.orm.listeners.attach_entity_listeners.class' => 'Doctrine\\ORM\\Tools\\AttachEntityListenersListener',
  1730.             'doctrine.orm.naming_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultNamingStrategy',
  1731.             'doctrine.orm.naming_strategy.underscore.class' => 'Doctrine\\ORM\\Mapping\\UnderscoreNamingStrategy',
  1732.             'doctrine.orm.quote_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultQuoteStrategy',
  1733.             'doctrine.orm.quote_strategy.ansi.class' => 'Doctrine\\ORM\\Mapping\\AnsiQuoteStrategy',
  1734.             'doctrine.orm.entity_listener_resolver.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ContainerAwareEntityListenerResolver',
  1735.             'doctrine.orm.second_level_cache.default_cache_factory.class' => 'Doctrine\\ORM\\Cache\\DefaultCacheFactory',
  1736.             'doctrine.orm.second_level_cache.default_region.class' => 'Doctrine\\ORM\\Cache\\Region\\DefaultRegion',
  1737.             'doctrine.orm.second_level_cache.filelock_region.class' => 'Doctrine\\ORM\\Cache\\Region\\FileLockRegion',
  1738.             'doctrine.orm.second_level_cache.logger_chain.class' => 'Doctrine\\ORM\\Cache\\Logging\\CacheLoggerChain',
  1739.             'doctrine.orm.second_level_cache.logger_statistics.class' => 'Doctrine\\ORM\\Cache\\Logging\\StatisticsCacheLogger',
  1740.             'doctrine.orm.second_level_cache.cache_configuration.class' => 'Doctrine\\ORM\\Cache\\CacheConfiguration',
  1741.             'doctrine.orm.second_level_cache.regions_configuration.class' => 'Doctrine\\ORM\\Cache\\RegionsConfiguration',
  1742.             'doctrine.orm.auto_generate_proxy_classes' => true,
  1743.             'doctrine.orm.proxy_namespace' => 'Proxies',
  1744.             'api_platform.title' => ' Symbiotic.API ',
  1745.             'api_platform.description' => 'Symbiotic.API',
  1746.             'api_platform.version' => '1.0.0',
  1747.             'api_platform.exception_to_status' => array(
  1748.                 'Symfony\\Component\\Serializer\\Exception\\ExceptionInterface' => 400,
  1749.                 'ApiPlatform\\Core\\Exception\\InvalidArgumentException' => 400,
  1750.             ),
  1751.             'api_platform.formats' => array(
  1752.                 'jsonld' => array(
  1753.                     => 'application/ld+json',
  1754.                 ),
  1755.                 'json' => array(
  1756.                     => 'application/json',
  1757.                 ),
  1758.                 'html' => array(
  1759.                     => 'text/html',
  1760.                 ),
  1761.             ),
  1762.             'api_platform.error_formats' => array(
  1763.                 'jsonproblem' => array(
  1764.                     => 'application/problem+json',
  1765.                 ),
  1766.                 'jsonld' => array(
  1767.                     => 'application/ld+json',
  1768.                 ),
  1769.             ),
  1770.             'api_platform.eager_loading.enabled' => true,
  1771.             'api_platform.eager_loading.max_joins' => 30,
  1772.             'api_platform.eager_loading.fetch_partial' => false,
  1773.             'api_platform.eager_loading.force_eager' => true,
  1774.             'api_platform.collection.order' => 'ASC',
  1775.             'api_platform.collection.order_parameter_name' => 'order',
  1776.             'api_platform.collection.pagination.enabled' => true,
  1777.             'api_platform.collection.pagination.client_enabled' => false,
  1778.             'api_platform.collection.pagination.client_items_per_page' => false,
  1779.             'api_platform.collection.pagination.items_per_page' => 100,
  1780.             'api_platform.collection.pagination.maximum_items_per_page' => NULL,
  1781.             'api_platform.collection.pagination.page_parameter_name' => 'page',
  1782.             'api_platform.collection.pagination.enabled_parameter_name' => 'pagination',
  1783.             'api_platform.collection.pagination.items_per_page_parameter_name' => 'itemsPerPage',
  1784.             'api_platform.http_cache.etag' => true,
  1785.             'api_platform.http_cache.max_age' => NULL,
  1786.             'api_platform.http_cache.shared_max_age' => NULL,
  1787.             'api_platform.http_cache.vary' => array(
  1788.                 => 'Accept',
  1789.             ),
  1790.             'api_platform.http_cache.public' => NULL,
  1791.             'api_platform.oauth.enabled' => false,
  1792.             'api_platform.oauth.clientId' => '',
  1793.             'api_platform.oauth.clientSecret' => '',
  1794.             'api_platform.oauth.type' => 'oauth2',
  1795.             'api_platform.oauth.flow' => 'application',
  1796.             'api_platform.oauth.tokenUrl' => '/oauth/v2/token',
  1797.             'api_platform.oauth.authorizationUrl' => '/oauth/v2/auth',
  1798.             'api_platform.oauth.scopes' => array(
  1799.             ),
  1800.             'api_platform.swagger.api_keys' => array(
  1801.                 => array(
  1802.                     'name' => 'Authorization',
  1803.                     'type' => 'header',
  1804.                 ),
  1805.             ),
  1806.             'api_platform.enable_swagger_ui' => true,
  1807.             'api_platform.enable_swagger' => true,
  1808.             'swiftmailer.mailer.default.transport.name' => 'dynamic',
  1809.             'swiftmailer.mailer.default.spool.enabled' => true,
  1810.             'swiftmailer.mailer.default.plugin.impersonate' => NULL,
  1811.             'swiftmailer.mailer.default.single_address' => NULL,
  1812.             'swiftmailer.mailer.default.delivery.enabled' => true,
  1813.             'swiftmailer.spool.enabled' => true,
  1814.             'swiftmailer.delivery.enabled' => true,
  1815.             'swiftmailer.single_address' => NULL,
  1816.             'swiftmailer.mailers' => array(
  1817.                 'default' => 'swiftmailer.mailer.default',
  1818.             ),
  1819.             'swiftmailer.default_mailer' => 'default',
  1820.             'web_profiler.debug_toolbar.intercept_redirects' => false,
  1821.             'web_profiler.debug_toolbar.mode' => 2,
  1822.             'lexik_jwt_authentication.token_ttl' => 3600,
  1823.             'lexik_jwt_authentication.user_identity_field' => 'username',
  1824.             'lexik_jwt_authentication.encoder.signature_algorithm' => 'RS256',
  1825.             'lexik_jwt_authentication.encoder.crypto_engine' => 'openssl',
  1826.             'fos_user.backend_type_orm' => true,
  1827.             'fos_user.security.interactive_login_listener.class' => 'FOS\\UserBundle\\EventListener\\LastLoginListener',
  1828.             'fos_user.security.login_manager.class' => 'FOS\\UserBundle\\Security\\LoginManager',
  1829.             'fos_user.resetting.email.template' => '@FOSUser/Resetting/email.txt.twig',
  1830.             'fos_user.registration.confirmation.template' => '@FOSUser/Registration/email.txt.twig',
  1831.             'fos_user.storage' => 'orm',
  1832.             'fos_user.firewall_name' => 'main',
  1833.             'fos_user.model_manager_name' => NULL,
  1834.             'fos_user.model.user.class' => 'App\\Entity\\User\\User',
  1835.             'fos_user.profile.form.type' => 'FOS\\UserBundle\\Form\\Type\\ProfileFormType',
  1836.             'fos_user.profile.form.name' => 'fos_user_profile_form',
  1837.             'fos_user.profile.form.validation_groups' => array(
  1838.                 => 'Profile',
  1839.                 => 'Default',
  1840.             ),
  1841.             'fos_user.registration.confirmation.enabled' => false,
  1842.             'fos_user.registration.form.type' => 'FOS\\UserBundle\\Form\\Type\\RegistrationFormType',
  1843.             'fos_user.registration.form.name' => 'fos_user_registration_form',
  1844.             'fos_user.registration.form.validation_groups' => array(
  1845.                 => 'Registration',
  1846.                 => 'Default',
  1847.             ),
  1848.             'fos_user.change_password.form.type' => 'FOS\\UserBundle\\Form\\Type\\ChangePasswordFormType',
  1849.             'fos_user.change_password.form.name' => 'fos_user_change_password_form',
  1850.             'fos_user.change_password.form.validation_groups' => array(
  1851.                 => 'ChangePassword',
  1852.                 => 'Default',
  1853.             ),
  1854.             'fos_user.resetting.retry_ttl' => 7200,
  1855.             'fos_user.resetting.token_ttl' => 86400,
  1856.             'fos_user.resetting.form.type' => 'FOS\\UserBundle\\Form\\Type\\ResettingFormType',
  1857.             'fos_user.resetting.form.name' => 'fos_user_resetting_form',
  1858.             'fos_user.resetting.form.validation_groups' => array(
  1859.                 => 'ResetPassword',
  1860.                 => 'Default',
  1861.             ),
  1862.             'monolog.use_microseconds' => true,
  1863.             'monolog.swift_mailer.handlers' => array(
  1864.             ),
  1865.             'monolog.handlers_to_channels' => array(
  1866.                 'monolog.handler.console' => array(
  1867.                     'type' => 'exclusive',
  1868.                     'elements' => array(
  1869.                         => 'event',
  1870.                         => 'doctrine',
  1871.                         => 'console',
  1872.                     ),
  1873.                 ),
  1874.                 'monolog.handler.main' => array(
  1875.                     'type' => 'exclusive',
  1876.                     'elements' => array(
  1877.                         => 'event',
  1878.                     ),
  1879.                 ),
  1880.                 'monolog.handler.syslog_handler' => NULL,
  1881.                 'monolog.handler.filter_for_errors' => NULL,
  1882.             ),
  1883.             'nelmio_api_doc.areas' => array(
  1884.                 => 'default',
  1885.             ),
  1886.             'nelmio_cors.map' => array(
  1887.                 '^/' => array(
  1888.                     'allow_origin' => true,
  1889.                     'allow_methods' => array(
  1890.                         => 'POST',
  1891.                         => 'PUT',
  1892.                         => 'GET',
  1893.                         => 'DELETE',
  1894.                         => 'OPTIONS',
  1895.                     ),
  1896.                     'max_age' => 3600,
  1897.                 ),
  1898.             ),
  1899.             'nelmio_cors.defaults' => array(
  1900.                 'allow_origin' => array(
  1901.                 ),
  1902.                 'allow_credentials' => false,
  1903.                 'allow_headers' => array(
  1904.                 ),
  1905.                 'expose_headers' => array(
  1906.                 ),
  1907.                 'allow_methods' => array(
  1908.                 ),
  1909.                 'max_age' => 0,
  1910.                 'hosts' => array(
  1911.                 ),
  1912.                 'origin_regex' => false,
  1913.                 'forced_allow_origin_value' => NULL,
  1914.             ),
  1915.             'nelmio_cors.cors_listener.class' => 'Nelmio\\CorsBundle\\EventListener\\CorsListener',
  1916.             'nelmio_cors.options_resolver.class' => 'Nelmio\\CorsBundle\\Options\\Resolver',
  1917.             'nelmio_cors.options_provider.config.class' => 'Nelmio\\CorsBundle\\Options\\ConfigProvider',
  1918.             'data_collector.templates' => array(
  1919.                 'data_collector.request' => array(
  1920.                     => 'request',
  1921.                     => '@WebProfiler/Collector/request.html.twig',
  1922.                 ),
  1923.                 'data_collector.time' => array(
  1924.                     => 'time',
  1925.                     => '@WebProfiler/Collector/time.html.twig',
  1926.                 ),
  1927.                 'data_collector.memory' => array(
  1928.                     => 'memory',
  1929.                     => '@WebProfiler/Collector/memory.html.twig',
  1930.                 ),
  1931.                 'data_collector.validator' => array(
  1932.                     => 'validator',
  1933.                     => '@WebProfiler/Collector/validator.html.twig',
  1934.                 ),
  1935.                 'data_collector.ajax' => array(
  1936.                     => 'ajax',
  1937.                     => '@WebProfiler/Collector/ajax.html.twig',
  1938.                 ),
  1939.                 'data_collector.form' => array(
  1940.                     => 'form',
  1941.                     => '@WebProfiler/Collector/form.html.twig',
  1942.                 ),
  1943.                 'data_collector.exception' => array(
  1944.                     => 'exception',
  1945.                     => '@WebProfiler/Collector/exception.html.twig',
  1946.                 ),
  1947.                 'data_collector.logger' => array(
  1948.                     => 'logger',
  1949.                     => '@WebProfiler/Collector/logger.html.twig',
  1950.                 ),
  1951.                 'data_collector.events' => array(
  1952.                     => 'events',
  1953.                     => '@WebProfiler/Collector/events.html.twig',
  1954.                 ),
  1955.                 'data_collector.router' => array(
  1956.                     => 'router',
  1957.                     => '@WebProfiler/Collector/router.html.twig',
  1958.                 ),
  1959.                 'data_collector.cache' => array(
  1960.                     => 'cache',
  1961.                     => '@WebProfiler/Collector/cache.html.twig',
  1962.                 ),
  1963.                 'data_collector.translation' => array(
  1964.                     => 'translation',
  1965.                     => '@WebProfiler/Collector/translation.html.twig',
  1966.                 ),
  1967.                 'data_collector.security' => array(
  1968.                     => 'security',
  1969.                     => '@Security/Collector/security.html.twig',
  1970.                 ),
  1971.                 'data_collector.twig' => array(
  1972.                     => 'twig',
  1973.                     => '@WebProfiler/Collector/twig.html.twig',
  1974.                 ),
  1975.                 'data_collector.doctrine' => array(
  1976.                     => 'db',
  1977.                     => '@Doctrine/Collector/db.html.twig',
  1978.                 ),
  1979.                 'swiftmailer.data_collector' => array(
  1980.                     => 'swiftmailer',
  1981.                     => '@Swiftmailer/Collector/swiftmailer.html.twig',
  1982.                 ),
  1983.                 'data_collector.config' => array(
  1984.                     => 'config',
  1985.                     => '@WebProfiler/Collector/config.html.twig',
  1986.                 ),
  1987.             ),
  1988.             'console.command.ids' => array(
  1989.                 'console.command.symfony_bundle_frameworkbundle_command_aboutcommand' => 'console.command.about',
  1990.                 'console.command.symfony_bundle_frameworkbundle_command_assetsinstallcommand' => 'console.command.assets_install',
  1991.                 'console.command.symfony_bundle_frameworkbundle_command_cacheclearcommand' => 'console.command.cache_clear',
  1992.                 'console.command.symfony_bundle_frameworkbundle_command_cachepoolclearcommand' => 'console.command.cache_pool_clear',
  1993.                 'console.command.symfony_bundle_frameworkbundle_command_cachepoolprunecommand' => 'console.command.cache_pool_prune',
  1994.                 'console.command.symfony_bundle_frameworkbundle_command_cachewarmupcommand' => 'console.command.cache_warmup',
  1995.                 'console.command.symfony_bundle_frameworkbundle_command_configdebugcommand' => 'console.command.config_debug',
  1996.                 'console.command.symfony_bundle_frameworkbundle_command_configdumpreferencecommand' => 'console.command.config_dump_reference',
  1997.                 'console.command.symfony_bundle_frameworkbundle_command_containerdebugcommand' => 'console.command.container_debug',
  1998.                 'console.command.symfony_bundle_frameworkbundle_command_debugautowiringcommand' => 'console.command.debug_autowiring',
  1999.                 'console.command.symfony_bundle_frameworkbundle_command_eventdispatcherdebugcommand' => 'console.command.event_dispatcher_debug',
  2000.                 'console.command.symfony_bundle_frameworkbundle_command_routerdebugcommand' => 'console.command.router_debug',
  2001.                 'console.command.symfony_bundle_frameworkbundle_command_routermatchcommand' => 'console.command.router_match',
  2002.                 'console.command.symfony_bundle_frameworkbundle_command_translationdebugcommand' => 'console.command.translation_debug',
  2003.                 'console.command.symfony_bundle_frameworkbundle_command_translationupdatecommand' => 'console.command.translation_update',
  2004.                 'console.command.symfony_bundle_frameworkbundle_command_xlifflintcommand' => 'console.command.xliff_lint',
  2005.                 'console.command.symfony_bundle_frameworkbundle_command_yamllintcommand' => 'console.command.yaml_lint',
  2006.                 'console.command.symfony_component_form_command_debugcommand' => 'console.command.form_debug',
  2007.                 'console.command.symfony_bridge_twig_command_debugcommand' => 'twig.command.debug',
  2008.                 'console.command.symfony_bundle_twigbundle_command_lintcommand' => 'twig.command.lint',
  2009.                 'console.command.symfony_bundle_securitybundle_command_userpasswordencodercommand' => 'security.command.user_password_encoder',
  2010.                 'console.command.doctrine_bundle_doctrinecachebundle_command_containscommand' => 'console.command.doctrine_bundle_doctrinecachebundle_command_containscommand',
  2011.                 'console.command.doctrine_bundle_doctrinecachebundle_command_deletecommand' => 'console.command.doctrine_bundle_doctrinecachebundle_command_deletecommand',
  2012.                 'console.command.doctrine_bundle_doctrinecachebundle_command_flushcommand' => 'console.command.doctrine_bundle_doctrinecachebundle_command_flushcommand',
  2013.                 'console.command.doctrine_bundle_doctrinecachebundle_command_statscommand' => 'console.command.doctrine_bundle_doctrinecachebundle_command_statscommand',
  2014.                 'console.command.doctrine_bundle_doctrinebundle_command_createdatabasedoctrinecommand' => 'doctrine.database_create_command',
  2015.                 'console.command.doctrine_bundle_doctrinebundle_command_dropdatabasedoctrinecommand' => 'doctrine.database_drop_command',
  2016.                 'console.command.doctrine_bundle_doctrinebundle_command_generateentitiesdoctrinecommand' => 'doctrine.generate_entities_command',
  2017.                 'console.command.doctrine_bundle_doctrinebundle_command_importmappingdoctrinecommand' => 'doctrine.mapping_import_command',
  2018.                 'console.command.doctrine_bundle_doctrinebundle_command_proxy_clearmetadatacachedoctrinecommand' => 'doctrine.cache_clear_metadata_command',
  2019.                 'console.command.doctrine_bundle_doctrinebundle_command_proxy_clearquerycachedoctrinecommand' => 'doctrine.cache_clear_query_cache_command',
  2020.                 'console.command.doctrine_bundle_doctrinebundle_command_proxy_clearresultcachedoctrinecommand' => 'doctrine.cache_clear_result_command',
  2021.                 'console.command.doctrine_bundle_doctrinebundle_command_proxy_collectionregiondoctrinecommand' => 'doctrine.cache_collection_region_command',
  2022.                 'console.command.doctrine_bundle_doctrinebundle_command_proxy_convertmappingdoctrinecommand' => 'doctrine.mapping_convert_command',
  2023.                 'console.command.doctrine_bundle_doctrinebundle_command_proxy_createschemadoctrinecommand' => 'doctrine.schema_create_command',
  2024.                 'console.command.doctrine_bundle_doctrinebundle_command_proxy_dropschemadoctrinecommand' => 'doctrine.schema_drop_command',
  2025.                 'console.command.doctrine_bundle_doctrinebundle_command_proxy_ensureproductionsettingsdoctrinecommand' => 'doctrine.ensure_production_settings_command',
  2026.                 'console.command.doctrine_bundle_doctrinebundle_command_proxy_entityregioncachedoctrinecommand' => 'doctrine.clear_entity_region_command',
  2027.                 'console.command.doctrine_bundle_doctrinebundle_command_proxy_importdoctrinecommand' => 'doctrine.database_import_command',
  2028.                 'console.command.doctrine_bundle_doctrinebundle_command_proxy_infodoctrinecommand' => 'doctrine.mapping_info_command',
  2029.                 'console.command.doctrine_bundle_doctrinebundle_command_proxy_queryregioncachedoctrinecommand' => 'doctrine.clear_query_region_command',
  2030.                 'console.command.doctrine_bundle_doctrinebundle_command_proxy_rundqldoctrinecommand' => 'doctrine.query_dql_command',
  2031.                 'console.command.doctrine_bundle_doctrinebundle_command_proxy_runsqldoctrinecommand' => 'doctrine.query_sql_command',
  2032.                 'console.command.doctrine_bundle_doctrinebundle_command_proxy_updateschemadoctrinecommand' => 'doctrine.schema_update_command',
  2033.                 'console.command.doctrine_bundle_doctrinebundle_command_proxy_validateschemacommand' => 'doctrine.schema_validate_command',
  2034.                 'console.command.apiplatform_core_bridge_symfony_bundle_command_swaggercommand' => 'console.command.apiplatform_core_bridge_symfony_bundle_command_swaggercommand',
  2035.                 'console.command.symfony_bundle_webserverbundle_command_serverruncommand' => 'web_server.command.server_run',
  2036.                 'console.command.symfony_bundle_webserverbundle_command_serverstartcommand' => 'web_server.command.server_start',
  2037.                 'console.command.symfony_bundle_webserverbundle_command_serverstopcommand' => 'web_server.command.server_stop',
  2038.                 'console.command.symfony_bundle_webserverbundle_command_serverstatuscommand' => 'web_server.command.server_status',
  2039.                 'console.command.symfony_bundle_webserverbundle_command_serverlogcommand' => 'web_server.command.server_log',
  2040.                 'console.command.symfony_bundle_swiftmailerbundle_command_debugcommand' => 'swiftmailer.command.debug',
  2041.                 'console.command.symfony_bundle_swiftmailerbundle_command_newemailcommand' => 'swiftmailer.command.new_email',
  2042.                 'console.command.symfony_bundle_swiftmailerbundle_command_sendemailcommand' => 'swiftmailer.command.send_email',
  2043.                 'console.command.lexik_bundle_jwtauthenticationbundle_command_checkconfigcommand' => 'lexik_jwt_authentication.check_config_command',
  2044.             ),
  2045.             'console.lazy_command.ids' => array(
  2046.                 'console.command.about' => true,
  2047.                 'console.command.assets_install' => true,
  2048.                 'console.command.cache_clear' => true,
  2049.                 'console.command.cache_pool_clear' => true,
  2050.                 'console.command.cache_pool_prune' => true,
  2051.                 'console.command.cache_warmup' => true,
  2052.                 'console.command.config_debug' => true,
  2053.                 'console.command.config_dump_reference' => true,
  2054.                 'console.command.container_debug' => true,
  2055.                 'console.command.debug_autowiring' => true,
  2056.                 'console.command.event_dispatcher_debug' => true,
  2057.                 'console.command.router_debug' => true,
  2058.                 'console.command.router_match' => true,
  2059.                 'console.command.translation_debug' => true,
  2060.                 'console.command.translation_update' => true,
  2061.                 'console.command.xliff_lint' => true,
  2062.                 'console.command.yaml_lint' => true,
  2063.                 'console.command.form_debug' => true,
  2064.                 'twig.command.debug' => true,
  2065.                 'twig.command.lint' => true,
  2066.                 'security.command.user_password_encoder' => true,
  2067.                 'doctrine.database_create_command' => true,
  2068.                 'doctrine.database_drop_command' => true,
  2069.                 'doctrine.generate_entities_command' => true,
  2070.                 'doctrine.mapping_import_command' => true,
  2071.                 'doctrine.cache_clear_metadata_command' => true,
  2072.                 'doctrine.cache_clear_query_cache_command' => true,
  2073.                 'doctrine.cache_clear_result_command' => true,
  2074.                 'doctrine.cache_collection_region_command' => true,
  2075.                 'doctrine.mapping_convert_command' => true,
  2076.                 'doctrine.schema_create_command' => true,
  2077.                 'doctrine.schema_drop_command' => true,
  2078.                 'doctrine.ensure_production_settings_command' => true,
  2079.                 'doctrine.clear_entity_region_command' => true,
  2080.                 'doctrine.database_import_command' => true,
  2081.                 'doctrine.mapping_info_command' => true,
  2082.                 'doctrine.clear_query_region_command' => true,
  2083.                 'doctrine.query_dql_command' => true,
  2084.                 'doctrine.query_sql_command' => true,
  2085.                 'doctrine.schema_update_command' => true,
  2086.                 'doctrine.schema_validate_command' => true,
  2087.                 'web_server.command.server_run' => true,
  2088.                 'web_server.command.server_start' => true,
  2089.                 'web_server.command.server_stop' => true,
  2090.                 'web_server.command.server_status' => true,
  2091.                 'web_server.command.server_log' => true,
  2092.                 'swiftmailer.command.debug' => true,
  2093.                 'swiftmailer.command.new_email' => true,
  2094.                 'swiftmailer.command.send_email' => true,
  2095.                 'lexik_jwt_authentication.check_config_command' => true,
  2096.             ),
  2097.         );
  2098.     }
  2099. }